Uses of Class
thredds.catalog.InvService

Packages that use InvService
thredds.catalog Reads and writes THREDDS Dataset Inventory Catalog XML documents. 
thredds.catalog.parser.jdom   
thredds.catalog.util   
thredds.cataloggen   
thredds.cataloggen.config   
thredds.cataloggen.inserter   
 

Uses of InvService in thredds.catalog
 

Fields in thredds.catalog declared as InvService
static InvService InvService.cdmremote
           
static InvService InvService.cdmrfeature
           
protected  InvService InvDatasetFeatureCollection.cdmrService
           
protected  InvService InvDataset.defaultService
           
static InvService InvService.fileServer
           
static InvService InvService.iso
           
static InvService InvService.latest
           
static InvService InvService.ncml
           
static InvService InvService.ncss
           
static InvService InvService.opendap
           
protected  InvService InvAccess.service
           
static InvService InvService.uddc
           
static InvService InvService.wcs
           
static InvService InvService.wms
           
 

Fields in thredds.catalog with type parameters of type InvService
protected  Map<String,InvService> InvCatalog.serviceHash
           
protected  List<InvService> InvCatalog.services
           
protected  List<InvService> InvDataset.services
           
 

Methods in thredds.catalog that return InvService
 InvService InvCatalog.findService(String name)
          Find the named service declared in the top level of this catalog.
 InvService InvDatasetImplProxy.findService(String p0)
           
 InvService InvCatalogRef.findService(String p0)
           
 InvService InvDataset.findService(String name)
          Find the named service declared in this dataset or one of its parents.
 InvService InvAccess.getService()
           
 InvService InvDatasetImplProxy.getServiceDefault()
           
 InvService InvCatalogRef.getServiceDefault()
           
 InvService InvDataset.getServiceDefault()
          Find the default service for this dataset and its children.
protected  InvService InvDatasetFeatureCollection.makeVirtualService(InvService org)
           
 

Methods in thredds.catalog that return types with arguments of type InvService
 List<InvService> InvService.getServices()
          Get nested services; only if getServiceType() == ServiceType.COMPOUND.
 List<InvService> InvCatalog.getServices()
          Get top-level services.
 List<InvService> InvDatasetImpl.getServicesLocal()
          Get services attached specifically to this dataset.
 List<InvService> InvDatasetImplProxy.getServicesLocal()
           
 

Methods in thredds.catalog with parameters of type InvService
 void InvService.addService(InvService service)
          Add a nested service to a service of type COMPOUND.
 void InvCatalogImpl.addService(InvService s)
          Add Service (1.0)
 void InvDatasetImpl.addService(InvService service)
          Deprecated. put services in catalog
 void InvDatasetImplProxy.addService(InvService p0)
           
protected  InvService InvDatasetFeatureCollection.makeVirtualService(InvService org)
           
 void InvDatasetImpl.removeService(InvService service)
          Deprecated. put services in catalog
 void InvDatasetImplProxy.removeService(InvService p0)
           
 

Method parameters in thredds.catalog with type arguments of type InvService
 void InvDatasetImpl.setServicesLocal(List<InvService> s)
          Set the list of services attached specifically to this dataset.
 void InvDatasetImplProxy.setServicesLocal(List<InvService> p0)
           
 

Constructors in thredds.catalog with parameters of type InvService
InvAccessImpl(InvDataset dataset, String urlPath, InvService service)
          Construct from an existing InvService.
 

Uses of InvService in thredds.catalog.parser.jdom
 

Methods in thredds.catalog.parser.jdom that return InvService
protected  InvService InvCatalogFactory10.readService(org.jdom.Element s, URI baseURI)
           
 

Uses of InvService in thredds.catalog.util
 

Methods in thredds.catalog.util that return InvService
static InvService DeepCopyUtils.copyService(InvService service)
           
 

Methods in thredds.catalog.util with parameters of type InvService
static InvService DeepCopyUtils.copyService(InvService service)
           
 

Method parameters in thredds.catalog.util with type arguments of type InvService
static InvAccess DeepCopyUtils.copyAccess(InvAccess access, InvDataset parentDataset, List<InvService> availableServices)
           
static InvDataset DeepCopyUtils.copyDataset(InvDataset dataset, List<InvService> availableServices, boolean copyInheritedMetadataFromParents)
           
 

Uses of InvService in thredds.cataloggen
 

Methods in thredds.cataloggen that return InvService
 InvService ProxyDatasetHandler.getProxyDatasetService(CrawlableDataset parent)
          Return the InvService to be used by the InvDataset that corresponds to the created dataset.
 

Constructors in thredds.cataloggen with parameters of type InvService
CatGenAndWrite(String collectionId, String collectionTitle, String collectionUrlId, InvService service, CrawlableDataset collectionCrDs, CrawlableDataset topCatCrDs, CrawlableDatasetFilter filter, InvDatasetImpl topLevelMetadataContainer, File catWriteDir)
           
CollectionLevelScanner(String collectionPath, CrawlableDataset collectionLevel, CrawlableDataset catalogLevel, CrawlableDataset currentLevel, CrawlableDatasetFilter filter, InvService service)
          Construct a CollectionLevelScanner.
DatasetScanCatalogBuilder(InvDatasetScan datasetScan, CrawlableDataset collectionCrDs, InvService service)
           
DirectoryScanner(InvService service, String serviceTitle, File serviceBaseUrlDir, String prefixPath, boolean createCatalogRefs)
          Construct a DirectoryScanner given information about the data server to be cataloged.
StandardCatalogBuilder(String collectionPath, String collectionName, CrawlableDataset collectionCrDs, CrawlableDatasetFilter filter, InvService service, String collectionId, CrawlableDatasetLabeler identifier, CrawlableDatasetLabeler namer, boolean doAddDatasetSize, CrawlableDatasetSorter sorter, Map proxyDatasetHandlers, List childEnhancerList, InvDatasetImpl topLevelMetadataContainer, CatalogRefExpander catalogRefExpander)
           
 

Uses of InvService in thredds.cataloggen.config
 

Subclasses of InvService in thredds.cataloggen.config
 class ResultService
          Title: Catalog Generator
 

Constructors in thredds.cataloggen.config with parameters of type InvService
ResultService(InvService service, String accessPointHeader)
           
 

Uses of InvService in thredds.cataloggen.inserter
 

Methods in thredds.cataloggen.inserter that return InvService
 InvService LatestCompleteProxyDsHandler.getProxyDatasetService(CrawlableDataset parent)
           
 InvService SimpleLatestProxyDsHandler.getProxyDatasetService(CrawlableDataset parent)
           
 

Constructors in thredds.cataloggen.inserter with parameters of type InvService
LatestCompleteProxyDsHandler(String latestName, boolean locateAtTopOrBottom, InvService service, boolean isResolver, long lastModifiedLimit)
          Constructor.
SimpleLatestProxyDsHandler(String latestName, boolean locateAtTopOrBottom, InvService service, boolean isResolver)
          Constructor.
 



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