public interface ClassifiableRaster extends Classifiable
Interface that all raster layers that can be classifiable and can have associated a legend, must implement.
Classifiable| Modifier and Type | Method and Description |
|---|---|
int |
getShapeType()
Returns the type of this shape.
|
void |
setLegend(IRasterLegend r)
Sets the layer's legend as a raster legend.
|
addLegendListener, getGeometryType, getLegend, removeLegendListenervoid setLegend(IRasterLegend r)
Sets the layer's legend as a raster legend.
r - the legend with raster dataDriverException - if fails the driver used in this method.int getShapeType()
Returns the type of this shape.
All geometry types are defined in Geometry.TYPES, and their shape equivalent in FConstant.
getShapeType in interface ClassifiableGeometry,
Constant