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