[postgis-devel] [PostGIS] #564: ST_DumpPoints support for Polyhedral Surfaces
PostGIS
trac at osgeo.org
Tue Aug 10 21:41:57 PDT 2010
#564: ST_DumpPoints support for Polyhedral Surfaces
---------------------+------------------------------------------------------
Reporter: robe | Owner: pramsey
Type: task | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
Comment(by robe):
Typo - I meant
{{{
SELECT ST_DumpPoints(ST_GeomFromEWKT(
'PolyhedralSurface(
((0 0 0, 0 0 1, 0 1 1, 0 1 0, 0 0 0)),
((0 0 0, 0 1 0, 1 1 0, 1 0 0, 0 0 0)), ((0 0 0, 1 0 0, 1 0 1, 0 0 1, 0 0
0)), ((1 1 0, 1 1 1, 1 0 1, 1 0 0, 1 1 0)),
((0 1 0, 0 1 1, 1 1 1, 1 1 0, 0 1 0)), ((0 0 1, 1 0 1, 1 1 1, 0 1 1, 0 0
1))
)'))
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/564#comment:1>
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