[postgis-tickets] [PostGIS] #4896: Allow ST_Boundary() to return start/end point of closed LineString
PostGIS
trac at osgeo.org
Mon Apr 19 09:32:09 PDT 2021
#4896: Allow ST_Boundary() to return start/end point of closed LineString
--------------------------+---------------------------
Reporter: strk | Owner: pramsey
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 3.2.0
Component: postgis | Version:
Resolution: | Keywords:
--------------------------+---------------------------
Comment (by mdavis):
Replying to [comment:3 strk]:
> What would your ST_StartPoint return against a {{{ MULTILINESTRING((0 0,
20 0, 10 5, 0 0),(100 0, 120 0)) }}} ?
Perhaps `ST_StartPoint` could be extended to support `MultiLineStrings` as
input (returning a `MultiPoint` containing the start points of each
element)?
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4896#comment:4>
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-tickets
mailing list