Home
last modified time | relevance | path

Searched refs:latwidth (Results 1 – 5 of 5) sorted by relevance

/dports/databases/postgis32/postgis-3.2.0/liblwgeom/
H A Dlwalgorithm.c765 double lonwidth, latwidth; in lwgeom_geohash_precision() local
792 latwidth = latmax - latmin; in lwgeom_geohash_precision()
816 if ( miny > latmin + latwidth / 2.0 ) in lwgeom_geohash_precision()
818 latminadjust = latwidth / 2.0; in lwgeom_geohash_precision()
820 else if (maxy < latmax - latwidth / 2.0 ) in lwgeom_geohash_precision()
822 latmaxadjust = -1 * latwidth / 2.0; in lwgeom_geohash_precision()
/dports/databases/postgis31/postgis-3.1.4/liblwgeom/
H A Dlwalgorithm.c765 double lonwidth, latwidth; in lwgeom_geohash_precision() local
792 latwidth = latmax - latmin; in lwgeom_geohash_precision()
816 if ( miny > latmin + latwidth / 2.0 ) in lwgeom_geohash_precision()
818 latminadjust = latwidth / 2.0; in lwgeom_geohash_precision()
820 else if (maxy < latmax - latwidth / 2.0 ) in lwgeom_geohash_precision()
822 latmaxadjust = -1 * latwidth / 2.0; in lwgeom_geohash_precision()
/dports/databases/postgis30/postgis-3.0.4/liblwgeom/
H A Dlwalgorithm.c764 double lonwidth, latwidth; in lwgeom_geohash_precision() local
791 latwidth = latmax - latmin; in lwgeom_geohash_precision()
815 if ( miny > latmin + latwidth / 2.0 ) in lwgeom_geohash_precision()
817 latminadjust = latwidth / 2.0; in lwgeom_geohash_precision()
819 else if (maxy < latmax - latwidth / 2.0 ) in lwgeom_geohash_precision()
821 latmaxadjust = -1 * latwidth / 2.0; in lwgeom_geohash_precision()
/dports/databases/postgis25/postgis-2.5.5/liblwgeom/
H A Dlwalgorithm.c764 double lonwidth, latwidth; in lwgeom_geohash_precision() local
791 latwidth = latmax - latmin; in lwgeom_geohash_precision()
815 if ( miny > latmin + latwidth / 2.0 ) in lwgeom_geohash_precision()
817 latminadjust = latwidth / 2.0; in lwgeom_geohash_precision()
819 else if (maxy < latmax - latwidth / 2.0 ) in lwgeom_geohash_precision()
821 latmaxadjust = -1 * latwidth / 2.0; in lwgeom_geohash_precision()
/dports/devel/librttopo/librttopo-1.1.0/src/
H A Drtalgorithm.c762 double lonwidth, latwidth; in rtgeom_geohash_precision() local
789 latwidth = latmax - latmin; in rtgeom_geohash_precision()
800 if ( miny > latmin + latwidth / 2.0 ) in rtgeom_geohash_precision()
802 latminadjust = latwidth / 2.0; in rtgeom_geohash_precision()
804 else if (maxy < latmax - latwidth / 2.0 ) in rtgeom_geohash_precision()
806 latmaxadjust = -1 * latwidth / 2.0; in rtgeom_geohash_precision()