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.style
Subinterfaces of Symbol 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.Fields in org.geotools.api.style declared as Symbol Modifier and Type Field Description static Symbol[]
GraphicalSymbol. SYMBOLS_EMPTY
static Symbol[]
Symbol. SYMBOLS_EMPTY
Methods in org.geotools.api.style with parameters of type Symbol Modifier and Type Method Description Graphic
StyleFactory. createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)
-
Uses of Symbol in org.geotools.styling
Classes in org.geotools.styling that implement Symbol Modifier and Type Class Description class
ExternalGraphicImpl
class
MarkImpl
Default implementation of Mark.Methods in org.geotools.styling with parameters of type Symbol Modifier and Type Method Description void
GraphicImpl.ConstantGraphic. addSymbol(Symbol symbol)
abstract Graphic
AbstractStyleFactory. createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)
Graphic
StyleBuilder. createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, double opacity, double size, double rotation)
creates a graphic objectGraphic
StyleBuilder. createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)
creates a graphic objectGraphic
StyleBuilder. createGraphic(ExternalGraphic externalGraphic, Mark mark, Symbol symbol)
creates a graphic objectGraphic
StyleBuilder. createGraphic(ExternalGraphic externalGraphic, Mark mark, Symbol symbol, double opacity, double size, double rotation)
creates a graphic objectGraphic
StyleFactoryImpl. createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)
void
GraphicImpl.ConstantGraphic. setSymbols(Symbol... symbols)
-
Uses of Symbol in org.geotools.styling.visitor
Methods in org.geotools.styling.visitor that return Symbol Modifier and Type Method Description protected Symbol
DuplicatingStyleVisitor. copy(Symbol symbol)
Methods in org.geotools.styling.visitor with parameters of type Symbol Modifier and Type Method Description protected Symbol
DuplicatingStyleVisitor. copy(Symbol symbol)
-