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.styling Allows for symbolization of geospatial data. 
org.geotools.styling.builder   
org.geotools.styling.visitor   
 

Uses of ColorMap in org.geotools.renderer.lite
 

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

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

Methods in org.geotools.renderer.lite.gridcoverage2d that return ColorMap
 ColorMap GradientColorMapGenerator.generateColorMap(double min, double max)
          Generate a ColorMap object, by updating the ColorMapEntries quantities on top of the min and max values reported here.
 

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

Uses of ColorMap in org.geotools.styling
 

Methods in org.geotools.styling that return ColorMap
 ColorMap StyleFactoryImpl.colorMap(Expression propertyName, Expression... mapping)
           
 ColorMap StyleFactory.colorMap(Expression propertyName, Expression... mapping)
          Wrap up a "Categorize" function using the provided expressions.
 ColorMap StyleFactoryImpl.createColorMap()
           
abstract  ColorMap AbstractStyleFactory.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 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.
protected  ColorMap SLDParser.parseColorMap(Node root)
          Internal parse method - made protected for unit testing
 

Methods in org.geotools.styling with parameters of type ColorMap
 RasterSymbolizer StyleBuilder.createRasterSymbolizer(ColorMap colorMap, double opacity)
          Creates a raster symbolizer
 RasterSymbolizer StyleFactoryImpl.createRasterSymbolizer(String geometryPropertyName, Expression opacity, ChannelSelection channel, Expression overlap, ColorMap colorMap, ContrastEnhancement cenhancement, ShadedRelief relief, Symbolizer outline)
           
abstract  RasterSymbolizer AbstractStyleFactory.createRasterSymbolizer(String geometryPropertyName, Expression opacity, ChannelSelection channel, Expression overlap, ColorMap colorMap, ContrastEnhancement ce, ShadedRelief relief, Symbolizer outline)
           
 RasterSymbolizer StyleFactory.createRasterSymbolizer(String geometryPropertyName, Expression opacity, ChannelSelection channel, Expression overlap, ColorMap colorMap, ContrastEnhancement ce, ShadedRelief relief, Symbolizer outline)
           
 void StyleAttributeExtractor.visit(ColorMap map)
           
 void AbstractStyleVisitor.visit(ColorMap colorMap)
           
 void StyleVisitor.visit(ColorMap colorMap)
          Called when accept is called on a raster color map
 

Uses of ColorMap in org.geotools.styling.builder
 

Methods in org.geotools.styling.builder that return ColorMap
 ColorMap ColorMapBuilder.build()
           
 

Methods in org.geotools.styling.builder with parameters of type ColorMap
 ColorMapBuilder ColorMapBuilder.reset(ColorMap original)
           
 

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-2014 Geotools. All Rights Reserved.