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
VisitorVisitable.visit in interface Visitoroid - the object to perform the action withVisitCanceledException - thrown if the visit ha to be cancelled by the
VisitableBaseException - if there is an error performing the visit