Class IndexedNestedRingTester
- java.lang.Object
-
- org.locationtech.jts.operation.valid.IndexedNestedRingTester
-
public class IndexedNestedRingTester extends Object
Tests whether any of a set ofLinearRings are nested inside another ring in the set, using a spatial index to speed up the comparisons.- Version:
- 1.7
-
-
Constructor Summary
Constructors Constructor Description IndexedNestedRingTester(GeometryGraph graph)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(LinearRing ring)CoordinategetNestedPoint()booleanisNonNested()
-
-
-
Constructor Detail
-
IndexedNestedRingTester
public IndexedNestedRingTester(GeometryGraph graph)
-
-
Method Detail
-
getNestedPoint
public Coordinate getNestedPoint()
-
add
public void add(LinearRing ring)
-
isNonNested
public boolean isNonNested()
-
-