Uses of Interface
org.geotools.api.style.Symbol
Packages that use Symbol
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.
-
Uses of Symbol in org.geotools.api.style
Subinterfaces of Symbol 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.Fields in org.geotools.api.style declared as SymbolModifier and TypeFieldDescriptionstatic final Symbol[]
GraphicalSymbol.SYMBOLS_EMPTY
static final Symbol[]
Symbol.SYMBOLS_EMPTY
Methods in org.geotools.api.style with parameters of type SymbolModifier and TypeMethodDescriptionStyleFactory.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 SymbolModifier and TypeClassDescriptionclass
class
Default implementation of Mark.Methods in org.geotools.styling with parameters of type SymbolModifier and TypeMethodDescriptionvoid
abstract Graphic
AbstractStyleFactory.createGraphic
(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation) StyleBuilder.createGraphic
(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, double opacity, double size, double rotation) creates a graphic objectStyleBuilder.createGraphic
(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation) creates a graphic objectStyleBuilder.createGraphic
(ExternalGraphic externalGraphic, Mark mark, Symbol symbol) creates a graphic objectStyleBuilder.createGraphic
(ExternalGraphic externalGraphic, Mark mark, Symbol symbol, double opacity, double size, double rotation) creates a graphic objectStyleFactoryImpl.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 SymbolMethods in org.geotools.styling.visitor with parameters of type Symbol