Class IndexedNestedRingTester
- java.lang.Object
-
- org.locationtech.jts.operation.valid.IndexedNestedRingTester
-
public class IndexedNestedRingTester extends java.lang.Object
Tests whether any of a set ofLinearRing
s 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 void
add(LinearRing ring)
Coordinate
getNestedPoint()
boolean
isNonNested()
-
-
-
Constructor Detail
-
IndexedNestedRingTester
public IndexedNestedRingTester(GeometryGraph graph)
-
-
Method Detail
-
getNestedPoint
public Coordinate getNestedPoint()
-
add
public void add(LinearRing ring)
-
isNonNested
public boolean isNonNested()
-
-