public class CatalogNetcdfFileProvider extends java.lang.Object implements NetcdfFileProvider
| Constructor and Description |
|---|
CatalogNetcdfFileProvider() |
| 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, waitisOwnerOfpublic java.lang.String getProtocol()
NetcdfFileProvidergetProtocol in interface NetcdfFileProviderpublic boolean isOwnerOf(DatasetUrl url)
NetcdfFileProviderisOwnerOf in interface NetcdfFileProviderpublic NetcdfFile open(java.lang.String location, CancelTask cancelTask) throws java.io.IOException
NetcdfFileProvideropen in interface NetcdfFileProviderjava.io.IOException