|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ColorMapTransform<T extends ColorMapTransformElement>
A ColorMapTransform
is a special sub-interface of
PiecewiseTransform1D
that can be used to render raw data.
Method Summary | |
---|---|
java.awt.image.IndexColorModel |
getColorModel()
Retrieve the ColorModel associated to this
ColorMapTransform . |
java.awt.image.SampleModel |
getSampleModel(int width,
int height)
Retrieve the SampleModel associated to this
ColorMapTransform . |
Methods inherited from interface org.geotools.referencing.piecewise.PiecewiseTransform1D |
---|
getDefaultValue, hasDefaultValue |
Methods inherited from interface org.geotools.referencing.piecewise.Domain1D |
---|
findDomainElement, getApproximateDomainRange, getName, hasGaps |
Methods inherited from interface java.util.List |
---|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
Methods inherited from interface org.opengis.referencing.operation.MathTransform1D |
---|
derivative, inverse, transform |
Methods inherited from interface org.opengis.referencing.operation.MathTransform |
---|
derivative, getSourceDimensions, getTargetDimensions, isIdentity, toWKT, transform, transform, transform, transform, transform |
Method Detail |
---|
java.awt.image.IndexColorModel getColorModel()
ColorModel
associated to this
ColorMapTransform
.
java.awt.image.SampleModel getSampleModel(int width, int height)
SampleModel
associated to this
ColorMapTransform
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |