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 Summary
ConstructorsConstructorDescriptionCreates a new FeatureDrawnNotification.DefaultFeatureDrawnNotification(org.gvsig.fmap.dal.feature.Feature feature, org.gvsig.fmap.geom.Geometry drawnGeometry) Creates a new FeatureDrawnNotification. -
Method Summary
Modifier and TypeMethodDescriptionorg.gvsig.fmap.geom.Geometryorg.gvsig.fmap.dal.feature.FeaturevoidsetDrawnGeometry(org.gvsig.fmap.geom.Geometry drawnGeometry) voidsetFeature(org.gvsig.fmap.dal.feature.Feature feature)
-
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- theFeaturebeing drawndrawnGeometry- theGeometryto be finally drawn, as it may have been reprojected
-
-
Method Details
-
getFeature
public org.gvsig.fmap.dal.feature.Feature getFeature()- Specified by:
getFeaturein interfaceorg.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:
getDrawnGeometryin interfaceorg.gvsig.fmap.mapcontext.rendering.legend.events.FeatureDrawnNotification- Returns:
- the
Geometryto be finally drawn, as it may have been reprojected
-
setDrawnGeometry
public void setDrawnGeometry(org.gvsig.fmap.geom.Geometry drawnGeometry)
-