Class LandsatStore

java.lang.Object
org.apache.sis.storage.DataStore
org.apache.sis.storage.landsat.LandsatStore
All Implemented Interfaces:
AutoCloseable, Aggregate, Resource, Localized

public class LandsatStore extends DataStore implements Aggregate
Reads Landsat metadata and bands. Landsat data are distributed as a collection of TIFF files, together with a single text file like below: This class reads the content from the given input until the first occurrence of the END keyword. Lines beginning with the # character (ignoring spaces) are treated as comment lines and ignored.
Since:
1.1
Version:
1.3
Author:
Thi Phuong Hao Nguyen (VNSC), Martin Desruisseaux (Geomatys)