Uses of Class
org.geotools.renderer.lite.gridcoverage2d.SLDColorMapBuilder

Packages that use SLDColorMapBuilder
org.geotools.renderer.lite.gridcoverage2d SLD 1.0 and SE RasterSymbolizer support classes 
 

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

Methods in org.geotools.renderer.lite.gridcoverage2d that return SLDColorMapBuilder
 SLDColorMapBuilder SLDColorMapBuilder.addColorMapEntry(ColorMapEntry colorMapEntry)
          Add a new ColorMapEntry to the list of ColorMapEntry we want to use for building a LinearColorMap.
 SLDColorMapBuilder SLDColorMapBuilder.addValueToPreserve(double value)
          Add a value that we should try to preserve while applying the color map.
 SLDColorMapBuilder SLDColorMapBuilder.setColorForValuesToPreserve(Color color)
          Set the color to use for the values we want to preserve.
 SLDColorMapBuilder SLDColorMapBuilder.setExtendedColors(boolean extendedColors)
          Setter of the property extendedColors Unless this property is set prior to start working with this SLDColorMapBuilder we will make use of only 256 colors.
 SLDColorMapBuilder SLDColorMapBuilder.setLinearColorMapType(int colorMapType)
          Sets the LinearColorMap.LinearColorMapType for this SLDColorMapBuilder .
 SLDColorMapBuilder SLDColorMapBuilder.setNumberColorMapEntries(int numberColorMapEntries)
          Setter of the property numberColorMapEntries
 



Copyright © 1996-2010 Geotools. All Rights Reserved.