GeoAPI 1.0
Build 2004-05-18

org.opengis.coverage
Class PaletteInterpretation

Object
  extended by CodeList
      extended by PaletteInterpretation
All Implemented Interfaces:
Serializable

public final class PaletteInterpretation
extends CodeList

Describes the color entry in a color table.

Version:
Grid Coverage specification 1.0
Author:
OpenGIS® consortium
See Also:
ColorInterpretation, SampleDimension, Serialized Form
UML identifier (code list): CV_PaletteInterpretation

Field Summary
static PaletteInterpretation CMYK
          CYMK (Cyan Yellow Magenta blacK) color palette.
static PaletteInterpretation GRAY
          Gray Scale color palette.
static PaletteInterpretation HLS
          HSL (Hue Saturation Lightness) color palette.
static PaletteInterpretation RGB
          RGB (Red Green Blue) color palette.
 
Constructor Summary
PaletteInterpretation(String name)
          Constructs an enum with the given name.
 
Method Summary
 PaletteInterpretation[] family()
          Returns the list of enumerations of the same kind than this enum.
static PaletteInterpretation[] values()
          Returns the list of PaletteInterpretations.
 
Methods inherited from class CodeList
name, ordinal, readResolve, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

GRAY

public static final PaletteInterpretation GRAY
Gray Scale color palette.

See Also:
ColorSpace.TYPE_GRAY
UML identifier (conditional attribute): CV_Gray

RGB

public static final PaletteInterpretation RGB
RGB (Red Green Blue) color palette.

See Also:
ColorSpace.TYPE_RGB
UML identifier (conditional attribute): CV_RGB

CMYK

public static final PaletteInterpretation CMYK
CYMK (Cyan Yellow Magenta blacK) color palette.

See Also:
ColorSpace.TYPE_CMYK
UML identifier (conditional attribute): CV_CMYK

HLS

public static final PaletteInterpretation HLS
HSL (Hue Saturation Lightness) color palette.

See Also:
ColorSpace.TYPE_HLS
UML identifier (conditional attribute): CV_HLS
Constructor Detail

PaletteInterpretation

public PaletteInterpretation(String name)
Constructs an enum with the given name. The new enum is automatically added to the list returned by values().

Parameters:
name - The enum name. This name must not be in use by an other enum of this type.
Method Detail

values

public static PaletteInterpretation[] values()
Returns the list of PaletteInterpretations.


family

public PaletteInterpretation[] family()
Returns the list of enumerations of the same kind than this enum.

Specified by:
family in class CodeList

GeoAPI 1.0
Build 2004-05-18

Symbols, terms and definitions
Copyright OpenGIS® Consortium