]> granicus.if.org Git - postgis/commit
Added function:
authorDavid Blasby <dblasby@gmail.com>
Wed, 18 Jul 2001 22:17:34 +0000 (22:17 +0000)
committerDavid Blasby <dblasby@gmail.com>
Wed, 18 Jul 2001 22:17:34 +0000 (22:17 +0000)
commit3e181e60c94921a17635cdd6a23b8e30b5ebf5a3
tree29808261d156c2912090ed97e3b84c5f4e167f7b
parentc5a57438e39024466c1e0c1dbc9d7951c59202f2
Added function:
point_inside_circle(geometry, Px, Py, d)
        - returns true if there is a point in geometry whose distance to
(Px,Py) is < d

git-svn-id: http://svn.osgeo.org/postgis/trunk@18 b70326c6-7e19-0410-871a-916f4a2858ee
postgis.h
postgis.sql.in
postgis_fn.c