[postgis-devel] [PostGIS] #784: topology: add some functions to retrieve the id of node, edge and face
PostGIS
trac at osgeo.org
Mon Jan 17 16:09:22 PST 2011
#784: topology: add some functions to retrieve the id of node,edge and face
-------------------------+--------------------------------------------------
Reporter: aperi2007 | Owner: strk
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: topology | Version: trunk
Keywords: |
-------------------------+--------------------------------------------------
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 )
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/784>
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