Uses of Interface
org.geotools.api.style.GraphicalSymbol
Packages that use GraphicalSymbol
Package
Description
The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal
Allows for symbolization of geospatial data.
Encoder for style objects as YSLD.
-
Uses of GraphicalSymbol in org.geotools.api.style
Subinterfaces of GraphicalSymbol in org.geotools.api.styleModifier and TypeInterfaceDescriptioninterface
Points to an external file that contains an image of some kind, such as a CGM, JPG, or SVG.interface
Indicate that one of a few predefined shapes will be drawn at the points of the geometry.interface
This a mostly empty interface for styling symbol objects to implementMethods in org.geotools.api.style that return types with arguments of type GraphicalSymbolModifier and TypeMethodDescriptionGraphic.graphicalSymbols()
The items in this list are either a Mark or a ExternalGraphic.Method parameters in org.geotools.api.style with type arguments of type GraphicalSymbolModifier and TypeMethodDescriptionStyleFactory.graphic
(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchor, Displacement disp) Create a graphic.StyleFactory.graphicFill
(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement) StyleFactory.graphicLegend
(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement) StyleFactory.graphicStroke
(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement, Expression initialGap, Expression gap) -
Uses of GraphicalSymbol in org.geotools.styling
Classes in org.geotools.styling that implement GraphicalSymbolModifier and TypeClassDescriptionclass
class
Default implementation of Mark.Methods in org.geotools.styling that return types with arguments of type GraphicalSymbolModifier and TypeMethodDescriptionGraphicImpl.ConstantGraphic.graphicalSymbols()
GraphicImpl.graphicalSymbols()
Method parameters in org.geotools.styling with type arguments of type GraphicalSymbolModifier and TypeMethodDescriptionStyleFactoryImpl.graphic
(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchor, Displacement disp) StyleFactoryImpl2.graphic
(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchor, Displacement disp) StyleFactoryImpl.graphicFill
(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement) StyleFactoryImpl2.graphicFill
(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement) StyleFactoryImpl.graphicLegend
(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement) StyleFactoryImpl2.graphicLegend
(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement) StyleFactoryImpl.graphicStroke
(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement, Expression initialGap, Expression gap) StyleFactoryImpl2.graphicStroke
(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement, Expression initialGap, Expression gap) -
Uses of GraphicalSymbol in org.geotools.ysld.encode
Methods in org.geotools.ysld.encode with parameters of type GraphicalSymbol