|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Symbol | |
org.geotools.styling | Allows for symbolization of geospatial data. |
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 spec |
Classes in org.geotools.styling that implement Symbol | |
class |
ExternalGraphicImpl
DOCUMENT ME! |
class |
MarkImpl
DOCUMENT ME! |
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. |
Symbol[] |
Graphic.getSymbols()
Provides a list of all the symbols which can be used to represent this graphic. |
Methods in org.geotools.styling with parameters of type Symbol | |
abstract Graphic |
AbstractStyleFactory.createGraphic(ExternalGraphic[] externalGraphics,
Mark[] marks,
Symbol[] symbols,
Expression opacity,
Expression size,
Expression rotation)
|
Graphic |
StyleFactoryImpl.createGraphic(ExternalGraphic[] externalGraphics,
Mark[] marks,
Symbol[] symbols,
Expression opacity,
Expression size,
Expression rotation)
|
void |
GraphicImpl.setSymbols(Symbol[] symbols)
|
void |
GraphicImpl.addSymbol(Symbol symbol)
|
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 |
Graphic |
StyleBuilder.createGraphic(ExternalGraphic[] externalGraphics,
Mark[] marks,
Symbol[] symbols,
double opacity,
double size,
double rotation)
creates a graphic object |
Graphic |
StyleBuilder.createGraphic(ExternalGraphic[] externalGraphics,
Mark[] marks,
Symbol[] symbols,
Expression opacity,
Expression size,
Expression rotation)
creates a graphic object |
Graphic |
StyleFactory.createGraphic(ExternalGraphic[] externalGraphics,
Mark[] marks,
Symbol[] symbols,
Expression opacity,
Expression size,
Expression rotation)
|
void |
Graphic.setSymbols(Symbol[] symbols)
|
void |
Graphic.addSymbol(Symbol symbol)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |