org.geotools.renderer.lite.gridcoverage2d
Interface ColorMapTransform<T extends ColorMapTransformElement>

All Superinterfaces:
java.util.Collection<T>, Domain1D<T>, java.lang.Iterable<T>, java.util.List<T>, org.opengis.referencing.operation.MathTransform, org.opengis.referencing.operation.MathTransform1D, PiecewiseTransform1D<T>
All Known Implementing Classes:
LinearColorMap

public interface ColorMapTransform<T extends ColorMapTransformElement>
extends PiecewiseTransform1D<T>

A ColorMapTransform is a special sub-interface of PiecewiseTransform1D that can be used to render raw data.

Author:
Simone Giannecchini, GeoSolutions.

Method Summary
 java.awt.image.IndexColorModel getColorModel()
          Retrieve the ColorModel associated to this ColorMapTransform.
 java.awt.image.SampleModel getSampleModel(int width, int height)
          Retrieve the SampleModel associated to this ColorMapTransform.
 
Methods inherited from interface org.geotools.referencing.piecewise.PiecewiseTransform1D
getDefaultValue, hasDefaultValue
 
Methods inherited from interface org.geotools.referencing.piecewise.Domain1D
findDomainElement, getApproximateDomainRange, getName, hasGaps
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 
Methods inherited from interface org.opengis.referencing.operation.MathTransform1D
derivative, inverse, transform
 
Methods inherited from interface org.opengis.referencing.operation.MathTransform
derivative, getSourceDimensions, getTargetDimensions, isIdentity, toWKT, transform, transform, transform, transform, transform
 

Method Detail

getColorModel

java.awt.image.IndexColorModel getColorModel()
Retrieve the ColorModel associated to this ColorMapTransform.

Returns:

getSampleModel

java.awt.image.SampleModel getSampleModel(int width,
                                          int height)
Retrieve the SampleModel associated to this ColorMapTransform.

Returns:


Copyright © 1996-2010 Geotools. All Rights Reserved.