Uses of Class
org.apache.sis.storage.landsat.LandsatStore
Packages that use LandsatStore
-
Uses of LandsatStore in org.apache.sis.storage.landsat
Fields in org.apache.sis.storage.landsat declared as LandsatStoreModifier and TypeFieldDescriptionprivate final LandsatStore
Band.parent
The data store that contains this band.private final LandsatStore
MetadataReader.store
The store for which metadata are read.Constructors in org.apache.sis.storage.landsat with parameters of type LandsatStoreModifierConstructorDescription(package private)
Band
(LandsatStore parent, BandName band) Creates a new resource for the specified band.(package private)
MetadataReader
(LandsatStore store, String filename, StoreListeners listeners) Creates a new metadata parser.