Package org.apache.sis.storage.landsat
Enum BandName
- All Implemented Interfaces:
Serializable,Comparable<BandName>
Names of Landsat bands.
- Since:
- 1.1
- Version:
- 1.1
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
FieldsModifier and TypeFieldDescription(package private) final BandGroupNameGroup in which this band belong.(package private) final org.opengis.util.InternationalStringLocalized name of Landsat band.(package private) final shortPeak response wavelength for the Landsat band, in nanometres. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateBandName(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
-