|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Symbol | |
---|---|
org.geotools.styling | Allows for symbolization of geospatial data. |
org.geotools.styling.builder | |
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
Deprecated. Please use a ExternalMark.getMarkIndex() to pick out a character from a true type font |
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()
Deprecated. |
Symbol[] |
Graphic.getSymbols()
Deprecated. Please use graphicalSymbols |
Methods in org.geotools.styling with parameters of type Symbol | |
---|---|
void |
GraphicImpl.addSymbol(Symbol symbol)
Deprecated. |
void |
Graphic.addSymbol(Symbol symbol)
Deprecated. symbolizers and underneath classes are immutable |
Graphic |
StyleBuilder.createGraphic(ExternalGraphic[] externalGraphics,
Mark[] marks,
Symbol[] symbols,
double opacity,
double size,
double rotation)
creates a graphic object |
Graphic |
StyleFactoryImpl.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 |
abstract Graphic |
AbstractStyleFactory.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)
Deprecated. |
void |
Graphic.setSymbols(Symbol[] symbols)
Deprecated. symbolizers and underneath classes will be immutable in 2.6.x |
Uses of Symbol in org.geotools.styling.builder |
---|
Methods in org.geotools.styling.builder that return Symbol | |
---|---|
Symbol |
SymbolBuilder.build()
|
Methods in org.geotools.styling.builder with parameters of type Symbol | |
---|---|
SymbolBuilder |
SymbolBuilder.reset(Symbol symbol)
Reset builder to provided original stroke. |
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 |