[postgis-tickets] [PostGIS] #3541: Automatically convert Polygon to CurvePolygon when required
PostGIS
trac at osgeo.org
Wed Jul 13 13:41:27 PDT 2016
#3541: Automatically convert Polygon to CurvePolygon when required
--------------------------+---------------------------------------------
Reporter: mkuhn | Owner: pramsey
Type: enhancement | Status: reopened
Priority: medium | Milestone: PostGIS Future
Component: postgis | Version: 2.2.x
Resolution: | Keywords: curve, curvepolygon, conversion
--------------------------+---------------------------------------------
Comment (by mkuhn):
Basically the requirement is to have some kind of method to take an
existing linestring / polygon column and upgrade it to a compoundcurve /
curvepolygon column.
Casting would IMHO be nice, but a function would also work.
At the moment I am not aware of any possibility to do this except for
ST_AsText -> String Manipulation -> ST_GeomFromText. Or am I mistaken
here?
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3541#comment:3>
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