public class SelectedEnvelopeVisitor extends Object implements LayersVisitor
| Constructor and Description |
|---|
SelectedEnvelopeVisitor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getProcessDescription() |
Envelope |
getSelectioEnvelope() |
void |
visit(FLayer layer) |
void |
visit(Object obj)
Visits one of the objects provided by a
Visitable. |
public Envelope getSelectioEnvelope()
public String getProcessDescription()
public void visit(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