Uses of Interface
org.geotools.styling.ColorMap

Packages that use ColorMap
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.styling Allows for symbolization of geospatial data. 
org.geotools.styling.visitor   
 

Uses of ColorMap in org.geotools.renderer.lite
 

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

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

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

Uses of ColorMap in org.geotools.renderer.shape
 

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

Uses of ColorMap in org.geotools.styling
 

Classes in org.geotools.styling that implement ColorMap
 class ColorMapImpl
          A simple implementation of the color map interface.
 

Methods in org.geotools.styling that return ColorMap
abstract  ColorMap AbstractStyleFactory.createColorMap()
           
 ColorMap StyleFactoryImpl.createColorMap()
           
 ColorMap StyleFactory.createColorMap()
           
 ColorMap StyleBuilder.createColorMap(String[] labels, double[] quantities, Color[] colors, int type)
          Creates a color map based on fixed quantities and colors.
 ColorMap RasterSymbolizerImpl.getColorMap()
          The ColorMap element defines either the colors of a palette-type raster source or the mapping of fixed-numeric pixel values to colors.
 ColorMap RasterSymbolizer.getColorMap()
          The ColorMap element defines either the colors of a palette-type raster source or the mapping of fixed-numeric pixel values to colors.
 

Methods in org.geotools.styling with parameters of type ColorMap
 RasterSymbolizer StyleBuilder.createRasterSymbolizer(ColorMap colorMap, double opacity)
          Creates a raster symbolizer
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)
           
 void RasterSymbolizerImpl.setColorMap(ColorMap colorMap)
          The ColorMap element defines either the colors of a palette-type raster source or the mapping of fixed-numeric pixel values to colors.
 void RasterSymbolizer.setColorMap(ColorMap colorMap)
          The ColorMap element defines either the colors of a palette-type raster source or the mapping of fixed-numeric pixel values to colors.
 void StyleAttributeExtractor.visit(ColorMap map)
           
 void StyleVisitor.visit(ColorMap colorMap)
          Called when accept is called on a raster color map
 

Uses of ColorMap in org.geotools.styling.visitor
 

Methods in org.geotools.styling.visitor that return ColorMap
protected  ColorMap DuplicatingStyleVisitor.copy(ColorMap colorMap)
           
 

Methods in org.geotools.styling.visitor with parameters of type ColorMap
protected  ColorMap DuplicatingStyleVisitor.copy(ColorMap colorMap)
           
 void DuplicatingStyleVisitor.visit(ColorMap colorMap)
           
 



Copyright © 1996-2009 Geotools. All Rights Reserved.