[postgis-devel] [PostGIS] #1206: ST_Node
PostGIS
trac at osgeo.org
Fri Nov 4 11:50:10 PDT 2011
#1206: ST_Node
----------------------+-----------------------------------------------------
Reporter: strk | Owner: strk
Type: defect | Status: closed
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Resolution: fixed | Keywords: history
----------------------+-----------------------------------------------------
Changes (by strk):
* keywords: => history
* status: assigned => closed
* resolution: => fixed
Comment:
Ok, this is implemented, regress-tested and documented as of r8094.
Would be nice to add examples in the dox but the XML is too complex for me
:)
Here's a nice example:
{{{
=> select st_asewkt(st_node('LINESTRING(0 0 0, 10 10 10, 0 10 5, 10 0
3)'));
MULTILINESTRING((0 0 0,5 5 4.5),(5 5 4.5,10 10 10,0 10 5,5 5 4.5),(5 5
4.5,10 0 3))
}}}
Mind you: it requires GEOS-3.3.2dev due to
http://trac.osgeo.org/geos/ticket/482
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1206#comment:7>
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