Package org.apache.sis.storage.landsat
Enum BandName
- All Implemented Interfaces:
Serializable
,Comparable<BandName>
,java.lang.constant.Constable
Names of Landsat bands.
- Since:
- 1.1
- Version:
- 1.1
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
FieldsModifier and TypeFieldDescription(package private) final BandGroupName
Group in which this band belong.(package private) final org.opengis.util.InternationalString
Localized name of Landsat band.(package private) final short
Peak response wavelength for the Landsat band, in nanometres. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
BandName
(BandGroupName group, String name, short wavelength) Creates a new enumeration value. -
Method Summary
-
Enum Constant Details
-
COASTAL_AEROSOL
-
BLUE
-
GREEN
-
RED
-
NEAR_INFRARED
-
SWIR1
-
SWIR2
-
PANCHROMATIC
-
CIRRUS
-
TIRS1
-
TIRS2
-
-
Field Details
-
group
Group in which this band belong. -
title
final org.opengis.util.InternationalString titleLocalized name of Landsat band. -
wavelength
final short wavelengthPeak response wavelength for the Landsat band, in nanometres. If this band does not contains measurements in electromagnetic spectrum, then this value is set to zero.
-
-
Constructor Details
-
BandName
Creates a new enumeration value.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-