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