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 PaletteInterpretationPaletteInterpretation.CMYKCYMK (Cyan Yellow Magenta blacK) color palette.static final PaletteInterpretationPaletteInterpretation.GRAYGray Scale color palette.static final PaletteInterpretationPaletteInterpretation.HLSHSL (Hue Saturation Lightness) color palette.static final PaletteInterpretationPaletteInterpretation.RGBRGB (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 PaletteInterpretationReturns the palette interpretation that matches the given string, or returns a new one if none match it.static PaletteInterpretation[]PaletteInterpretation.values()Returns the list ofPaletteInterpretations.