Uses of Interface
org.opengis.style.Symbolizer

Packages that use Symbolizer
org.geotools.styling Allows for symbolization of geospatial data. 
org.opengis.style The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal This package is a merge from package GeoAPI SLD (v1.0.0) and GeoTools styling. 
 

Uses of Symbolizer in org.geotools.styling
 

Subinterfaces of Symbolizer in org.geotools.styling
 interface Symbolizer
          This is the parent interface of all Symbolizers.
 interface TextSymbolizer2
          Contains label shield hack.
 

Classes in org.geotools.styling that implement Symbolizer
 class AbstractSymbolizer
           
 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.
 class VendorSymbolizerImpl
          ExtensioSymbolizer capturing a vendor specific extension.
 

Methods in org.geotools.styling with parameters of type Symbolizer
 RasterSymbolizer StyleFactoryImpl.rasterSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression opacity, ChannelSelection channelSelection, OverlapBehavior overlapsBehaviour, ColorMap colorMap, ContrastEnhancement contrast, ShadedRelief shaded, Symbolizer outline)
           
 RasterSymbolizerImpl StyleFactoryImpl2.rasterSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression opacity, ChannelSelection channelSelection, OverlapBehavior overlapsBehaviour, ColorMap colorMap, ContrastEnhancement contrast, ShadedRelief shaded, Symbolizer outline)
           
 RasterSymbolizer StyleFactory.rasterSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression opacity, ChannelSelection channelSelection, OverlapBehavior overlapsBehaviour, ColorMap colorMap, ContrastEnhancement contrast, ShadedRelief shaded, Symbolizer outline)
           
 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.
 Style StyleFactoryImpl.style(String name, Description description, boolean isDefault, List<FeatureTypeStyle> featureTypeStyles, Symbolizer defaultSymbolizer)
           
 StyleImpl StyleFactoryImpl2.style(String name, Description description, boolean isDefault, List<FeatureTypeStyle> featureTypeStyles, Symbolizer defaultSymbolizer)
           
 Style StyleFactory.style(String name, Description description, boolean isDefault, List<FeatureTypeStyle> featureTypeStyles, Symbolizer defaultSymbolizer)
           
 

Method parameters in org.geotools.styling with type arguments of type Symbolizer
 Rule StyleFactoryImpl.rule(String name, Description description, GraphicLegend legend, double min, double max, List<Symbolizer> symbolizers, Filter filter)
           
 RuleImpl StyleFactoryImpl2.rule(String name, Description description, GraphicLegend legend, double min, double max, List<Symbolizer> symbolizers, Filter filter)
           
 Rule StyleFactory.rule(String name, Description description, GraphicLegend legend, double min, double max, List<Symbolizer> symbolizers, Filter filter)
          Create a rule from the provided definition.
 

Uses of Symbolizer in org.opengis.style
 

Subinterfaces of Symbolizer in org.opengis.style
 interface ExtensionSymbolizer
          An symbolizer interface for all unnormalized symbolizers, This interface should be used for vendor specific symbolizers.
 interface LineSymbolizer
          Gives directions for how to draw lines on a map.
 interface PointSymbolizer
          Indicates how to draw point geometries on a map.
 interface PolygonSymbolizer
          Holds the information that indicates how to draw the lines and the interior of polygons.
 interface RasterSymbolizer
          The RasterSymbolizer describes how to render raster/matrix-coverage data (e.g., satellite photos, DEMs).
 interface TextSymbolizer
          Indicates how text will be drawn.
 

Methods in org.opengis.style that return Symbolizer
 Symbolizer Style.getDefaultSpecification()
          Returns the default specification used if no rule return true.
 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.
 

Methods in org.opengis.style that return types with arguments of type Symbolizer
 List<? extends Symbolizer> Rule.symbolizers()
          This method returns the list of Symbolizer objects contained by this Rule.
 

Methods in org.opengis.style with parameters of type Symbolizer
 RasterSymbolizer StyleFactory.rasterSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression opacity, ChannelSelection channelSelection, OverlapBehavior overlapsBehaviour, ColorMap colorMap, ContrastEnhancement contrast, ShadedRelief shaded, Symbolizer outline)
           
 Style StyleFactory.style(String name, Description description, boolean isDefault, List<FeatureTypeStyle> featureTypeStyles, Symbolizer defaultSymbolizer)
           
 

Method parameters in org.opengis.style with type arguments of type Symbolizer
 Rule StyleFactory.rule(String name, Description description, GraphicLegend legend, double min, double max, List<Symbolizer> symbolizers, Filter filter)
          Create a rule from the provided definition.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.