Class SimpleNestedRingTester
- java.lang.Object
-
- com.vividsolutions.jts.operation.valid.SimpleNestedRingTester
-
public class SimpleNestedRingTester extends java.lang.ObjectTests whether any of a set ofLinearRings are nested inside another ring in the set, using a simple O(n^2) comparison.- Version:
- 1.7
-
-
Constructor Summary
Constructors Constructor Description SimpleNestedRingTester(GeometryGraph graph)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(LinearRing ring)CoordinategetNestedPoint()booleanisNonNested()
-
-
-
Constructor Detail
-
SimpleNestedRingTester
public SimpleNestedRingTester(GeometryGraph graph)
-
-
Method Detail
-
add
public void add(LinearRing ring)
-
getNestedPoint
public Coordinate getNestedPoint()
-
isNonNested
public boolean isNonNested()
-
-