Uses of Enum
org.apache.sis.storage.landsat.BandName
Packages that use BandName
-
Uses of BandName in org.apache.sis.storage.landsat
Fields in org.apache.sis.storage.landsat declared as BandNameModifier and TypeFieldDescription(package private) final BandNameBand.bandThe band for which this instance provides data.private final BandName[]MetadataReader.bandEnumerationsvalues(), fetched once for avoiding multiple array creations.Fields in org.apache.sis.storage.landsat with type parameters of type BandNameMethods in org.apache.sis.storage.landsat that return BandNameModifier and TypeMethodDescriptionstatic BandNameReturns the enum constant of this type with the specified name.static BandName[]BandName.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.sis.storage.landsat with parameters of type BandNameModifierConstructorDescription(package private)Band(LandsatStore parent, BandName band) Creates a new resource for the specified band.