libsim Versione 7.2.0
|
◆ geo_coord_gt()
Logical great operator. Returns true if the first point lies to the west of the second or if lon is equal north Definizione alla linea 507 del file geo_coord_class.F90. 508!! Tutti gli oggetti devono essere giĆ stati
509!! convertiti ad un sistema di coordinate comune, altrimenti viene
510!! restituito \c .FALSE. .
511FUNCTION geo_coord_inside_rectang(this, coordmin, coordmax) RESULT(res)
512TYPE(geo_coord),INTENT(IN) :: this
513TYPE(geo_coord),INTENT(IN) :: coordmin
514TYPE(geo_coord),INTENT(IN) :: coordmax
515LOGICAL :: res
516
|