Interface NetcdfFileProvider


  • public interface NetcdfFileProvider
    A Service Provider of NetcdfFile, used by remote protocols (dods, cdmremote) or anything not reading from a RandomAccessFile.
    • Method Detail

      • getProtocol

        String getProtocol()
        The leading protocol string (without a trailing ":").
      • isOwnerOf

        boolean isOwnerOf​(DatasetUrl durl)
        Determine if this Provider owns this DatasetUrl.
      • isOwnerOf

        default boolean isOwnerOf​(String location)
        Determine if this Provider owns this location.