com.iver.cit.gvsig.fmap.layers.layerOperations
Interface ClassifiableRaster

All Superinterfaces:
Classifiable
All Known Implementing Classes:
FLyrComplexRaster

public interface ClassifiableRaster
extends Classifiable

Interfaz que implementan todas las capas clasificables de tipo raster.


Method Summary
 int getShapeType()
          Devuelve el tipo de shape.
 void setLegend(RasterLegend r)
          Inserta una leyenda de tipo RasterLegend.
 
Methods inherited from interface com.iver.cit.gvsig.fmap.layers.layerOperations.Classifiable
addLegendListener, getLegend, removeLegendListener
 

Method Detail

setLegend

public void setLegend(RasterLegend r)
Inserta una leyenda de tipo RasterLegend.

Parameters:
r - RasterLegend.

getShapeType

public int getShapeType()
Devuelve el tipo de shape.

Specified by:
getShapeType in interface Classifiable
Returns:
Tipo de shape.