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