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
BaseException
public void visit(FeatureReference featureRefence) throws BaseException
BaseException
public void visit(java.lang.Object obj) throws BaseException
Visitor
Visitable
.visit
in interface Visitor
obj
- 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 visitpublic void visit(FLayer layer) throws BaseException
visit
in interface LayersVisitor
BaseException