Package org.geotools.ysld
Enum Class Band
- All Implemented Interfaces:
Serializable
,Comparable<Band>
,Constable
Enumeration for valid raster band values.
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionabstract SelectedChannelType
getFrom
(ChannelSelection sel) Get theSelectedChannelType
in sel that is represented by this band.abstract void
setTo
(ChannelSelection sel, SelectedChannelType chan) Set theSelectedChannelType
in sel that is represented by this band to chan.static Band
Returns the enum constant of this class with the specified name.static Band[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
GRAY
-
RED
-
GREEN
-
BLUE
-
-
Field Details
-
RGB
A list of the bands representing Red, Green, Blue (in order). -
key
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getFrom
Get theSelectedChannelType
in sel that is represented by this band. -
setTo
Set theSelectedChannelType
in sel that is represented by this band to chan.
-