EnvelopeIntersectsVisitor class

Tests whether it can be concluded that a rectangle intersects a geometry, based on the relationship of the envelope(s) of the geometry.

@author Martin Davis @version 1.7

Inheritance

Constructors

EnvelopeIntersectsVisitor(Envelope rectEnv)

Properties

hashCode int
The hash code for this object.
no setterinherited
rectEnv Envelope
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

applyTo(Geometry geom) → void
inherited
intersects() bool
Reports whether it can be concluded that an intersection occurs, or whether further testing is required.
isDone() bool
Reports whether visiting components can be terminated. Once this method returns true, it must continue to return true on every subsequent call.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
visit(Geometry element) → void
override

Operators

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