Package | Description |
---|---|
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 |
Modifier and Type | Field and Description |
---|---|
static InvService |
InvService.cdmremote |
static InvService |
InvService.cdmrfeature |
protected InvService |
InvDatasetFeatureCollection.cdmrService |
static InvService |
InvService.dap4 |
protected InvService |
InvDataset.defaultService |
static InvService |
InvService.fileServer |
static InvService |
InvService.h5Service |
static InvService |
InvService.iso |
static InvService |
InvService.latest |
static InvService |
InvService.ncJSON |
static InvService |
InvService.ncml |
static InvService |
InvService.ncss |
static InvService |
InvService.opendap |
protected InvService |
InvDatasetFeatureCollection.orgService |
protected InvService |
InvAccess.service |
static InvService |
InvService.uddc |
protected InvService |
InvDatasetFeatureCollection.virtualService |
static InvService |
InvService.wcs |
static InvService |
InvService.wms |
Modifier and Type | Field and Description |
---|---|
protected Map<String,InvService> |
InvCatalog.serviceHash |
protected List<InvService> |
InvCatalog.services |
protected List<InvService> |
InvDataset.services |
Modifier and Type | Method and Description |
---|---|
InvService |
InvService.findNestedService(String name) |
InvService |
InvCatalog.findService(String name)
Find the named service declared in the top level of this catalog.
|
InvService |
InvDatasetImplProxy.findService(String p0) |
InvService |
InvDataset.findService(String name)
Find the named service declared in this dataset or one of its parents.
|
InvService |
InvCatalogRef.findService(String p0) |
InvService |
InvAccess.getService() |
InvService |
InvDatasetImplProxy.getServiceDefault() |
InvService |
InvDataset.getServiceDefault()
Find the default service for this dataset and its children.
|
InvService |
InvCatalogRef.getServiceDefault() |
protected InvService |
InvDatasetFeatureCollection.makeDefaultService() |
protected InvService |
InvDatasetFeatureCollection.makeDownloadService() |
protected InvService |
InvDatasetFeatureCollection.makeServiceVirtual(InvService org) |
Modifier and Type | Method and Description |
---|---|
List<InvService> |
InvCatalog.getServices()
Get top-level services.
|
List<InvService> |
InvService.getServices()
Get nested services; only if getServiceType() == ServiceType.COMPOUND.
|
List<InvService> |
InvDatasetImpl.getServicesLocal()
Get services attached specifically to this dataset.
|
List<InvService> |
InvDatasetImplProxy.getServicesLocal() |
Modifier and Type | Method and Description |
---|---|
void |
InvDatasetImpl.addService(InvService service)
Deprecated.
add services only to catalog
|
void |
InvDatasetImplProxy.addService(InvService p0) |
void |
InvCatalogImpl.addService(InvService s)
Add Service (1.0)
|
void |
InvService.addService(InvService service)
Add a nested service to a service of type COMPOUND.
|
protected InvService |
InvDatasetFeatureCollection.makeServiceVirtual(InvService org) |
void |
InvDatasetImpl.removeService(InvService service)
Deprecated.
put services in catalog
|
void |
InvDatasetImplProxy.removeService(InvService p0) |
Modifier and Type | Method and Description |
---|---|
void |
InvDatasetImpl.setServicesLocal(List<InvService> s)
Set the list of services attached specifically to this dataset.
|
void |
InvDatasetImplProxy.setServicesLocal(List<InvService> p0) |
Constructor and Description |
---|
InvAccessImpl(InvDataset dataset,
String urlPath,
InvService service)
Construct from an existing InvService.
|
Modifier and Type | Method and Description |
---|---|
protected InvService |
InvCatalogFactory10.readService(org.jdom2.Element s,
URI baseURI) |
Modifier and Type | Method and Description |
---|---|
static InvService |
DeepCopyUtils.copyService(InvService service) |
static InvService |
DeepCopyUtils.findServiceByName(String name,
List<InvService> servicePool) |
Modifier and Type | Method and Description |
---|---|
static InvService |
DeepCopyUtils.copyService(InvService service) |
Modifier and Type | Method and Description |
---|---|
static InvAccess |
DeepCopyUtils.copyAccess(InvAccess access,
InvDataset parentDataset,
List<InvService> availableServices) |
static InvDataset |
DeepCopyUtils.copyDataset(InvDataset dataset,
List<InvService> availableServices,
boolean copyInheritedMetadataFromParents) |
static InvService |
DeepCopyUtils.findServiceByName(String name,
List<InvService> servicePool) |
Modifier and Type | Method and Description |
---|---|
InvService |
ProxyDatasetHandler.getProxyDatasetService(CrawlableDataset parent)
Return the InvService to be used by the InvDataset that corresponds to the created dataset.
|
Constructor and Description |
---|
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) |
Modifier and Type | Class and Description |
---|---|
class |
ResultService
Title: Catalog Generator
|
Constructor and Description |
---|
ResultService(InvService service,
String accessPointHeader) |
Modifier and Type | Method and Description |
---|---|
InvService |
LatestCompleteProxyDsHandler.getProxyDatasetService(CrawlableDataset parent) |
InvService |
SimpleLatestProxyDsHandler.getProxyDatasetService(CrawlableDataset parent) |
Constructor and Description |
---|
LatestCompleteProxyDsHandler(String latestName,
boolean locateAtTopOrBottom,
InvService service,
boolean isResolver,
long lastModifiedLimit)
Constructor.
|
SimpleLatestProxyDsHandler(String latestName,
boolean locateAtTopOrBottom,
InvService service,
boolean isResolver)
Constructor.
|
Copyright © 1999–2019 UCAR/Unidata. All rights reserved.