Uses of Interface
org.gvsig.fmap.mapcontext.raster.api.RasterLayer
Packages that use RasterLayer
-
Uses of RasterLayer in org.gvsig.fmap.mapcontext.raster.api.legend
Methods in org.gvsig.fmap.mapcontext.raster.api.legend that return RasterLayerModifier and TypeMethodDescriptionRasterLegendEvent.getRasterLayer()Returns the layer of the legend where the event was produced, as a classifiable and vector layer.RasterLegendEventBase.getRasterLayer()Returns the layer of the legend where the event was produced, as a classifiable and vector layer.Methods in org.gvsig.fmap.mapcontext.raster.api.legend with parameters of type RasterLayerModifier and TypeMethodDescriptionvoidRasterLegendEvent.setRasterLayer(RasterLayer layer) Sets the layer of the legend where the event was produced, as a classifiable and vector layer.voidRasterLegendEventBase.setRasterLayer(RasterLayer layer) Sets the layer of the legend where the event was produced, as a classifiable and vector layer.