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 Type
    Method
    Description
    PAMDataset
    Returns a PAMDataset for the resource, if available, or null, otherwise
    default boolean
    Hints to reload the PAMDataset, if possible.
  • Method Details

    • 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