Package org.geotools.coverage.grid.io
Interface PAMResourceInfo
-
- All Known Implementing Classes:
GDALResourceInfo,ImageMosaicFileResourceInfo
public interface PAMResourceInfoAorg.geotools.data.ResourceInfothat can return aPAMDataset
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description PAMDatasetgetPAMDataset()Returns a PAMDataset for the resource, if available, or null, otherwisedefault booleanreloadPAMDataset()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 IOExceptionHints 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
-
-