Uses of Interface
org.geotools.styling.Symbol

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.
 

Classes in org.geotools.styling that implement Symbol
 class ExternalGraphicImpl
          DOCUMENT ME!
 class MarkImpl
          Default implementation of Mark.
 

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 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)
           
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.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)
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.