Uses of Enum
org.apache.sis.storage.landsat.BandGroupName
Packages that use BandGroupName
-
Uses of BandGroupName in org.apache.sis.storage.landsat
Fields in org.apache.sis.storage.landsat declared as BandGroupNameModifier and TypeFieldDescription(package private) final BandGroupName
BandGroup.group
The group of bands that this aggregate represents.(package private) final BandGroupName
BandName.group
Group in which this band belong.Fields in org.apache.sis.storage.landsat with type parameters of type BandGroupNameModifier and TypeFieldDescriptionprivate final EnumMap
<BandGroupName, Dimension> MetadataReader.gridSizes
Image width and height in pixels, as unsigned integers.Methods in org.apache.sis.storage.landsat that return BandGroupNameModifier and TypeMethodDescriptionstatic BandGroupName
Returns the enum constant of this type with the specified name.static BandGroupName[]
BandGroupName.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sis.storage.landsat with parameters of type BandGroupNameModifier and TypeMethodDescriptionprivate void
MetadataReader.parseGridSize
(BandGroupName group, boolean isX, String value) Parses the given value and stores it in theMetadataReader.gridSizes
map.Constructors in org.apache.sis.storage.landsat with parameters of type BandGroupNameModifierConstructorDescriptionprivate
BandGroup
(StoreListeners parent, BandGroupName group, Band[] resources, int count) Creates a new aggregate for the specified group.private
BandName
(BandGroupName group, String name, short wavelength) Creates a new enumeration value.