Changes between Version 3 and Version 4 of UsersWikiplpgsqlfunctionsDistance
- Timestamp:
- 09/29/09 21:20:14 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiplpgsqlfunctionsDistance
v3 v4 1 1 == Distance related helper functions == 2 2 [wiki:UsersWikiplpgsqlfunctions Back To PL/PGSQL/SQL Functions] 3 * '''An ST_Dwithin like function that uses indexes for degree point data''' 4 3 5 {{{ 6 #!sql 4 7 -- 5 8 -- ST_DWithin_Sphere(lonlat-point, lonlat-point, radius-in-meters) returns boolean