Class IndexedNestedRingTester

java.lang.Object
org.locationtech.jts.operation.valid.IndexedNestedRingTester

public class IndexedNestedRingTester extends Object
Tests whether any of a set of LinearRings are nested inside another ring in the set, using a spatial index to speed up the comparisons.
Version:
1.7
  • Field Details

  • Constructor Details

    • IndexedNestedRingTester

      public IndexedNestedRingTester(GeometryGraph graph)
  • Method Details

    • getNestedPoint

      public Coordinate getNestedPoint()
    • add

      public void add(LinearRing ring)
    • isNonNested

      public boolean isNonNested()
    • buildIndex

      private void buildIndex()