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
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
parallelStream, removeIf, stream
IndexColorModel getColorModel()
ColorModel
associated to this ColorMapTransform
.SampleModel getSampleModel(int width, int height)
SampleModel
associated to this ColorMapTransform
.Copyright © 2006–2018 GeoSolutions. All rights reserved.