IndexedNestedRingTester class

Tests whether any of a set of {@link LinearRing}s are nested inside another ring in the set, using a spatial index to speed up the comparisons.

@version 1.7

Properties

graph GeometryGraph
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
index SpatialIndex?
getter/setter pair
nestedPt Coordinate?
getter/setter pair
rings List
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalEnv Envelope
getter/setter pair

Methods

add(LinearRing ring) → void
buildIndex() → void
getNestedPoint() Coordinate?
isNonNested() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited