Uses of Interface
org.geotools.api.style.GraphicalSymbol
-
Packages that use GraphicalSymbol Package Description org.geotools.api.style The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayalorg.geotools.styling Allows for symbolization of geospatial data.org.geotools.ysld.encode Encoder for style objects as YSLD. -
-
Uses of GraphicalSymbol in org.geotools.api.style
Subinterfaces of GraphicalSymbol in org.geotools.api.style Modifier and Type Interface Description interface
ExternalGraphic
Points to an external file that contains an image of some kind, such as a CGM, JPG, or SVG.interface
Mark
Indicate that one of a few predefined shapes will be drawn at the points of the geometry.interface
Symbol
This a mostly empty interface for styling symbol objects to implementMethods in org.geotools.api.style that return types with arguments of type GraphicalSymbol Modifier and Type Method Description List<GraphicalSymbol>
Graphic. 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 GraphicalSymbol Modifier and Type Method Description Graphic
StyleFactory. graphic(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchor, Displacement disp)
Create a graphic.GraphicFill
StyleFactory. graphicFill(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement)
GraphicLegend
StyleFactory. graphicLegend(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement)
GraphicStroke
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 GraphicalSymbol Modifier and Type Class Description class
ExternalGraphicImpl
class
MarkImpl
Default implementation of Mark.Methods in org.geotools.styling that return types with arguments of type GraphicalSymbol Modifier and Type Method Description List<GraphicalSymbol>
GraphicImpl.ConstantGraphic. graphicalSymbols()
List<GraphicalSymbol>
GraphicImpl. graphicalSymbols()
-
Uses of GraphicalSymbol in org.geotools.ysld.encode
Methods in org.geotools.ysld.encode with parameters of type GraphicalSymbol Modifier and Type Method Description protected void
SymbolsEncoder. encode(GraphicalSymbol symbol)
-