[postgis-devel] [PostGIS] #793: Topology: function GetNodeByPoint($1, $2, $3)
PostGIS
trac at osgeo.org
Wed Jan 19 11:36:20 PST 2011
#793: Topology: function GetNodeByPoint($1,$2,$3)
-------------------------+--------------------------------------------------
Reporter: aperi2007 | Owner: strk
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: topology | Version: trunk
Keywords: |
-------------------------+--------------------------------------------------
Has companion of GetEdgeByPoint I create also
GetNodeByPoint to detect node before call the GetEdgeByPoint.
GetNodeByPoint(atopology, point, tolerance)
Retrieve a Node ID given a POINT and a tolerance
tollerance = 0 mean exactly intersection
Returns the integer ID if there is a Node on the Point.
If there isn't any node in the Point, GetNodeByPoint return 0.
if near the point there are two or more nodes it throw an exception.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/793>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list