public abstract class ShortCircuitedGeometryVisitor
extends java.lang.Object
Geometry components, which
allows short-circuiting when a defined condition holds.| Modifier and Type | Field and Description |
|---|---|
private boolean |
isDone |
| Constructor and Description |
|---|
ShortCircuitedGeometryVisitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(Geometry geom) |
protected abstract boolean |
isDone() |
protected abstract void |
visit(Geometry element) |