public class DODSNetcdfFileProvider extends java.lang.Object implements NetcdfFileProvider
Constructor and Description |
---|
DODSNetcdfFileProvider() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getProtocol()
The leading protocol string (without a trailing ":").
|
boolean |
isOwnerOf(DatasetUrl url)
Determine if this Provider owns this DatasetUrl.
|
NetcdfFile |
open(java.lang.String location,
CancelTask cancelTask)
Open a location that this Provider is the owner of.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isOwnerOf
public java.lang.String getProtocol()
NetcdfFileProvider
getProtocol
in interface NetcdfFileProvider
public boolean isOwnerOf(DatasetUrl url)
NetcdfFileProvider
isOwnerOf
in interface NetcdfFileProvider
public NetcdfFile open(java.lang.String location, CancelTask cancelTask) throws java.io.IOException
NetcdfFileProvider
open
in interface NetcdfFileProvider
java.io.IOException