Package | Description |
---|---|
org.geotools.coverage |
Coverage implementation.
|
org.opengis.coverage |
Coverages (generate a value for any point).
|
Modifier and Type | Method and Description |
---|---|
PaletteInterpretation |
GridSampleDimension.getPaletteInterpretation()
Indicates the type of color palette entry for sample dimensions which have a palette.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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
PaletteInterpretation s. |
Copyright © 1996–2019 Geotools. All rights reserved.