Changes between Initial Version and Version 1 of TopologyExceptions


Ignore:
Timestamp:
Dec 12, 2007, 9:58:12 AM (16 years ago)
Author:
pramsey
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TopologyExceptions

    v1 v1  
     1TopologyExceptions are thrown when the topological graph GEOS uses to compute relationships enters an invalid or impossible state.  There are two reasons for TopologyExceptions to be thrown:
     2
     3* GEOS is handling a valid geometry case incorrectly. That is, a '''bug'''.
     4* GEOS is handling an invalid geometry case correctly.
     5
     6Before submitting a bug ticket based on a TopologyException, ensure your geometries are valid, by running the IsValid method on them.  In PostGIS, the ST_IsValid() function calls the appropriate GEOS test.  If your geometries are invalid, the problem is with your geometry, not with GEOS.