|
|||||||||
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
elements which can
be short-circuited by a given condition
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |