public class SelectedZoomVisitor extends java.lang.Object implements LayersVisitor, Visitor
| Constructor and Description |
|---|
SelectedZoomVisitor() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getProcessDescription() |
Envelope |
getSelectBound()
Devuelve el Extent de los shapes seleccionados, y si no hay ningún shape
seleccionado devuelve null.
|
void |
visit(Feature feature) |
void |
visit(FeatureReference featureRefence) |
void |
visit(FLayer layer) |
void |
visit(java.lang.Object obj)
Visits one of the objects provided by a
Visitable. |
public Envelope getSelectBound()
public java.lang.String getProcessDescription()
public void visit(Feature feature) throws BaseException
BaseExceptionpublic void visit(FeatureReference featureRefence) throws BaseException
BaseExceptionpublic void visit(java.lang.Object obj)
throws BaseException
VisitorVisitable.visit in interface Visitorobj - 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 visitpublic void visit(FLayer layer) throws BaseException
visit in interface LayersVisitorBaseException