Class SelectedEnvelopeVisitor
java.lang.Object
org.gvsig.fmap.mapcontext.rendering.strategies.SelectedEnvelopeVisitor
- All Implemented Interfaces:
LayersVisitor,org.gvsig.tools.visitor.Visitor
This visitor accumulates the envelope of the
selected geometries
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.gvsig.fmap.geom.primitive.Envelopevoidvoid
-
Constructor Details
-
SelectedEnvelopeVisitor
public SelectedEnvelopeVisitor()
-
-
Method Details
-
getSelectioEnvelope
public org.gvsig.fmap.geom.primitive.Envelope getSelectioEnvelope() -
getProcessDescription
-
visit
- Specified by:
visitin interfaceorg.gvsig.tools.visitor.Visitor- Throws:
org.gvsig.tools.exception.BaseException
-
visit
- Specified by:
visitin interfaceLayersVisitor- Throws:
org.gvsig.tools.exception.BaseException
-