Uses of Interface
org.apache.sis.storage.GridCoverageResource
-
Packages that use GridCoverageResource Package Description org.apache.sis.storage.geotiff Maps ISO metadata elements from/to the GeoTIFF tags. -
-
Uses of GridCoverageResource in org.apache.sis.storage.geotiff
Methods in org.apache.sis.storage.geotiff that return GridCoverageResource Modifier and Type Method Description GridCoverageResource
GeoTiffStore. findResource(String sequence)
Returns the image at the given index.Methods in org.apache.sis.storage.geotiff that return types with arguments of type GridCoverageResource Modifier and Type Method Description List<GridCoverageResource>
GeoTiffStore. components()
Returns descriptions of all images in this GeoTIFF file.
-