|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PaletteInterpretation | |
|---|---|
| org.opengis.coverage | Coverages (generate a value for any point). |
| Uses of PaletteInterpretation in org.opengis.coverage |
|---|
| Fields in org.opengis.coverage declared as PaletteInterpretation | |
|---|---|
static PaletteInterpretation |
PaletteInterpretation.CMYK
CYMK (Cyan Yellow Magenta blacK) color palette. |
static PaletteInterpretation |
PaletteInterpretation.GRAY
Gray Scale color palette. |
static PaletteInterpretation |
PaletteInterpretation.HLS
HSL (Hue Saturation Lightness) color palette. |
static PaletteInterpretation |
PaletteInterpretation.RGB
RGB (Red Green Blue) color palette. |
| Methods in org.opengis.coverage that return PaletteInterpretation | |
|---|---|
PaletteInterpretation[] |
PaletteInterpretation.family()
Returns the list of enumerations of the same kind than this enum. |
PaletteInterpretation |
SampleDimension.getPaletteInterpretation()
Deprecated. No replacement. |
static PaletteInterpretation |
PaletteInterpretation.valueOf(String code)
Returns the palette interpretation that matches the given string, or returns a new one if none match it. |
static PaletteInterpretation[] |
PaletteInterpretation.values()
Returns the list of PaletteInterpretations. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||