|
JTS Topology Suite version 1.13 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vividsolutions.jts.geom.util.ShortCircuitedGeometryVisitor
public abstract class ShortCircuitedGeometryVisitor
A visitor to Geometry
componets, which
allows short-circuiting when a defined condition holds.
Constructor Summary | |
---|---|
ShortCircuitedGeometryVisitor()
|
Method Summary | |
---|---|
void |
applyTo(Geometry geom)
|
protected abstract boolean |
isDone()
|
protected abstract void |
visit(Geometry element)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ShortCircuitedGeometryVisitor()
Method Detail |
---|
public void applyTo(Geometry geom)
protected abstract void visit(Geometry element)
protected abstract boolean isDone()
|
JTS Topology Suite version 1.13 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |