Uses of Class
org.geotools.api.coverage.PaletteInterpretation
-
Packages that use PaletteInterpretation Package Description org.geotools.api.coverage Coverages (generate a value for any point). -
-
Uses of PaletteInterpretation in org.geotools.api.coverage
Fields in org.geotools.api.coverage declared as PaletteInterpretation Modifier and Type Field 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.Methods in org.geotools.api.coverage that return PaletteInterpretation Modifier and Type Method Description PaletteInterpretation[]
PaletteInterpretation. family()
Returns the list of enumerations of the same kind than this enum.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 ofPaletteInterpretation
s.
-