|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.caching.grid.featurecache.ValidatingVisitor
public class ValidatingVisitor
This visitor makes nodes as valid.
Constructor Summary | |
---|---|
ValidatingVisitor(Region r)
Creates a new visitor. |
Method Summary | |
---|---|
boolean |
isDataVisitor()
|
void |
visitData(Data<?> d)
|
void |
visitNode(Node n)
If node within the region then flags the node as valid. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValidatingVisitor(Region r)
r
- region to mark nodes valid withinMethod Detail |
---|
public void visitData(Data<?> d)
visitData
in interface Visitor
public void visitNode(Node n)
visitNode
in interface Visitor
public boolean isDataVisitor()
isDataVisitor
in interface Visitor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |