Uses of Class
org.opengis.coverage.PaletteInterpretation

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

Uses of PaletteInterpretation in org.opengis.coverage
 

Fields in org.opengis.coverage declared as PaletteInterpretation
static PaletteInterpretation PaletteInterpretation.CMYK
          Deprecated. CYMK (Cyan Yellow Magenta blacK) color palette.
static PaletteInterpretation PaletteInterpretation.GRAY
          Deprecated. Gray Scale color palette.
static PaletteInterpretation PaletteInterpretation.HLS
          Deprecated. HSL (Hue Saturation Lightness) color palette.
static PaletteInterpretation PaletteInterpretation.RGB
          Deprecated. RGB (Red Green Blue) color palette.
 

Methods in org.opengis.coverage that return PaletteInterpretation
 PaletteInterpretation SampleDimension.getPaletteInterpretation()
          Deprecated. No replacement.
static PaletteInterpretation PaletteInterpretation.valueOf(String code)
          Deprecated. Returns the PaletteInterpretation that matches the given string, or returns a new one if none match it.
static PaletteInterpretation[] PaletteInterpretation.values()
          Deprecated. Returns the list of PaletteInterpretations.
 



Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.