Interface ClassifiableRaster

All Superinterfaces:
Classifiable

public interface ClassifiableRaster extends Classifiable

Interface that all raster layers that can be classifiable and can have associated a legend, must implement.

See Also:
  • Method Details

    • setLegend

      void setLegend(IRasterLegend r)

      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 in FConstant.

      Specified by:
      getShapeType in interface Classifiable
      Returns:
      the type of this shape
      See Also:
      • invalid reference
        Geometry
      • invalid reference
        Constant