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.
Modifier and Type | Method and Description |
---|---|
Color[] |
getColors()
Returns the set of colors for this category.
|
transform
contains, contains, contains, equals, getName, getRange
compareTo
Color[] getColors()
GridSampleDimension#getColorModel
Copyright © 2006–2016 GeoSolutions. All rights reserved.