Package | Description |
---|---|
thredds.catalog |
Reads and writes THREDDS Dataset Inventory Catalog XML documents.
|
thredds.catalog.crawl | |
thredds.catalog.dl | |
thredds.catalog.parser.jdom | |
thredds.cataloggen |
Modifier and Type | Method and Description |
---|---|
InvCatalogImpl |
InvDatasetFcFmrc.makeCatalog(String match,
String orgPath,
URI catURI) |
abstract InvCatalogImpl |
InvDatasetFeatureCollection.makeCatalog(String match,
String orgPath,
URI catURI)
Get one of the catalogs contained in this collection,
called by DataRootHandler.makeDynamicCatalog()
|
InvCatalogImpl |
InvDatasetFcPoint.makeCatalog(String match,
String orgPath,
URI catURI) |
InvCatalogImpl |
InvDatasetFcGrib.makeCatalog(String match,
String reqPath,
URI catURI) |
protected InvCatalogImpl |
InvDatasetFeatureCollection.makeCatalogFiles(URI catURI,
InvDatasetFeatureCollection.State localState,
List<String> filenames,
boolean addLatest) |
InvCatalogImpl |
InvDatasetScan.makeCatalogForDirectory(String orgPath,
URI catURI)
Try to build a catalog for the given path by scanning the location
associated with this InvDatasetScan.
|
protected InvCatalogImpl |
InvDatasetFeatureCollection.makeCatalogTop(URI catURI,
InvDatasetFeatureCollection.State localState)
Make the containing catalog of this feature collection
"http://server:port/thredds/catalog/path/catalog.xml"
|
protected InvCatalogImpl |
InvDatasetFcGrib.makeCatalogTop(URI catURI,
InvDatasetFeatureCollection.State localState) |
InvCatalogImpl |
InvDatasetFeatureCollection.makeLatest(String matchPath,
String reqPath,
URI catURI) |
InvCatalogImpl |
InvDatasetFcGrib.makeLatest(String matchPath,
String reqPath,
URI catURI) |
InvCatalogImpl |
InvDatasetScan.makeProxyDsResolverCatalog(String path,
URI baseURI)
Try to build a catalog for the given resolver path by scanning the
location associated with this InvDatasetScan.
|
InvCatalogImpl |
InvCatalogConvertIF.parseXML(InvCatalogFactory fac,
org.jdom2.Document doc,
URI uri)
Create an InvCatalogImpl from a parsed document tree.
|
InvCatalogImpl |
InvCatalogFactory.readXML(org.jdom2.Document jdomDoc,
URI uri)
Create an InvCatalog from a JDOM document.
|
InvCatalogImpl |
InvCatalogFactory.readXML(InputStream docIs,
URI uri)
Create an InvCatalog from an InputStream.
|
InvCatalogImpl |
InvCatalogFactory.readXML(String uriString)
Create an InvCatalog from an XML document at a named URI.
|
InvCatalogImpl |
InvCatalogFactory.readXML(StringReader catAsStringReader,
URI baseUri)
Create an InvCatalog by reading catalog XML from a StringReader.
|
InvCatalogImpl |
InvCatalogFactory.readXML(String catAsString,
URI baseUri)
Create an InvCatalog by reading catalog XML from a String.
|
InvCatalogImpl |
InvCatalogFactory.readXML(URI uri)
Read an InvCatalog from an a URI.
|
Modifier and Type | Method and Description |
---|---|
protected void |
InvDatasetFcGrib.addFileDatasets(InvCatalogImpl parentCatalog,
InvDatasetImpl parent,
GribCollectionImmutable fromGc) |
void |
CatalogSetCallback.setCatalog(InvCatalogImpl catalog)
Called when the catalog is done being read.
|
String |
InvCatalogFactory.writeXML(InvCatalogImpl catalog)
Write the catalog as an XML document to a String.
|
void |
InvCatalogFactory.writeXML(InvCatalogImpl catalog,
OutputStream os)
Write the InvCatalogImpl to the OutputStream as a InvCatalog 1.0 document.
|
void |
InvCatalogConvertIF.writeXML(InvCatalogImpl catalog,
OutputStream os)
Write the catalog as an XML document to the specified stream.
|
void |
InvCatalogFactory.writeXML(InvCatalogImpl catalog,
OutputStream os,
boolean raw)
Write the InvCatalogImpl to the OutputStream as a InvCatalog 1.0 document.
|
void |
InvCatalogConvertIF.writeXML(InvCatalogImpl catalog,
OutputStream os,
boolean raw) |
void |
InvCatalogFactory.writeXML(InvCatalogImpl catalog,
String filename) |
Constructor and Description |
---|
InvDatasetScan(InvCatalogImpl catalog,
InvDatasetImpl parent,
String name,
String path,
String scanLocation,
CrawlableDatasetFilter filter,
boolean addDatasetSize,
String addLatest,
boolean sortOrderIncreasing,
String datasetNameMatchPattern,
String startTimeSubstitutionPattern,
String duration)
Constructor.
|
InvDatasetScan(InvCatalogImpl catalog,
InvDatasetImpl parent,
String name,
String path,
String scanLocation,
String filter,
boolean addDatasetSize,
String addLatest,
boolean sortOrderIncreasing,
String datasetNameMatchPattern,
String startTimeSubstitutionPattern,
String duration)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
CatalogCrawler.crawl(InvCatalogImpl cat,
CancelTask task,
PrintWriter out,
Object context)
Crawl a catalog thats already been opened.
|
Modifier and Type | Method and Description |
---|---|
void |
DIFWriter.writeDatasetEntries(InvCatalogImpl cat,
String fileDir,
StringBuilder mess)
Write all harvestable datasets to DIF records that have at least the minimum metadata.
|
void |
ADNWriter.writeDatasetEntries(InvCatalogImpl cat,
String fileDir,
StringBuilder mess) |
Modifier and Type | Method and Description |
---|---|
InvCatalogImpl |
InvCatalogFactory10.parseXML(InvCatalogFactory fac,
org.jdom2.Document jdomDoc,
URI uri) |
protected InvCatalogImpl |
InvCatalogFactory10.readCatalog(org.jdom2.Element catalogElem,
URI docBaseURI) |
Modifier and Type | Method and Description |
---|---|
protected InvCatalogRef |
InvCatalogFactory10.readCatalogRef(InvCatalogImpl cat,
InvDatasetImpl parent,
org.jdom2.Element catRefElem,
URI baseURI) |
protected InvDatasetImpl |
InvCatalogFactory10.readDataset(InvCatalogImpl catalog,
InvDatasetImpl parent,
org.jdom2.Element dsElem,
URI base) |
protected void |
InvCatalogFactory10.readDatasetInfo(InvCatalogImpl catalog,
InvDatasetImpl dataset,
org.jdom2.Element dsElem,
URI base) |
protected InvDatasetScan |
InvCatalogFactory10.readDatasetScan(InvCatalogImpl catalog,
InvDatasetImpl parent,
org.jdom2.Element dsElem,
URI base) |
protected Map<String,ProxyDatasetHandler> |
InvCatalogFactory10.readDatasetScanAddProxies(org.jdom2.Element addProxiesElem,
org.jdom2.Element addLatestElem,
InvCatalogImpl catalog) |
protected InvDatasetScan |
InvCatalogFactory10.readDatasetScanNew(InvCatalogImpl catalog,
InvDatasetImpl parent,
org.jdom2.Element dsElem,
URI base) |
protected InvDatasetImpl |
InvCatalogFactory10.readFeatureCollection(InvCatalogImpl catalog,
InvDatasetImpl parent,
org.jdom2.Element dsElem,
URI base) |
org.jdom2.Document |
InvCatalogFactory10.writeCatalog(InvCatalogImpl cat) |
void |
InvCatalogFactory10.writeXML(InvCatalogImpl catalog,
OutputStream os)
Write the catalog as an XML document to the specified stream.
|
void |
InvCatalogFactory10.writeXML(InvCatalogImpl catalog,
OutputStream os,
boolean raw)
Write the catalog as an XML document to the specified stream.
|
Modifier and Type | Method and Description |
---|---|
InvCatalogImpl |
CollectionLevelScanner.generateCatalog() |
InvCatalogImpl |
CatalogBuilder.generateCatalog(CrawlableDataset catalogCrDs)
Return an InvCatalog for the level in the collection hierarchy specified by catalogPath.
|
InvCatalogImpl |
DatasetScanCatalogBuilder.generateCatalog(CrawlableDataset catalogCrDs) |
InvCatalogImpl |
SimpleCatalogBuilder.generateCatalog(CrawlableDataset catalogCrDs) |
InvCatalogImpl |
StandardCatalogBuilder.generateCatalog(CrawlableDataset catalogCrDs) |
InvCatalogImpl |
CatalogBuilder.generateProxyDsResolverCatalog(CrawlableDataset catalogCrDs,
ProxyDatasetHandler pdh)
Generate the catalog for a resolver request of the given ProxyDatasetHandler.
|
InvCatalogImpl |
DatasetScanCatalogBuilder.generateProxyDsResolverCatalog(CrawlableDataset catalogCrDs,
ProxyDatasetHandler pdh) |
InvCatalogImpl |
SimpleCatalogBuilder.generateProxyDsResolverCatalog(CrawlableDataset catalogCrDs,
ProxyDatasetHandler pdh)
Not supported by SimpleCatalogBuilder.
|
InvCatalogImpl |
StandardCatalogBuilder.generateProxyDsResolverCatalog(CrawlableDataset catalogCrDs,
ProxyDatasetHandler pdh) |
InvCatalogImpl |
CollectionLevelScanner.generateProxyDsResolverCatalog(ProxyDatasetHandler pdh)
Generate the catalog for a resolver request of the given ProxyDatasetHandler.
|
Copyright © 1999–2019 UCAR/Unidata. All rights reserved.