libsim  Versione6.3.0

◆ georef_coord_inside_rectang()

logical function georef_coord_class::georef_coord_inside_rectang ( type(georef_coord), intent(in)  this,
type(georef_coord), intent(in)  coordmin,
type(georef_coord), intent(in)  coordmax 
)
private

Restituisce la distanza in m tra 2 oggetti georef_coord.

La distanza è calcolata approssimativamente ed è valida per piccoli angoli. Determines whether the point this lies inside a specified rectangle. The rectangle is oriented parallely to the coordinate system, its lower-left and upper-right vertices are specified by the two arguments. The function returns .TRUE. also in the case it lies exactly on the border of the rectangle.

Parametri
[in]thispoint to test
[in]coordminlower-left vertex
[in]coordmaxupper-right vertex

Definizione alla linea 963 del file georef_coord_class.F90.


Generated with Doxygen.