Package org.locationtech.jts.geom.util
Class ShortCircuitedGeometryVisitor
java.lang.Object
org.locationtech.jts.geom.util.ShortCircuitedGeometryVisitor
A visitor to
Geometry
components, which
allows short-circuiting when a defined condition holds.- Version:
- 1.7
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ShortCircuitedGeometryVisitor
public ShortCircuitedGeometryVisitor()
-
-
Method Details
-
applyTo
-
visit
-
isDone
protected abstract boolean isDone()Reports whether visiting components can be terminated. Once this method returns true, it must continue to return true on every subsequent call.- Returns:
- true if visiting can be terminated.
-