Uses of Class
thredds.catalog.InvAccess

Packages that use InvAccess
thredds.catalog Reads and writes THREDDS Dataset Inventory Catalog XML documents. 
thredds.catalog.util   
ucar.nc2.dt.point Scientific data type "Point", collections of point observation data. 
ucar.nc2.iosp.adde IOSP for ADDE servers 
ucar.nc2.thredds Connects NetCDF-Java to THREDDS Catalogs and Datasets. 
 

Uses of InvAccess in thredds.catalog
 

Subclasses of InvAccess in thredds.catalog
 class InvAccessImpl
          Concrete access element.
 

Fields in thredds.catalog with type parameters of type InvAccess
protected  List<InvAccess> InvDataset.access
           
 

Methods in thredds.catalog that return InvAccess
 InvAccess InvDataset.findAccess(String accessURL)
          Get access element that matches the given access standard URL.
 InvAccess InvDatasetImplProxy.getAccess(ServiceType p0)
           
 InvAccess InvCatalogRef.getAccess(ServiceType p0)
           
 InvAccess InvDataset.getAccess(ServiceType type)
          Get access element of the specified service type for this dataset.
 

Methods in thredds.catalog that return types with arguments of type InvAccess
 List<InvAccess> InvDatasetImplProxy.getAccess()
           
 List<InvAccess> InvCatalogRef.getAccess()
           
 List<InvAccess> InvDataset.getAccess()
          Get all access elements for this dataset.
 List<InvAccess> InvDatasetImpl.getAccessLocal()
           
 List<InvAccess> InvDatasetImplProxy.getAccessLocal()
           
 

Methods in thredds.catalog with parameters of type InvAccess
 void InvDatasetImpl.addAccess(InvAccess a)
          Add InvAccess element to this dataset.
 void InvDatasetImplProxy.addAccess(InvAccess p0)
           
 

Method parameters in thredds.catalog with type arguments of type InvAccess
 void InvDatasetImpl.addAccess(List<InvAccess> a)
          Add a list of InvAccess elements to this dataset.
 

Uses of InvAccess in thredds.catalog.util
 

Methods in thredds.catalog.util that return InvAccess
static InvAccess DeepCopyUtils.copyAccess(InvAccess access, InvDataset parentDataset, List<InvService> availableServices)
           
 

Methods in thredds.catalog.util with parameters of type InvAccess
static InvAccess DeepCopyUtils.copyAccess(InvAccess access, InvDataset parentDataset, List<InvService> availableServices)
           
 

Uses of InvAccess in ucar.nc2.dt.point
 

Methods in ucar.nc2.dt.point with parameters of type InvAccess
static PointObsDataset PointObsDatasetFactory.open(InvAccess access, CancelTask task, StringBuffer logMessages)
          Deprecated.  
static PointObsDataset PointObsDatasetFactory.open(InvAccess access, StringBuffer logMessages)
          Deprecated.  
 

Uses of InvAccess in ucar.nc2.iosp.adde
 

Constructors in ucar.nc2.iosp.adde with parameters of type InvAccess
AddeStationObsDataset(InvAccess access, CancelTask cancelTask)
          Open an ADDE Station Dataset from an InvAccess, which must be type ADDE and Station.
 

Uses of InvAccess in ucar.nc2.thredds
 

Fields in ucar.nc2.thredds declared as InvAccess
 InvAccess ThreddsDataFactory.Result.accessUsed
           
 

Methods in ucar.nc2.thredds that return InvAccess
 InvAccess ThreddsDataFactory.chooseDatasetAccess(List<InvAccess> accessList)
          Find the "best" access in case theres more than one, based on what the CDM knows how to open and use.
 

Methods in ucar.nc2.thredds with parameters of type InvAccess
 NetcdfDataset ThreddsDataFactory.openDataset(InvAccess access, boolean acquire, CancelTask task, Formatter log)
          Try to open invAccess as a NetcdfDataset.
 ThreddsDataFactory.Result ThreddsDataFactory.openFeatureDataset(InvAccess access, CancelTask task)
          Open a FeatureDataset from an InvAccess object.
 

Method parameters in ucar.nc2.thredds with type arguments of type InvAccess
 InvAccess ThreddsDataFactory.chooseDatasetAccess(List<InvAccess> accessList)
          Find the "best" access in case theres more than one, based on what the CDM knows how to open and use.
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.