Class IndexedNestedRingTester
java.lang.Object
org.locationtech.jts.operation.valid.IndexedNestedRingTester
Tests whether any of a set of
LinearRing
s are
nested inside another ring in the set, using a spatial
index to speed up the comparisons.- Version:
- 1.7
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate GeometryGraph
private SpatialIndex
private Coordinate
private List
private Envelope
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
graph
-
rings
-
totalEnv
-
index
-
nestedPt
-
-
Constructor Details
-
IndexedNestedRingTester
-
-
Method Details
-
getNestedPoint
-
add
-
isNonNested
public boolean isNonNested() -
buildIndex
private void buildIndex()
-