Uses of Interface
org.geotools.api.style.Symbol
- 
Packages that use Symbol 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.styling.visitor 
- 
- 
Uses of Symbol in org.geotools.api.styleSubinterfaces of Symbol 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.Fields in org.geotools.api.style declared as Symbol Modifier and Type Field Description static Symbol[]GraphicalSymbol. SYMBOLS_EMPTYstatic Symbol[]Symbol. SYMBOLS_EMPTYMethods in org.geotools.api.style with parameters of type Symbol Modifier and Type Method Description GraphicStyleFactory. createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)
- 
Uses of Symbol in org.geotools.stylingClasses in org.geotools.styling that implement Symbol Modifier and Type Class Description classExternalGraphicImplclassMarkImplDefault implementation of Mark.Methods in org.geotools.styling with parameters of type Symbol Modifier and Type Method Description voidGraphicImpl.ConstantGraphic. addSymbol(Symbol symbol)abstract GraphicAbstractStyleFactory. createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)GraphicStyleBuilder. createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, double opacity, double size, double rotation)creates a graphic objectGraphicStyleBuilder. createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)creates a graphic objectGraphicStyleBuilder. createGraphic(ExternalGraphic externalGraphic, Mark mark, Symbol symbol)creates a graphic objectGraphicStyleBuilder. createGraphic(ExternalGraphic externalGraphic, Mark mark, Symbol symbol, double opacity, double size, double rotation)creates a graphic objectGraphicStyleFactoryImpl. createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)voidGraphicImpl.ConstantGraphic. setSymbols(Symbol... symbols)
- 
Uses of Symbol in org.geotools.styling.visitorMethods in org.geotools.styling.visitor that return Symbol Modifier and Type Method Description protected SymbolDuplicatingStyleVisitor. copy(Symbol symbol)Methods in org.geotools.styling.visitor with parameters of type Symbol Modifier and Type Method Description protected SymbolDuplicatingStyleVisitor. copy(Symbol symbol)
 
-