|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Symbol | |
---|---|
org.geotools.styling | Allows for symbolization of geospatial data. |
org.geotools.styling.visitor |
Uses of Symbol in org.geotools.styling |
---|
Subinterfaces of Symbol in org.geotools.styling | |
---|---|
interface |
ExternalGraphic
Holds a reference to an external graphics file with a URL to its location and its expected MIME type. |
interface |
Mark
A Mark element defines a "shape" which has coloring applied to it. |
interface |
TextMark
Note: this isn't in the SLD specification. |
Classes in org.geotools.styling that implement Symbol | |
---|---|
class |
ExternalGraphicImpl
DOCUMENT ME! |
class |
MarkImpl
Default implementation of Mark. |
class |
TextMarkImpl
DOCUMENT ME! |
Fields in org.geotools.styling declared as Symbol | |
---|---|
static Symbol[] |
Symbol.SYMBOLS_EMPTY
|
Methods in org.geotools.styling that return Symbol | |
---|---|
Symbol[] |
GraphicImpl.getSymbols()
Provides a list of all the symbols which can be used to represent this graphic A symbol is an ExternalGraphic, Mark or any other object which implements the Symbol interface. |
Symbol[] |
Graphic.getSymbols()
Deprecated. Please use graphicalSymbols() |
Methods in org.geotools.styling that return types with arguments of type Symbol | |
---|---|
List<Symbol> |
GraphicImpl.graphicalSymbols()
|
List<Symbol> |
Graphic.graphicalSymbols()
List of all symbols used to represent this graphic. |
Methods in org.geotools.styling with parameters of type Symbol | |
---|---|
void |
GraphicImpl.addSymbol(Symbol symbol)
|
void |
Graphic.addSymbol(Symbol symbol)
Deprecated. symbolizers and underneath classes will be immutable in 2.6.x |
Graphic |
StyleBuilder.createGraphic(ExternalGraphic[] externalGraphics,
Mark[] marks,
Symbol[] symbols,
double opacity,
double size,
double rotation)
creates a graphic object |
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,
Expression opacity,
Expression size,
Expression rotation)
creates a graphic object |
Graphic |
StyleFactoryImpl.createGraphic(ExternalGraphic[] externalGraphics,
Mark[] marks,
Symbol[] symbols,
Expression opacity,
Expression size,
Expression rotation)
|
Graphic |
StyleFactory.createGraphic(ExternalGraphic[] externalGraphics,
Mark[] marks,
Symbol[] symbols,
Expression opacity,
Expression size,
Expression rotation)
|
Graphic |
StyleBuilder.createGraphic(ExternalGraphic externalGraphic,
Mark mark,
Symbol symbol)
creates a graphic object |
Graphic |
StyleBuilder.createGraphic(ExternalGraphic externalGraphic,
Mark mark,
Symbol symbol,
double opacity,
double size,
double rotation)
creates a graphic object |
void |
GraphicImpl.setSymbols(Symbol[] symbols)
|
void |
Graphic.setSymbols(Symbol[] symbols)
Deprecated. symbolizers and underneath classes will be immutable in 2.6.x |
Uses of Symbol in org.geotools.styling.visitor |
---|
Methods in org.geotools.styling.visitor that return Symbol | |
---|---|
protected Symbol |
DuplicatingStyleVisitor.copy(Symbol symbol)
|
Methods in org.geotools.styling.visitor with parameters of type Symbol | |
---|---|
protected Symbol |
DuplicatingStyleVisitor.copy(Symbol symbol)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |