Searched refs:latwidth (Results 1 – 5 of 5) sorted by relevance
765 double lonwidth, latwidth; in lwgeom_geohash_precision() local792 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()
764 double lonwidth, latwidth; in lwgeom_geohash_precision() local791 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()
762 double lonwidth, latwidth; in rtgeom_geohash_precision() local789 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()