Interface | Description |
---|---|
ColorMapTransform<T extends ColorMapTransformElement> |
A
ColorMapTransform is a special sub-interface of PiecewiseTransform1D that can be used to render raw data. |
ColorMapTransformElement |
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. |
Class | Description |
---|---|
ColorMapUtilities |
Utility class for doing useful ColorMap operations
|
ConstantColorMapElement |
The
ConstantColorMapElement is a special type of ColorMapTransformElement that is used to render no data values. |
LinearColorMap |
ColorMapTransform implementation defining a linear colormap transformation |
LinearColorMap.LinearColorMapType | |
LinearColorMapElement |
This
LinearColorMapElement is a special implementation of both PiecewiseTransform1DElement and ColorMapTransformElement
which can be used to do various types of classifications on raster. |
RasterClassifierCRIF |
RenderedImageFactory used for creating a new RasterClassifierOpImage instance. |
RasterClassifierDescriptor |
OperationDescriptorImpl describing the RasterClassifier operation |
RasterClassifierOpImage<T extends ColorMapTransformElement> |
This class provides a few initialization method used for implementing the RasterClassier operation, which is an extension of the GenericPiecewise
one.
|
Copyright © 2006–2017 GeoSolutions. All rights reserved.