Uses of Class
org.apache.sis.storage.landsat.Band
Packages that use Band
-
Uses of Band in org.apache.sis.storage.landsat
Fields in org.apache.sis.storage.landsat declared as BandModifier and TypeFieldDescriptionprivate final Band[]
BandGroup.components
The array of images for each Landsat band.Fields in org.apache.sis.storage.landsat with type parameters of type BandMethods in org.apache.sis.storage.landsat that return types with arguments of type BandModifier and TypeMethodDescriptionReturns the band at the given index, creating it if needed.Returns all bands in the given array of aggregates.Methods in org.apache.sis.storage.landsat with parameters of type BandModifier and TypeMethodDescription(package private) static BandGroup[]
BandGroup.group
(StoreListeners parent, Band[] resources, int count) Creates aggregates for the given bands.Constructors in org.apache.sis.storage.landsat with parameters of type BandModifierConstructorDescriptionprivate
BandGroup
(StoreListeners parent, BandGroupName group, Band[] resources, int count) Creates a new aggregate for the specified group.