Class ConsistentPolygonRingChecker

java.lang.Object
org.locationtech.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
  • Constructor Details

    • ConsistentPolygonRingChecker

      public ConsistentPolygonRingChecker(PlanarGraph graph)
  • Method Details

    • checkAll

      public void checkAll()
    • check

      public void check(int opCode)
      Tests whether the result geometry is consistent
      Throws:
      TopologyException - if inconsistent topology is found