|
◆ geog_dwithin()
Return true if two geographies are within a distance.
- Parameters
-
[in] | gs1,gs2 | Geographies |
[in] | tolerance | Tolerance |
[in] | use_spheroid | True when using a spheroid |
- Note
- PostGIS function:
geography_dwithin_uncached(PG_FUNCTION_ARGS) where we use the WGS84 spheroid
|