Ticket #793 (closed enhancement: fixed)
Topology: function GetNodeByPoint($1,$2,$3)
| Reported by: | aperi2007 | Owned by: | strk |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 2.0.0 |
| Component: | topology | Version: | trunk |
| Keywords: | history | Cc: |
Description
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.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

