Changes between Version 3 and Version 4 of UsersWikiplpgsqlfunctionsDistance


Ignore:
Timestamp:
Sep 29, 2009, 9:20:14 PM (15 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiplpgsqlfunctionsDistance

    v3 v4  
    11== Distance related helper functions ==
    22[wiki:UsersWikiplpgsqlfunctions Back To PL/PGSQL/SQL Functions]
     3 * '''An ST_Dwithin like function that uses indexes for degree point data'''
     4
    35{{{
     6#!sql
    47--
    58-- ST_DWithin_Sphere(lonlat-point, lonlat-point, radius-in-meters) returns boolean