Package org.geotools.coverage.grid.io
Interface PAMResourceInfo
-
- All Known Implementing Classes:
GDALResourceInfo
,ImageMosaicFileResourceInfo
public interface PAMResourceInfo
Aorg.geotools.data.ResourceInfo
that can return aPAMDataset
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description PAMDataset
getPAMDataset()
Returns a PAMDataset for the resource, if available, or null, otherwisedefault boolean
reloadPAMDataset()
Hints to reload the PAMDataset, if possible.
-
-
-
Method Detail
-
getPAMDataset
PAMDataset getPAMDataset()
Returns a PAMDataset for the resource, if available, or null, otherwise- Returns:
-
reloadPAMDataset
default boolean reloadPAMDataset() throws IOException
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
-
-