|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColorInterpretation | |
org.geotools.cv | Coverage implementation. |
Uses of ColorInterpretation in org.geotools.cv |
Fields in org.geotools.cv declared as ColorInterpretation | |
static ColorInterpretation |
ColorInterpretation.UNDEFINED
Deprecated. Band is not associated with a color model component. |
static ColorInterpretation |
ColorInterpretation.GRAY_INDEX
Deprecated. Band is an index into a lookup table. |
static ColorInterpretation |
ColorInterpretation.PALETTE_INDEX
Deprecated. Band is a color index into a color table. |
static ColorInterpretation |
ColorInterpretation.RED_BAND
Deprecated. Bands correspond to RGB color model components. |
static ColorInterpretation |
ColorInterpretation.GREEN_BAND
Deprecated. Bands correspond to RGB color model components. |
static ColorInterpretation |
ColorInterpretation.BLUE_BAND
Deprecated. Bands correspond to RGB color model components. |
static ColorInterpretation |
ColorInterpretation.ALPHA_BAND
Deprecated. Bands correspond to RGB color model components. |
static ColorInterpretation |
ColorInterpretation.HUE_BAND
Deprecated. Bands correspond to HSL color model. |
static ColorInterpretation |
ColorInterpretation.SATURATION_BAND
Deprecated. Bands correspond to HSL color model. |
static ColorInterpretation |
ColorInterpretation.LIGHTNESS_BAND
Deprecated. Bands correspond to HSL color model. |
static ColorInterpretation |
ColorInterpretation.CYAN_BAND
Deprecated. Bands correspond to CMYK color model. |
static ColorInterpretation |
ColorInterpretation.MAGENTA_BAND
Deprecated. Bands correspond to CMYK color model. |
static ColorInterpretation |
ColorInterpretation.YELLOW_BAND
Deprecated. Bands correspond to CMYK color model. |
static ColorInterpretation |
ColorInterpretation.BLACK_BAND
Deprecated. Bands correspond to CMYK color model. |
Methods in org.geotools.cv that return ColorInterpretation | |
ColorInterpretation |
Adapters.wrap(org.opengis.cv.CV_ColorInterpretation colors)
Deprecated. Returns a color interpretation from an OpenGIS's enumeration. |
static ColorInterpretation |
ColorInterpretation.getEnum(int value)
Deprecated. Returns the enum for the specified value. |
static ColorInterpretation |
ColorInterpretation.getEnum(java.lang.String name)
Deprecated. Returns the enum for the specified name. |
static ColorInterpretation |
ColorInterpretation.getEnum(org.opengis.coverage.ColorInterpretation value)
Deprecated. Return the enum for the specified value. |
static ColorInterpretation |
ColorInterpretation.getEnum(java.awt.image.ColorModel model,
int band)
Deprecated. Returns the enum for the specified color model and band number. |
ColorInterpretation |
SampleDimension.getColorInterpretation()
Deprecated. Returns the color interpretation of the sample dimension. |
Methods in org.geotools.cv with parameters of type ColorInterpretation | |
org.opengis.cv.CV_ColorInterpretation |
Adapters.export(ColorInterpretation colors)
Deprecated. Returns an OpenGIS enumeration for a color interpretation. |
Constructors in org.geotools.cv with parameters of type ColorInterpretation | |
SampleDimension(java.lang.String description,
SampleDimensionType type,
ColorInterpretation color,
java.awt.Color[] palette,
java.lang.String[] categories,
double[] nodata,
double minimum,
double maximum,
double scale,
double offset,
Unit unit)
Deprecated. Constructs a sample dimension with the specified properties. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |