@UML(identifier="CV_PaletteInterpretation", specification=OGC_01004) public final class PaletteInterpretation extends CodeList<PaletteInterpretation>
ColorInterpretation
,
SampleDimension
,
Serialized FormModifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
PaletteInterpretation[] |
family()
Returns the list of enumerations of the same kind than this enum.
|
static PaletteInterpretation |
valueOf(String code)
Returns the palette interpretation that matches the given string, or returns a new one if
none match it.
|
static PaletteInterpretation[] |
values()
Returns the list of
PaletteInterpretation s. |
compareTo, equals, identifier, matches, name, ordinal, readResolve, toString, valueOf
@UML(identifier="CV_Gray", obligation=CONDITIONAL, specification=OGC_01004) public static final PaletteInterpretation GRAY
ColorSpace.TYPE_GRAY
@UML(identifier="CV_RGB", obligation=CONDITIONAL, specification=OGC_01004) public static final PaletteInterpretation RGB
ColorSpace.TYPE_RGB
@UML(identifier="CV_CMYK", obligation=CONDITIONAL, specification=OGC_01004) public static final PaletteInterpretation CMYK
ColorSpace.TYPE_CMYK
@UML(identifier="CV_HLS", obligation=CONDITIONAL, specification=OGC_01004) public static final PaletteInterpretation HLS
ColorSpace.TYPE_HLS
public static PaletteInterpretation[] values()
PaletteInterpretation
s.public PaletteInterpretation[] family()
family
in class CodeList<PaletteInterpretation>
public static PaletteInterpretation valueOf(String code)
code
- The name of the code to fetch or to create.Copyright © 1996–2019 Geotools. All rights reserved.