Class ConsistentPolygonRingChecker
- java.lang.Object
-
- org.meteoinfo.jts.operation.overlay.ConsistentPolygonRingChecker
-
public class ConsistentPolygonRingChecker extends java.lang.ObjectTests whether the polygon rings in aGeometryGraphare consistent. Used for checking if Topology errors are present after noding.
-
-
Constructor Summary
Constructors Constructor Description ConsistentPolygonRingChecker(PlanarGraph graph)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheck(int opCode)Tests whether the result geometry is consistentvoidcheckAll()
-
-
-
Constructor Detail
-
ConsistentPolygonRingChecker
public ConsistentPolygonRingChecker(PlanarGraph graph)
-
-
Method Detail
-
checkAll
public void checkAll()
-
check
public void check(int opCode)
Tests whether the result geometry is consistent- Throws:
TopologyException- if inconsistent topology is found
-
-