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