public class NcmlNetcdfFileProvider extends Object implements NetcdfFileProvider
| Constructor and Description |
|---|
NcmlNetcdfFileProvider() |
| 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.
|
boolean |
isOwnerOf(String location)
Determine if this Provider owns this location.
|
NetcdfFile |
open(String location,
CancelTask cancelTask)
Open a location that this Provider is the owner of.
|
public String getProtocol()
NetcdfFileProvidergetProtocol in interface NetcdfFileProviderpublic NetcdfFile open(String location, CancelTask cancelTask) throws IOException
NetcdfFileProvideropen in interface NetcdfFileProviderIOExceptionpublic boolean isOwnerOf(String location)
NetcdfFileProviderisOwnerOf in interface NetcdfFileProviderpublic boolean isOwnerOf(DatasetUrl url)
NetcdfFileProviderisOwnerOf in interface NetcdfFileProvider