Package dap4.dap4lib.cdm.nc2
Class DapNetcdfFileProvider
- java.lang.Object
-
- dap4.dap4lib.cdm.nc2.DapNetcdfFileProvider
-
- All Implemented Interfaces:
NetcdfFileProvider
public class DapNetcdfFileProvider extends Object implements NetcdfFileProvider
-
-
Constructor Summary
Constructors Constructor Description DapNetcdfFileProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ucar.nc2.dataset.spi.NetcdfFileProvider
isOwnerOf
-
-
-
-
Method Detail
-
getProtocol
public String getProtocol()
Description copied from interface:NetcdfFileProvider
The leading protocol string (without a trailing ":").- Specified by:
getProtocol
in interfaceNetcdfFileProvider
-
isOwnerOf
public boolean isOwnerOf(DatasetUrl url)
Description copied from interface:NetcdfFileProvider
Determine if this Provider owns this DatasetUrl.- Specified by:
isOwnerOf
in interfaceNetcdfFileProvider
-
open
public NetcdfFile open(String location, CancelTask cancelTask) throws IOException
Description copied from interface:NetcdfFileProvider
Open a location that this Provider is the owner of.- Specified by:
open
in interfaceNetcdfFileProvider
- Throws:
IOException
-
-