Uses of Class
org.geotools.api.coverage.PaletteInterpretation
Packages that use PaletteInterpretation
-
Uses of PaletteInterpretation in org.geotools.api.coverage
Fields in org.geotools.api.coverage declared as PaletteInterpretationModifier and TypeFieldDescriptionstatic final PaletteInterpretation
PaletteInterpretation.CMYK
CYMK (Cyan Yellow Magenta blacK) color palette.static final PaletteInterpretation
PaletteInterpretation.GRAY
Gray Scale color palette.static final PaletteInterpretation
PaletteInterpretation.HLS
HSL (Hue Saturation Lightness) color palette.static final PaletteInterpretation
PaletteInterpretation.RGB
RGB (Red Green Blue) color palette.Methods in org.geotools.api.coverage that return PaletteInterpretationModifier and TypeMethodDescriptionPaletteInterpretation.family()
Returns the list of enumerations of the same kind than this enum.static PaletteInterpretation
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.