| Package | Description |
|---|---|
| thredds.catalog |
Reads and writes THREDDS Dataset Inventory Catalog XML documents.
|
| thredds.catalog.crawl | |
| thredds.catalog.parser.jdom | |
| thredds.catalog.util | |
| thredds.inventory |
Abstractions for tracking dataset inventory using "managed files".
|
| Modifier and Type | Class and Description |
|---|---|
class |
InvDatasetFcFmrc
Feature Collection for Fmrc
Generate anew each call; use object caching if needed to improve efficiency
|
class |
InvDatasetFcPoint
Feature Collection for Point types
|
class |
InvDatasetFeatureCollection
Feature Collection Dataset.
|
class |
InvDatasetFmrc
Deprecated.
use InvDatasetFeatureCollection (must replace datasetFmrc with featureCollection in the TDS config catalog)
|
class |
InvDatasetScan
Represents server-side information on how to scan a collection of datasets
for catalog generation.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CatalogExtractor.getCatalogRef(InvCatalogRef dd,
java.lang.Object context) |
boolean |
CatalogCrawler.Listener.getCatalogRef(InvCatalogRef dd,
java.lang.Object context)
Gets called for each catalogRef found
|
| Modifier and Type | Method and Description |
|---|---|
protected InvCatalogRef |
InvCatalogFactory10.readCatalogRef(InvCatalogImpl cat,
InvDatasetImpl parent,
org.jdom.Element catRefElem,
java.net.URI baseURI) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<InvCatalogRef> |
CatalogUtils.findAllCatRefsInDatasetTree(java.util.List<InvDataset> datasets,
java.lang.StringBuilder log,
boolean onlyRelativeUrls)
Find all catalogRef elements in the dataset tree formed by the given dataset list.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DatasetCollectionFromCatalog.getCatalogRef(InvCatalogRef dd,
java.lang.Object context) |