| 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 |
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 |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,InvService> |
InvCatalog.serviceHash |
protected java.util.List<InvService> |
InvDataset.services |
protected java.util.List<InvService> |
InvCatalog.services |
| Modifier and Type | Method and Description |
|---|---|
InvService |
InvDatasetImplProxy.findService(java.lang.String p0) |
InvService |
InvDataset.findService(java.lang.String name)
Find the named service declared in this dataset or one of its parents.
|
InvService |
InvCatalogRef.findService(java.lang.String p0) |
InvService |
InvCatalog.findService(java.lang.String name)
Find the named service declared in the top level of this catalog.
|
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.makeVirtualService(InvService org) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<InvService> |
InvService.getServices()
Get nested services; only if getServiceType() == ServiceType.COMPOUND.
|
java.util.List<InvService> |
InvCatalog.getServices()
Get top-level services.
|
java.util.List<InvService> |
InvDatasetImplProxy.getServicesLocal() |
java.util.List<InvService> |
InvDatasetImpl.getServicesLocal()
Get services attached specifically to this dataset.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InvService.addService(InvService service)
Add a nested service to a service of type COMPOUND.
|
void |
InvDatasetImplProxy.addService(InvService p0) |
void |
InvDatasetImpl.addService(InvService service)
Deprecated.
put services in catalog
|
void |
InvCatalogImpl.addService(InvService s)
Add Service (1.0)
|
protected InvService |
InvDatasetFeatureCollection.makeVirtualService(InvService org) |
void |
InvDatasetImplProxy.removeService(InvService p0) |
void |
InvDatasetImpl.removeService(InvService service)
Deprecated.
put services in catalog
|
| Modifier and Type | Method and Description |
|---|---|
void |
InvDatasetImplProxy.setServicesLocal(java.util.List<InvService> p0) |
void |
InvDatasetImpl.setServicesLocal(java.util.List<InvService> s)
Set the list of services attached specifically to this dataset.
|
| Constructor and Description |
|---|
InvAccessImpl(InvDataset dataset,
java.lang.String urlPath,
InvService service)
Construct from an existing InvService.
|
| Modifier and Type | Method and Description |
|---|---|
protected InvService |
InvCatalogFactory10.readService(org.jdom.Element s,
java.net.URI baseURI) |
| Modifier and Type | Method and Description |
|---|---|
static InvService |
DeepCopyUtils.copyService(InvService service) |
| 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,
java.util.List<InvService> availableServices) |
static InvDataset |
DeepCopyUtils.copyDataset(InvDataset dataset,
java.util.List<InvService> availableServices,
boolean copyInheritedMetadataFromParents) |
| 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(java.lang.String collectionId,
java.lang.String collectionTitle,
java.lang.String collectionUrlId,
InvService service,
CrawlableDataset collectionCrDs,
CrawlableDataset topCatCrDs,
CrawlableDatasetFilter filter,
InvDatasetImpl topLevelMetadataContainer,
java.io.File catWriteDir) |
CollectionLevelScanner(java.lang.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,
java.lang.String serviceTitle,
java.io.File serviceBaseUrlDir,
java.lang.String prefixPath,
boolean createCatalogRefs)
Construct a DirectoryScanner given information about the data server to be cataloged.
|
StandardCatalogBuilder(java.lang.String collectionPath,
java.lang.String collectionName,
CrawlableDataset collectionCrDs,
CrawlableDatasetFilter filter,
InvService service,
java.lang.String collectionId,
CrawlableDatasetLabeler identifier,
CrawlableDatasetLabeler namer,
boolean doAddDatasetSize,
CrawlableDatasetSorter sorter,
java.util.Map proxyDatasetHandlers,
java.util.List childEnhancerList,
InvDatasetImpl topLevelMetadataContainer,
CatalogRefExpander catalogRefExpander) |
| Modifier and Type | Class and Description |
|---|---|
class |
ResultService
Title: Catalog Generator
|
| Constructor and Description |
|---|
ResultService(InvService service,
java.lang.String accessPointHeader) |
| Modifier and Type | Method and Description |
|---|---|
InvService |
SimpleLatestProxyDsHandler.getProxyDatasetService(CrawlableDataset parent) |
InvService |
LatestCompleteProxyDsHandler.getProxyDatasetService(CrawlableDataset parent) |
| Constructor and Description |
|---|
LatestCompleteProxyDsHandler(java.lang.String latestName,
boolean locateAtTopOrBottom,
InvService service,
boolean isResolver,
long lastModifiedLimit)
Constructor.
|
SimpleLatestProxyDsHandler(java.lang.String latestName,
boolean locateAtTopOrBottom,
InvService service,
boolean isResolver)
Constructor.
|