MobilityDB 1.3
Loading...
Searching...
No Matches

◆ geog_dwithin()

bool geog_dwithin ( const GSERIALIZED gs1,
const GSERIALIZED gs2,
double  tolerance,
bool  use_spheroid 
)

Return true if two geographies are within a distance.

Parameters
[in]gs1,gs2Geographies
[in]toleranceTolerance
[in]use_spheroidTrue when using a spheroid
Note
PostGIS function: geography_dwithin_uncached(PG_FUNCTION_ARGS) where we use the WGS84 spheroid