Package org.geotools.coverage.grid.io
Interface PAMResourceInfo
- All Known Implementing Classes:
GDALResourceInfo,ImageMosaicFileResourceInfo
public interface PAMResourceInfo
A
org.geotools.data.ResourceInfo that can return a PAMDataset-
Method Summary
Modifier and TypeMethodDescriptionPAMDatasetReturns a PAMDataset for the resource, if available, or null, otherwisedefault booleanHints to reload the PAMDataset, if possible.
-
Method Details
-
getPAMDataset
PAMDataset getPAMDataset()Returns a PAMDataset for the resource, if available, or null, otherwise- Returns:
-
reloadPAMDataset
Hints to reload the PAMDataset, if possible. By default, it's a no-op.- Returns:
- True if the PAM dataset has been reloaded, false if it was not possible or not implemented
- Throws:
IOException
-