Interface ClassifiableVectorial
- All Superinterfaces:
Classifiable
- All Known Subinterfaces:
GraphicLayer,VectorLayer
- All Known Implementing Classes:
DefaultGraphicLayer,FLyrVect
All vector layers that can be classifiable and can have associated a legend, must implement
ClassifiableVectorial.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidSets the layer's legend as a vector legend.Methods inherited from interface org.gvsig.fmap.mapcontext.layers.operations.Classifiable
addLegendListener, getGeometryType, getLegend, getShapeType, removeLegendListener
-
Method Details
-
setLegend
Sets the layer's legend as a vector legend.
- Parameters:
r- the legend with vector data- Throws:
LegendLayerException- if fails setting the legend to this layer.
-