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 BandGroupNameBandGroup.groupThe group of bands that this aggregate represents.(package private) final BandGroupNameBandName.groupGroup 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.gridSizesImage width and height in pixels, as unsigned integers.Methods in org.apache.sis.storage.landsat that return BandGroupNameModifier and TypeMethodDescriptionstatic BandGroupNameReturns 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 voidMetadataReader.parseGridSize(BandGroupName group, boolean isX, String value) Parses the given value and stores it in theMetadataReader.gridSizesmap.Constructors in org.apache.sis.storage.landsat with parameters of type BandGroupNameModifierConstructorDescriptionprivateBandGroup(StoreListeners parent, BandGroupName group, Band[] resources, int count) Creates a new aggregate for the specified group.privateBandName(BandGroupName group, String name, short wavelength) Creates a new enumeration value.