Package thredds.client.catalog.tools
Class CatalogNetcdfFileProvider
- java.lang.Object
-
- thredds.client.catalog.tools.CatalogNetcdfFileProvider
-
- All Implemented Interfaces:
NetcdfFileProvider
public class CatalogNetcdfFileProvider extends Object implements NetcdfFileProvider
-
-
Constructor Summary
Constructors Constructor Description CatalogNetcdfFileProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetProtocol()The leading protocol string (without a trailing ":").booleanisOwnerOf(DatasetUrl url)Determine if this Provider owns this DatasetUrl.NetcdfFileopen(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:NetcdfFileProviderThe leading protocol string (without a trailing ":").- Specified by:
getProtocolin interfaceNetcdfFileProvider
-
isOwnerOf
public boolean isOwnerOf(DatasetUrl url)
Description copied from interface:NetcdfFileProviderDetermine if this Provider owns this DatasetUrl.- Specified by:
isOwnerOfin interfaceNetcdfFileProvider
-
open
public NetcdfFile open(String location, CancelTask cancelTask) throws IOException
Description copied from interface:NetcdfFileProviderOpen a location that this Provider is the owner of.- Specified by:
openin interfaceNetcdfFileProvider- Throws:
IOException
-
-