| Package | Description |
|---|---|
| thredds.catalog |
Reads and writes THREDDS Dataset Inventory Catalog XML documents.
|
| thredds.catalog.dl | |
| thredds.catalog.parser.jdom | |
| thredds.catalog.util | |
| thredds.cataloggen | |
| thredds.cataloggen.config |
| Modifier and Type | Class and Description |
|---|---|
class |
InvCatalogImpl
Concrete implementation of a Thredds catalog object.
|
| Modifier and Type | Field and Description |
|---|---|
protected InvCatalog |
InvDataset.catalog |
| Modifier and Type | Method and Description |
|---|---|
InvCatalog |
InvDatasetImplProxy.getParentCatalog() |
InvCatalog |
InvDataset.getParentCatalog()
Get containing catalog.
|
InvCatalog |
InvDatasetScan.makeLatestCatalogForDirectory(java.lang.String orgPath,
java.net.URI baseURI)
Deprecated.
Instead use
makeProxyDsResolver() which provides more general proxy dataset handling. |
| Modifier and Type | Method and Description |
|---|---|
void |
InvDatasetImplProxy.setCatalog(InvCatalog p0) |
void |
InvDatasetImpl.setCatalog(InvCatalog catalog)
Set the containing catalog; use only for top level dataset.
|
| Constructor and Description |
|---|
DCWriter(InvCatalog cat) |
| Modifier and Type | Method and Description |
|---|---|
protected InvDocumentation |
InvCatalogFactory10.readDocumentation(InvCatalog cat,
org.jdom.Element s) |
protected InvMetadata |
InvCatalogFactory10.readMetadata(InvCatalog catalog,
InvDatasetImpl dataset,
org.jdom.Element mdataElement) |
protected void |
InvCatalogFactory10.readThreddsMetadata(InvCatalog catalog,
InvDatasetImpl dataset,
org.jdom.Element parent,
ThreddsMetadata tmg) |
protected ThreddsMetadata.Variables |
InvCatalogFactory10.readVariables(InvCatalog cat,
InvDataset ds,
org.jdom.Element varsElem) |
| Modifier and Type | Method and Description |
|---|---|
static InvCatalog |
DeepCopyUtils.copyCatalog(InvCatalog catalog) |
static InvCatalog |
DeepCopyUtils.subsetCatalogOnDataset(InvCatalog catalog,
InvDataset dataset) |
static InvCatalog |
DeepCopyUtils.subsetCatalogOnDataset(InvCatalog catalog,
java.lang.String datasetId) |
| Modifier and Type | Method and Description |
|---|---|
static InvCatalog |
DeepCopyUtils.copyCatalog(InvCatalog catalog) |
static InvCatalog |
DeepCopyUtils.subsetCatalogOnDataset(InvCatalog catalog,
InvDataset dataset) |
static InvCatalog |
DeepCopyUtils.subsetCatalogOnDataset(InvCatalog catalog,
java.lang.String datasetId) |
| Modifier and Type | Method and Description |
|---|---|
InvCatalog |
CatalogGen.expand()
Expand the catalog.
|
InvCatalog |
DirectoryScanner.getDirCatalog(CrawlableDataset catalogCrDs,
java.lang.String filterPattern,
boolean sortInIncreasingOrder,
java.lang.String addIdBase,
boolean addDatasetSize,
java.lang.String dsNameMatchPattern,
java.lang.String startTimeSubstitutionPattern,
java.lang.String duration) |
InvCatalog |
DirectoryScanner.getDirCatalog(java.io.File directory,
java.lang.String filterPattern,
boolean sortInIncreasingOrder,
boolean addDatasetSize)
Return a catalog for the given directory.
|
InvCatalog |
DirectoryScanner.getDirCatalog(java.io.File directory,
java.lang.String filterPattern,
boolean sortInIncreasingOrder,
java.lang.String addIdBase,
boolean addDatasetSize,
java.lang.String dsNameMatchPattern,
java.lang.String startTimeSubstitutionPattern,
java.lang.String duration) |
| Modifier and Type | Field and Description |
|---|---|
protected InvCatalog |
DatasetSource.resultingCatalog
The catalog that results from expanding this DatasetSource.
|
| Modifier and Type | Method and Description |
|---|---|
protected InvCatalog |
LocalDatasetSource.createSkeletonCatalog(java.lang.String prefixUrlPath)
Build an unnamed InvCatalog for this DatasetSource and return the
top-level InvDataset.
|
protected InvCatalog |
GrADSDataServerDatasetSource.createSkeletonCatalog(java.lang.String prefixUrlPath) |
protected InvCatalog |
DodsFileServerDatasetSource.createSkeletonCatalog(java.lang.String prefixUrlPath) |
protected InvCatalog |
DodsDirDatasetSource.createSkeletonCatalog(java.lang.String prefixUrlPath)
Build an unnamed InvCatalog for this DatasetSource and return the
top-level InvDataset.
|
protected abstract InvCatalog |
DatasetSource.createSkeletonCatalog(java.lang.String prefixUrlPath)
Return a skeleton InvCatalog for this DatasetSource.
|
InvCatalog |
DatasetSource.fullExpand()
Crawl this DatasetSource and generate a new InvCatalog with all datasets
named, sorted, and organized as defined by this DatasetSource, return the
newly generated InvCatalog.
|
InvCatalog |
DatasetSource.getResultingCatalog() |