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.styleSubinterfaces of GraphicalSymbol in org.geotools.api.style Modifier and Type Interface Description interfaceExternalGraphicPoints to an external file that contains an image of some kind, such as a CGM, JPG, or SVG.interfaceMarkIndicate that one of a few predefined shapes will be drawn at the points of the geometry.interfaceSymbolThis 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 GraphicStyleFactory. graphic(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchor, Displacement disp)Create a graphic.GraphicFillStyleFactory. graphicFill(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement)GraphicLegendStyleFactory. graphicLegend(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement)GraphicStrokeStyleFactory. graphicStroke(List<GraphicalSymbol> symbols, Expression opacity, Expression size, Expression rotation, AnchorPoint anchorPoint, Displacement displacement, Expression initialGap, Expression gap)
- 
Uses of GraphicalSymbol in org.geotools.stylingClasses in org.geotools.styling that implement GraphicalSymbol Modifier and Type Class Description classExternalGraphicImplclassMarkImplDefault 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.encodeMethods in org.geotools.ysld.encode with parameters of type GraphicalSymbol Modifier and Type Method Description protected voidSymbolsEncoder. encode(GraphicalSymbol symbol)
 
-