Package | Description |
---|---|
thredds.client.catalog | |
thredds.client.catalog.builder | |
thredds.client.catalog.writer | |
thredds.server.catalog |
Modifier and Type | Method and Description |
---|---|
Catalog |
DatasetNode.getParentCatalog() |
Catalog |
Catalog.subsetCatalogOnDataset(Dataset dataset) |
Modifier and Type | Method and Description |
---|---|
Catalog |
CatalogBuilder.buildFromCatref(CatalogRef catref) |
Catalog |
CatalogBuilder.buildFromLocation(String location) |
Catalog |
CatalogBuilder.buildFromURI(URI uri) |
Catalog |
CatalogBuilder.makeCatalog() |
Modifier and Type | Method and Description |
---|---|
void |
CatalogBuilder.Callback.setCatalog(Catalog cat) |
Modifier and Type | Method and Description |
---|---|
int |
CatalogCrawler.crawl(Catalog cat,
CancelTask task,
PrintWriter out,
Object context,
Indent indent)
Crawl a catalog thats already been opened.
|
org.jdom2.Document |
CatalogXmlWriter.writeCatalog(Catalog cat) |
String |
CatalogXmlWriter.writeXML(Catalog catalog) |
void |
CatalogXmlWriter.writeXML(Catalog catalog,
OutputStream os)
Write the catalog as an XML document to the specified stream.
|
void |
CatalogXmlWriter.writeXML(Catalog catalog,
OutputStream os,
boolean raw)
Write the catalog as an XML document to the specified stream.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigCatalog
TDS Configuration Catalog
|
Modifier and Type | Method and Description |
---|---|
Catalog |
FeatureCollection.makeCatalog(String match,
String orgPath,
URI catURI) |
Catalog |
DatasetScan.makeCatalogForDirectory(String orgPath,
URI catURI)
Called from DataRootHandler.makeDynamicCatalog(), called from LocalCatalogServiceController ...
|
Catalog |
FeatureCollection.makeLatest(String matchPath,
String reqPath,
URI catURI) |
Catalog |
DatasetScan.makeLatestResolvedCatalog(String orgPath,
URI baseURI)
Build a catalog for the given resolver path by scanning the
location associated with this InvDatasetScan.
|
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.