Uses of Interface
org.geotools.api.style.GraphicLegend
Packages that use GraphicLegend
Package
Description
The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal
A simple renderer implementation.
Allows for symbolization of geospatial data.
-
Uses of GraphicLegend in org.geotools.api.style
Methods in org.geotools.api.style that return GraphicLegendModifier and TypeMethodDescriptionRule.getLegend()
StyleFactory.graphicLegend
(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement) Methods in org.geotools.api.style with parameters of type GraphicLegendModifier and TypeMethodDescriptionStyleFactory.rule
(String name, Description description, GraphicLegend legend, double min, double max, List<Symbolizer> symbolizers, Filter filter) Create a rule from the provided definition.void
Rule.setLegend
(GraphicLegend legend) TraversingStyleVisitor.visit
(GraphicLegend graphicLegend, Object data) Called when accept is called on a legend graphic -
Uses of GraphicLegend in org.geotools.brewer.styling.builder
Methods in org.geotools.brewer.styling.builder that return GraphicLegendMethods in org.geotools.brewer.styling.builder with parameters of type GraphicLegend -
Uses of GraphicLegend in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite with parameters of type GraphicLegendModifier and TypeMethodDescriptionvoid
StyledShapePainter.paint
(Graphics2D graphics, LiteShape2 shape, GraphicLegend legend, double symbolScale, boolean isLabelObstacle) Paints a GraphicLegend in the supplied graphics -
Uses of GraphicLegend in org.geotools.styling
Classes in org.geotools.styling that implement GraphicLegendMethods in org.geotools.styling that return GraphicLegendModifier and TypeMethodDescriptionRuleImpl.getLegend()
StyleFactoryImpl.graphicLegend
(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement) Methods in org.geotools.styling with parameters of type GraphicLegendModifier and TypeMethodDescriptionStyleFactoryImpl.rule
(String name, Description description, GraphicLegend legend, double min, double max, List<Symbolizer> symbolizers, Filter filter) StyleFactoryImpl2.rule
(String name, Description description, GraphicLegend legend, double min, double max, List<Symbolizer> symbolizers, Filter filter) void
RuleImpl.setLegend
(GraphicLegend legend)