public interface NetcdfFileProvider
Modifier and Type | Method and Description |
---|---|
String |
getProtocol()
The leading protocol string (without a trailing ":").
|
boolean |
isOwnerOf(DatasetUrl durl)
Determine if this Provider owns this DatasetUrl.
|
default boolean |
isOwnerOf(String location)
Determine if this Provider owns this location.
|
NetcdfFile |
open(String location,
CancelTask cancelTask)
Open a location that this Provider is the owner of.
|
String getProtocol()
boolean isOwnerOf(DatasetUrl durl)
default boolean isOwnerOf(String location)
NetcdfFile open(String location, CancelTask cancelTask) throws IOException
IOException