Interface ClassifiableRaster
- All Superinterfaces:
Classifiable
Interface that all raster layers that can be classifiable and can have associated a legend, must implement.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the type of this shape.voidSets the layer's legend as a raster legend.Methods inherited from interface org.gvsig.fmap.mapcontext.layers.operations.Classifiable
addLegendListener, getGeometryType, getLegend, removeLegendListener
-
Method Details
-
setLegend
Sets the layer's legend as a raster legend.
- Parameters:
r- the legend with raster data
-
getShapeType
int getShapeType()Returns the type of this shape.
All geometry types are defined in
Geometry.TYPES, and their shape equivalent inFConstant.- Specified by:
getShapeTypein interfaceClassifiable- Returns:
- the type of this shape
- See Also:
-