libsim  Versione 7.1.7

◆ 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 
)

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


Generated with Doxygen.