protected class WrappedSpatialIndex.Oid2FeatureReferenceVisitor extends Object implements Visitor
Constructor and Description |
---|
Oid2FeatureReferenceVisitor(Visitor wrapedVisitor) |
Modifier and Type | Method and Description |
---|---|
void |
visit(Object oid)
Visits one of the objects provided by a
Visitable . |
public Oid2FeatureReferenceVisitor(Visitor wrapedVisitor)
public void visit(Object oid) throws VisitCanceledException, BaseException
Visitor
Visitable
.visit
in interface Visitor
oid
- the object to perform the action withVisitCanceledException
- thrown if the visit ha to be cancelled by the
Visitable
BaseException
- if there is an error performing the visit