[postgis-devel] [PostGIS] #400: ST_Split
PostGIS
trac at osgeo.org
Tue Mar 16 13:56:40 PDT 2010
#400: ST_Split
----------------------+-----------------------------------------------------
Reporter: strk | Owner: strk
Type: defect | Status: assigned
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis | Version:
Resolution: | Keywords:
----------------------+-----------------------------------------------------
Changes (by strk):
* summary: ST_SplitGeometry => ST_Split
Comment:
Contract changed. We always return a collection but of as many elements as
required to represent all components of output.
Currently line-by-point, line-by-line and poly-by-line splitting are
supported and
the function name is ST_Split.
Unsupported are all MULTI* and GEOMETRYCOLLECTION, but I'd like to add
support for them
too. The use case I have in mind is in conjunction to the ST_WrapX
function proposed
in ticket #454 (still not convinced about that function name:)
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/400#comment:5>
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