libsim  Versione6.3.0

◆ geo_coord_lle()

elemental logical function geo_coord_class::geo_coord_lle ( type(geo_coord), intent(in)  this,
type(geo_coord), intent(in)  that 
)

Logical less-equal operator.

Returns true if the first point lies to the southwest of the second

Definizione alla linea 606 del file geo_coord_class.F90.

606 REAL(kind=fp_geo) :: lv1,lv2,lv3,lv4
607 INTEGER :: i, lvsize
608 CHARACTER(len=40) :: lname
609 #ifdef HAVE_SHAPELIB
610 TYPE(shpobject) :: shpobj

Generated with Doxygen.