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