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(String orgPath,
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.jdom2.Element s) |
protected InvMetadata |
InvCatalogFactory10.readMetadata(InvCatalog catalog,
InvDatasetImpl dataset,
org.jdom2.Element mdataElement) |
protected void |
InvCatalogFactory10.readThreddsMetadata(InvCatalog catalog,
InvDatasetImpl dataset,
org.jdom2.Element parent,
ThreddsMetadata tmg) |
protected ThreddsMetadata.Variables |
InvCatalogFactory10.readVariables(InvCatalog cat,
InvDataset ds,
org.jdom2.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,
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,
String datasetId) |
Modifier and Type | Method and Description |
---|---|
InvCatalog |
DirectoryScanner.getDirCatalog(CrawlableDataset catalogCrDs,
String filterPattern,
boolean sortInIncreasingOrder,
String addIdBase,
boolean addDatasetSize,
String dsNameMatchPattern,
String startTimeSubstitutionPattern,
String duration) |
InvCatalog |
DirectoryScanner.getDirCatalog(File directory,
String filterPattern,
boolean sortInIncreasingOrder,
boolean addDatasetSize)
Return a catalog for the given directory.
|
InvCatalog |
DirectoryScanner.getDirCatalog(File directory,
String filterPattern,
boolean sortInIncreasingOrder,
String addIdBase,
boolean addDatasetSize,
String dsNameMatchPattern,
String startTimeSubstitutionPattern,
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 |
DodsDirDatasetSource.createSkeletonCatalog(String prefixUrlPath)
Build an unnamed InvCatalog for this DatasetSource and return the
top-level InvDataset.
|
protected abstract InvCatalog |
DatasetSource.createSkeletonCatalog(String prefixUrlPath)
Return a skeleton InvCatalog for this DatasetSource.
|
protected InvCatalog |
LocalDatasetSource.createSkeletonCatalog(String prefixUrlPath)
Build an unnamed InvCatalog for this DatasetSource and return the
top-level InvDataset.
|
protected InvCatalog |
GrADSDataServerDatasetSource.createSkeletonCatalog(String prefixUrlPath) |
protected InvCatalog |
DodsFileServerDatasetSource.createSkeletonCatalog(String prefixUrlPath) |
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() |
Copyright © 1999–2017 UCAR/Unidata. All rights reserved.