Uses of Interface
org.geotools.styling.Symbolizer

Packages that use Symbolizer
org.geotools.legend   
org.geotools.renderer.lite A simple renderer implementation. 
org.geotools.renderer.lite.gridcoverage2d SLD 1.0 and SE RasterSymbolizer support classes 
org.geotools.renderer.shape   
org.geotools.renderer.style Styling to be applied on org.geotools.renderer.geom.Geometry objects at rendering time. 
org.geotools.styling Allows for symbolization of geospatial data. 
org.geotools.styling.visitor   
 

Uses of Symbolizer in org.geotools.legend
 

Methods in org.geotools.legend that return Symbolizer
static Symbolizer[] Drawer.getSymbolizers(Class<? extends Geometry> type, Color baseColor)
           
static Symbolizer[] Drawer.getSymbolizers(Class<? extends Geometry> type, Color baseColor, boolean useTransparency)
           
static Symbolizer[] Drawer.getSymbolizers(SimpleFeature feature)
           
 

Methods in org.geotools.legend with parameters of type Symbolizer
 void Drawer.drawFeature(BufferedImage bi, SimpleFeature feature, AffineTransform worldToScreenTransform, boolean drawVertices, Symbolizer[] symbs, MathTransform mt)
           
 void Drawer.drawFeature(BufferedImage bi, SimpleFeature feature, AffineTransform worldToScreenTransform, boolean drawVertices, Symbolizer symbolizer, MathTransform mathTransform, LiteShape shape)
           
 

Uses of Symbolizer in org.geotools.renderer.lite
 

Methods in org.geotools.renderer.lite with parameters of type Symbolizer
 void MetaBufferEstimator.visit(Symbolizer sym)
           
 

Uses of Symbolizer in org.geotools.renderer.lite.gridcoverage2d
 

Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type Symbolizer
 void StyleVisitorAdapter.visit(Symbolizer sym)
           
 

Uses of Symbolizer in org.geotools.renderer.shape
 

Methods in org.geotools.renderer.shape with parameters of type Symbolizer
 void OpacityFinder.visit(Symbolizer sym)
           
 

Uses of Symbolizer in org.geotools.renderer.style
 

Methods in org.geotools.renderer.style with parameters of type Symbolizer
 Style2D SLDStyleFactory.createDynamicStyle(SimpleFeature f, Symbolizer symbolizer, Range scaleRange)
          Creates a rendered style
 Style2D SLDStyleFactory.createStyle(Object drawMe, Symbolizer symbolizer, Range scaleRange)
           Creates a rendered style Makes use of a symbolizer cache based on identity to avoid recomputing over and over the same style object and to reduce memory usage.
 

Uses of Symbolizer in org.geotools.styling
 

Subinterfaces of Symbolizer in org.geotools.styling
 interface LineSymbolizer
          A symbolizer describes how a feature should appear on a map.
 interface PointSymbolizer
          A symbolizer describes how a feature should appear on a map.
 interface PolygonSymbolizer
          A symbolizer describes how a polygon feature should appear on a map.
 interface RasterSymbolizer
          The RasterSymbolizer describes how to render raster/matrix-coverage data (e.g., satellite photos, DEMs).
 interface TextSymbolizer
          A symbolizer describes how a feature should appear on a map.
 interface TextSymbolizer2
          Contains label shield hack
 

Classes in org.geotools.styling that implement Symbolizer
 class LineSymbolizerImpl
          Provides a representation of a LineSymbolizer in an SLD Document.
 class PointSymbolizerImpl
          Provides a Java representation of the PointSymbolizer.
 class PolygonSymbolizerImpl
          Provides a representation of a PolygonSymbolizer in an SLD Document.
 class RasterSymbolizerImpl
          Default implementation of RasterSymbolizer.
 class TextSymbolizerImpl
          Provides a Java representation of an SLD TextSymbolizer that defines how text symbols should be rendered.
 

Methods in org.geotools.styling that return Symbolizer
 Symbolizer RasterSymbolizerImpl.getImageOutline()
          The ImageOutline element specifies that individual source rasters in a multi-raster set (such as a set of satellite-image scenes) should be outlined with either a LineStringSymbol or PolygonSymbol.
 Symbolizer RasterSymbolizer.getImageOutline()
          The ImageOutline element specifies that individual source rasters in a multi-raster set (such as a set of satellite-image scenes) should be outlined with either a LineStringSymbol or PolygonSymbol.
 Symbolizer ImageOutlineImpl.getSymbolizer()
           
 Symbolizer ImageOutline.getSymbolizer()
          Returns the symbolizer of the image outline.
 Symbolizer[] RuleImpl.getSymbolizers()
           
 Symbolizer[] Rule.getSymbolizers()
          The symbolizers contain the actual styling information for different geometry types.
protected static Symbolizer SLD.symbolizer(FeatureTypeStyle fts, Class SYMBOLIZER)
          Retrieve the first SYMBOLIZER from the provided FeatureTypeStyle.
protected static Symbolizer SLD.symbolizer(Style style, Class SYMBOLIZER)
          Retrieve the first SYMBOLIZER from the provided Style.
static Symbolizer[] SLD.symbolizers(Rule rule)
           
static Symbolizer[] SLD.symbolizers(Style style)
           
 

