[postgis-devel] [PostGIS] #472: Missing ST_IsValid for Geography Types
PostGIS
trac at osgeo.org
Sat Mar 27 16:06:35 PDT 2010
#472: Missing ST_IsValid for Geography Types
-------------------------+--------------------------------------------------
Reporter: rfcmedia | Owner: pramsey
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 1.5.2
Component: postgis | Version: 1.5.X
Keywords: |
-------------------------+--------------------------------------------------
There is no ST_IsValid for geography types.
I do not think casting a geography as a geometry and then running it
through ST_IsValid will yield correct results either.
Consider a polygon (-170 0, 170 0, 178 5, 178 -5, -170 0) in degrees on a
spherical surface. This is not a valid polygon as there is clearly an
intersection between two lines at (178, 0) but this would be considered a
valid polygon if it were cast as a geometry.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/472>
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