Opened 14 years ago
Closed 14 years ago
#784 closed enhancement (duplicate)
topology: add some functions to retrieve the id of node,edge and face
Reported by: | aperi2007 | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | topology | Version: | master |
Keywords: | Cc: |
Description
I think would be useful some functions to retrieve the idNode, idEdge and idFace. Perhaps something working giving a point.
idNode = getNode(Point) idEdge = getEdge(Point) ( a point is an internal vertex) idFace = getFace(Point) ( a point internal to the face )
Note:
See TracTickets
for help on using tickets.
See #849, #791 and #793