Package ucar.nc2.dataset.spi
Interface NetcdfFileProvider
public interface NetcdfFileProvider
A Service Provider of NetcdfFile. Typically used by remote protocols (dods, cdmremote)
or anything not reading from a RandomAccessFile.
-
Method Summary
Modifier and TypeMethodDescriptionThe leading protocol string (without a trailing ":").default booleanDetermine if this Provider owns this location.booleanisOwnerOf(DatasetUrl durl) Determine if this Provider owns this DatasetUrl.open(String location, CancelTask cancelTask) Open a location that this Provider is the owner of.
-
Method Details
-
getProtocol
String getProtocol()The leading protocol string (without a trailing ":"). -
isOwnerOf
Determine if this Provider owns this DatasetUrl. -
isOwnerOf
Determine if this Provider owns this location. -
open
Open a location that this Provider is the owner of.- Throws:
IOException
-