Package org.opengis.style
Interface GraphicLegend
-
- All Superinterfaces:
Graphic
- All Known Subinterfaces:
Graphic
,GraphicLegend
- All Known Implementing Classes:
GraphicImpl
@XmlElement("LegendGraphic") public interface GraphicLegend extends Graphic
The LegendGraphic element allow an optional explicit graphic symbolizer to do displayed in a legend for the rule.- Since:
- GeoAPI 2.2
- Author:
- Open Geospatial Consortium, Johann Sorel (Geomatys)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
accept(StyleVisitor visitor, Object extraData)
calls the visit method of a StyleVisitor-
Methods inherited from interface Graphic
getAnchorPoint, getDisplacement, getOpacity, getRotation, getSize, graphicalSymbols
-
-
-
-
Method Detail
-
accept
@Extension Object accept(StyleVisitor visitor, Object extraData)
calls the visit method of a StyleVisitor
-
-