GeometryContainsPointVisitor class

A visitor which tests whether it can be concluded that a geometry contains a vertex of a query geometry.

@author Martin Davis @version 1.7

Inheritance

Constructors

GeometryContainsPointVisitor(Polygon rectangle)

Properties

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

Methods

applyTo(Geometry geom) → void
inherited
containsPoint() bool
Reports whether it can be concluded that a corner point of the rectangle is contained in the geometry, 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 geom) → void
override

Operators

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