Class DefaultFeatureDrawnNotification

java.lang.Object
org.gvsig.symbology.fmap.mapcontext.rendering.legend.impl.DefaultFeatureDrawnNotification
All Implemented Interfaces:
org.gvsig.fmap.mapcontext.rendering.legend.events.FeatureDrawnNotification

public class DefaultFeatureDrawnNotification extends Object implements org.gvsig.fmap.mapcontext.rendering.legend.events.FeatureDrawnNotification
Author:
Cèsar Ordiñana
  • Constructor Details

    • DefaultFeatureDrawnNotification

      public DefaultFeatureDrawnNotification()
      Creates a new FeatureDrawnNotification.
    • DefaultFeatureDrawnNotification

      public DefaultFeatureDrawnNotification(org.gvsig.fmap.dal.feature.Feature feature, org.gvsig.fmap.geom.Geometry drawnGeometry)
      Creates a new FeatureDrawnNotification.
      Parameters:
      feature - the Feature being drawn
      drawnGeometry - the Geometry to be finally drawn, as it may have been reprojected
  • Method Details

    • getFeature

      public org.gvsig.fmap.dal.feature.Feature getFeature()
      Specified by:
      getFeature in interface org.gvsig.fmap.mapcontext.rendering.legend.events.FeatureDrawnNotification
    • setFeature

      public void setFeature(org.gvsig.fmap.dal.feature.Feature feature)
    • getDrawnGeometry

      public org.gvsig.fmap.geom.Geometry getDrawnGeometry()
      Specified by:
      getDrawnGeometry in interface org.gvsig.fmap.mapcontext.rendering.legend.events.FeatureDrawnNotification
      Returns:
      the Geometry to be finally drawn, as it may have been reprojected
    • setDrawnGeometry

      public void setDrawnGeometry(org.gvsig.fmap.geom.Geometry drawnGeometry)