[postgis-devel] [PostGIS] #831: Flags for ST_IsValid*
PostGIS
trac at osgeo.org
Wed Feb 16 00:56:28 PST 2011
#831: Flags for ST_IsValid*
-------------------------+--------------------------------------------------
Reporter: strk | Owner: strk
Type: enhancement | Status: new
Priority: high | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Keywords: |
-------------------------+--------------------------------------------------
Comment(by strk):
As of r6826 the flag is allowed in ST_IsValidDetail.
Since that function is already new, and requiring GEOS 3.3.0 I tought
it'd be useful to have the flag there.
Now, if we also want to have support in the other two
(ST_isValid and ST_isValidReason) we'll need to switch implementation
based on GEOS version, with the pre-geos-3.3 implementation raising
an exception if a flag != 0 is given.
Do you think it's worth it ?
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/831#comment:1>
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