Uses of Class
org.apache.sis.storage.Resource.FileSet
Packages that use Resource.FileSet
Package
Description
Data store base types for retrieving and saving geospatial data
in various storage formats.
A data store that can read and write GeoTIFF files as grid coverages.
Reader of Landsat 8 level 1-2 data.
-
Uses of Resource.FileSet in org.apache.sis.storage
Methods in org.apache.sis.storage that return types with arguments of type Resource.FileSetModifier and TypeMethodDescriptiondefault Optional
<Resource.FileSet> Resource.getFileSet()
Gets the paths to the files potentially used by this resource. -
Uses of Resource.FileSet in org.apache.sis.storage.geotiff
Methods in org.apache.sis.storage.geotiff that return types with arguments of type Resource.FileSetModifier and TypeMethodDescriptionGeoTiffStore.getFileSet()
Returns the paths to the files used by this GeoTIFF store. -
Uses of Resource.FileSet in org.apache.sis.storage.landsat
Methods in org.apache.sis.storage.landsat that return types with arguments of type Resource.FileSetModifier and TypeMethodDescriptionLandsatStore.getFileSet()
Returns the list of band files and the*_MTL.txt
file.