Class SelectedEnvelopeVisitor

java.lang.Object
org.gvsig.fmap.mapcontext.rendering.strategies.SelectedEnvelopeVisitor
All Implemented Interfaces:
LayersVisitor, org.gvsig.tools.visitor.Visitor

public class SelectedEnvelopeVisitor extends Object implements LayersVisitor
This visitor accumulates the envelope of the selected geometries
  • Constructor Details

    • SelectedEnvelopeVisitor

      public SelectedEnvelopeVisitor()
  • Method Details

    • getSelectioEnvelope

      public org.gvsig.fmap.geom.primitive.Envelope getSelectioEnvelope()
    • getProcessDescription

      public String getProcessDescription()
    • visit

      public void visit(Object obj) throws org.gvsig.tools.exception.BaseException
      Specified by:
      visit in interface org.gvsig.tools.visitor.Visitor
      Throws:
      org.gvsig.tools.exception.BaseException
    • visit

      public void visit(FLayer layer) throws org.gvsig.tools.exception.BaseException
      Specified by:
      visit in interface LayersVisitor
      Throws:
      org.gvsig.tools.exception.BaseException