Uses of Class
org.opengis.coverage.PaletteInterpretation

Packages that use PaletteInterpretation
org.geotools.coverage Coverage implementation. 
org.opengis.coverage Coverages (generate a value for any point). 
 

Uses of PaletteInterpretation in org.geotools.coverage
 

Methods in org.geotools.coverage that return PaletteInterpretation
 PaletteInterpretation GridSampleDimension.getPaletteInterpretation()
          Indicates the type of color palette entry for sample dimensions which have a palette.
 

Uses of PaletteInterpretation in org.opengis.coverage
 

Fields in org.opengis.coverage declared as PaletteInterpretation
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.opengis.coverage that return PaletteInterpretation
 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 PaletteInterpretations.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.