Methods in org.geotools.styling with parameters of type Symbolizer
 void RuleImpl.addSymbolizer(Symbolizer symb)
           
 FeatureTypeStyle StyleBuilder.createFeatureTypeStyle(String featureTypeName, Symbolizer symbolizer)
          create a SimpleFeature type styler
 FeatureTypeStyle StyleBuilder.createFeatureTypeStyle(String featureTypeName, Symbolizer[] symbolizers)
          create a SimpleFeature type styler
 FeatureTypeStyle StyleBuilder.createFeatureTypeStyle(String typeName, Symbolizer[] symbolizers, double minScaleDenominator, double maxScaleDenominator)
          create a SimpleFeature type styler see the SLD Spec for more details of scaleDenominators
 FeatureTypeStyle StyleBuilder.createFeatureTypeStyle(String typeName, Symbolizer symbolizer, double minScaleDenominator, double maxScaleDenominator)
          create a SimpleFeature type styler see the SLD Spec for more details of scaleDenominators
 FeatureTypeStyle StyleBuilder.createFeatureTypeStyle(Symbolizer symbolizer)
          create a SimpleFeature type styler
 FeatureTypeStyle StyleBuilder.createFeatureTypeStyle(Symbolizer[] symbolizers, double minScaleDenominator, double maxScaleDenominator)
          create a SimpleFeature type styler see the SLD Spec for more details of scaleDenominators
 FeatureTypeStyle StyleBuilder.createFeatureTypeStyle(Symbolizer symbolizer, double minScaleDenominator, double maxScaleDenominator)
          create a SimpleFeature type styler see the SLD Spec for more details of scaleDenominators
 ImageOutline StyleFactoryImpl.createImageOutline(Symbolizer symbolizer)
           
 ImageOutline StyleFactory.createImageOutline(Symbolizer symbolizer)
          Creates a new ImageOutline.
abstract  RasterSymbolizer AbstractStyleFactory.createRasterSymbolizer(String geometryPropertyName, Expression opacity, ChannelSelection channel, Expression overlap, ColorMap colorMap, ContrastEnhancement ce, ShadedRelief relief, Symbolizer outline)
           
 RasterSymbolizer StyleFactoryImpl.createRasterSymbolizer(String geometryPropertyName, Expression opacity, ChannelSelection channel, Expression overlap, ColorMap colorMap, ContrastEnhancement cenhancement, ShadedRelief relief, Symbolizer outline)
           
 RasterSymbolizer StyleFactory.createRasterSymbolizer(String geometryPropertyName, Expression opacity, ChannelSelection channel, Expression overlap, ColorMap colorMap, ContrastEnhancement ce, ShadedRelief relief, Symbolizer outline)
           
 Rule StyleBuilder.createRule(Symbolizer symbolizer)
          create a simple styling rule
 Rule StyleBuilder.createRule(Symbolizer[] symbolizers)
          reate a simple styling rule
 Rule StyleBuilder.createRule(Symbolizer[] symbolizers, double minScaleDenominator, double maxScaleDenominator)
          create a simple styling rule, see the SLD Spec for more details of scaleDenominators
 Rule StyleBuilder.createRule(Symbolizer symbolizer, double minScaleDenominator, double maxScaleDenominator)
          create a simple styling rule, see the SLD Spec for more details of scaleDenominators
 Style StyleBuilder.createStyle(String typeName, Symbolizer symbolizer)
          create a new style
 Style StyleBuilder.createStyle(String typeName, Symbolizer symbolizer, double minScaleDenominator, double maxScaleDenominator)
          create a new style
 Style StyleBuilder.createStyle(Symbolizer symbolizer)
          create a new style
 Style StyleBuilder.createStyle(Symbolizer symbolizer, double minScaleDenominator, double maxScaleDenominator)
          create a new style
 void RasterSymbolizerImpl.setImageOutline(Symbolizer symbolizer)
          The ImageOutline element specifies that individual source rasters in a multi-raster set (such as a set of satellite-image scenes) should be outlined with either a LineStringSymbol or PolygonSymbol.
 void RasterSymbolizer.setImageOutline(Symbolizer symbolizer)
          The ImageOutline element specifies that individual source rasters in a multi-raster set (such as a set of satellite-image scenes) should be outlined with either a LineStringSymbol or PolygonSymbol.
 void ImageOutlineImpl.setSymbolizer(Symbolizer symbolizer)
           
 void ImageOutline.setSymbolizer(Symbolizer symbolizer)
          Sets the symbolizer of the image outline.
 void RuleImpl.setSymbolizers(Symbolizer[] syms)
           
 void Rule.setSymbolizers(Symbolizer[] symbolizers)
          The symbolizers contain the actual styling information for different geometry types.
 void StyleAttributeExtractor.visit(Symbolizer sym)
           
 void StyleVisitor.visit(Symbolizer sym)
          since it is impossible to create a Symbolizer this method should generate an exception or warning.
 

Constructors in org.geotools.styling with parameters of type Symbolizer
RuleImpl(Symbolizer[] symbolizers)
          Creates a new instance of DefaultRule
 

Uses of Symbolizer in org.geotools.styling.visitor
 

Methods in org.geotools.styling.visitor that return Symbolizer
protected  Symbolizer DuplicatingStyleVisitor.copy(Symbolizer symbolizer)
           
 

Methods in org.geotools.styling.visitor with parameters of type Symbolizer
protected  Symbolizer DuplicatingStyleVisitor.copy(Symbolizer symbolizer)
           
 void DuplicatingStyleVisitor.visit(Symbolizer sym)
           
 



Copyright © 1996-2009 Geotools. All Rights Reserved.