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.coverageFields in org.geotools.api.coverage declared as PaletteInterpretation Modifier and Type Field Description static PaletteInterpretationPaletteInterpretation. CMYKCYMK (Cyan Yellow Magenta blacK) color palette.static PaletteInterpretationPaletteInterpretation. GRAYGray Scale color palette.static PaletteInterpretationPaletteInterpretation. HLSHSL (Hue Saturation Lightness) color palette.static PaletteInterpretationPaletteInterpretation. RGBRGB (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 PaletteInterpretationPaletteInterpretation. 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 ofPaletteInterpretations.
 
-