libsim  Versione7.1.6
logical function georef_coord_inside_rectang ( type(georef_coord), intent(in)  this,
type(georef_coord), intent(in)  coordmin,
type(georef_coord), intent(in)  coordmax 
)

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 939 del file georef_coord_class.F90.


Generated with Doxygen.