public interface ClassifiableVectorial extends Classifiable
All vector layers that can be classifiable and can have associated a legend, must implement
ClassifiableVectorial.
Classifiable| Modifier and Type | Method and Description |
|---|---|
void |
setLegend(IVectorLegend r)
Sets the layer's legend as a vector legend.
|
addLegendListener, getGeometryType, getLegend, getShapeType, removeLegendListenervoid setLegend(IVectorLegend r) throws LegendLayerException
Sets the layer's legend as a vector legend.
r - the legend with vector dataLegendLayerException - if fails setting the legend to this layer.