Uses of Class
org.opengis.coverage.ColorInterpretation

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

Uses of ColorInterpretation in org.opengis.coverage
 

Fields in org.opengis.coverage declared as ColorInterpretation
static ColorInterpretation ColorInterpretation.ALPHA_BAND
          Deprecated. Alpha Band for the RGB color model components.
static ColorInterpretation ColorInterpretation.BLACK_BAND
          Deprecated. Black Band for the CMYK color model.
static ColorInterpretation ColorInterpretation.BLUE_BAND
          Deprecated. Blue Band for the RGB color model components.
static ColorInterpretation ColorInterpretation.CYAN_BAND
          Deprecated. Cyan Band for the CMYK color model.
static ColorInterpretation ColorInterpretation.GRAY_INDEX
          Deprecated. Band is an index into a lookup table.
static ColorInterpretation ColorInterpretation.GREEN_BAND
          Deprecated. Greend Band for the RGB color model components.
static ColorInterpretation ColorInterpretation.HUE_BAND
          Deprecated. Hue Band for the HLS color model.
static ColorInterpretation ColorInterpretation.LIGHTNESS_BAND
          Deprecated. Lightness Band for the HLS color model.
static ColorInterpretation ColorInterpretation.MAGENTA_BAND
          Deprecated. Magenta Band for the CMYK color model.
static ColorInterpretation ColorInterpretation.PALETTE_INDEX
          Deprecated. Band is a color index into a color table.
static ColorInterpretation ColorInterpretation.RED_BAND
          Deprecated. Red Band for the RGB color model components.
static ColorInterpretation ColorInterpretation.SATURATION_BAND
          Deprecated. Saturation Band for the HLS color model.
static ColorInterpretation ColorInterpretation.UNDEFINED
          Deprecated. Band is not associated with a color model component.
static ColorInterpretation ColorInterpretation.YELLOW_BAND
          Deprecated. Yellow Band for the CMYK color model.
 

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



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