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
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