[postgis-tickets] [PostGIS] #3112: Add a new function to determine if a geometry will be accepted by routines not handling curve geometries
PostGIS
trac at osgeo.org
Fri May 8 05:22:06 PDT 2015
#3112: Add a new function to determine if a geometry will be accepted by routines
not handling curve geometries
-------------------------+---------------------------
Reporter: aaime | Owner: pramsey
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 2.1.8
Component: postgis | Version: 2.1.x
Keywords: |
-------------------------+---------------------------
ST_HasArc almost does the job, but will return "false" on a curve geometry
that does not contain any circular segment (e.g., a compound curve that
only contains straight segments).
Please add a new function to determine if a geometry is safe to use with
"non curve aware" functions (regardless of its circular segment contents)
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/3112>
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