public interface ColorMapTransform<T extends ColorMapTransformElement> extends PiecewiseTransform1D<T>
ColorMapTransform
is a special sub-interface of PiecewiseTransform1D
that can be used to render raw data.Modifier and Type | Method and Description |
---|---|
IndexColorModel |
getColorModel()
Retrieve the
ColorModel associated to this ColorMapTransform . |
SampleModel |
getSampleModel(int width,
int height)
Retrieve the
SampleModel associated to this ColorMapTransform . |
getDefaultValue, hasDefaultValue, transform
findDomainElement, getApproximateDomainRange, getName, hasGaps
IndexColorModel getColorModel()
ColorModel
associated to this ColorMapTransform
.SampleModel getSampleModel(int width, int height)
SampleModel
associated to this ColorMapTransform
.Copyright © 2006–2015 GeoSolutions. All rights reserved.