Uses of Class
thredds.catalog.InvAccess

Packages that use InvAccess
thredds.catalog Reads and writes THREDDS Dataset Inventory Catalog XML documents. 
 

Uses of InvAccess in thredds.catalog
 

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

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

Methods in thredds.catalog that return types with arguments of type InvAccess
 java.util.List<InvAccess> InvCatalogRef.getAccess()
           
 java.util.List<InvAccess> InvDataset.getAccess()
          Get all access elements for this dataset.
 java.util.List<InvAccess> InvDatasetImplProxy.getAccess()
           
 java.util.List<InvAccess> InvDatasetImpl.getAccessLocal()
           
 java.util.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(java.util.List<InvAccess> a)
          Add a list of InvAccess elements to this dataset.