com.vividsolutions.jts.operation.overlay
Class ConsistentPolygonRingChecker
java.lang.Object
com.vividsolutions.jts.operation.overlay.ConsistentPolygonRingChecker
public class ConsistentPolygonRingChecker
- extends Object
Tests whether the polygon rings in a GeometryGraph
are consistent.
Used for checking if Topology errors are present after noding.
- Version:
- 1.7
- Author:
- Martin Davis
Method Summary |
void |
check(int opCode)
Tests whether the result geometry is consistent |
void |
checkAll()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsistentPolygonRingChecker
public ConsistentPolygonRingChecker(PlanarGraph graph)
checkAll
public void checkAll()
check
public void check(int opCode)
- Tests whether the result geometry is consistent
- Throws:
TopologyException
- if inconsistent topology is found
Copyright © 2012. All Rights Reserved.