org.geotools.renderer.lite.gridcoverage2d
Interface ColorMapTransformElement
- All Superinterfaces:
- Comparable<DomainElement1D>, DomainElement1D, MathTransform, MathTransform1D, PiecewiseTransform1DElement, Serializable
- All Known Implementing Classes:
- LinearColorMapElement
public interface ColorMapTransformElement
- extends PiecewiseTransform1DElement
ColorMapTransformElement
s are a special type of
PiecewiseTransform1DElement
s that can be used to generate specific renderings
as the result of specific transformations applied to the input values.
A popular example is represented by a DomainElement1D
used to classify
values which means applying a color to all the pixels of an image whose value
falls in the DomainElement1D
's range.
- Author:
- Simone Giannecchini, GeoSolutions
Method Summary |
Color[] |
getColors()
Returns the set of colors for this category. |
getColors
Color[] getColors()
- Returns the set of colors for this category. Change to the returned array
will not affect this category.
- See Also:
GridSampleDimension#getColorModel
Copyright © 1996-2014 Geotools. All Rights Reserved.