ShortCircuitedGeometryVisitor class abstract

A visitor to {@link Geometry} components, which allows short-circuiting when a defined condition holds.

@version 1.7

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

applyTo(Geometry geom) → void
isDone() bool
Reports whether visiting components can be terminated. Once this method returns true, it must continue to return true on every subsequent call.
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

Operators

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