[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
Tue Jun 16 12:22:44 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: low | Milestone: PostGIS 2.2.0
Component: postgis | Version: 2.1.x
Resolution: | Keywords:
--------------------------+---------------------------
Comment (by pramsey):
The problem is not so much in categorizing whether a geometry has curves
in them as in categorizing which functions do or do not handle curved
geometries. It might be better just to do a run through the whole
functional set and pushing all arc's through stroking so that we have no
functions that do not "support" curved geometry. If that results in a
little weirdness (the first stop in running simplify on an arced object
would be adding a bunch of vertices to it) at least we'd have 100%
functional coverage for those types.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3112#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