| Package | Description |
|---|---|
| thredds.client.catalog | |
| thredds.client.catalog.builder | |
| thredds.client.catalog.writer | |
| thredds.inventory |
Abstractions for tracking dataset inventory using "managed files".
|
| Modifier and Type | Class and Description |
|---|---|
class |
CatalogRef
A Client CatalogRef
|
| Modifier and Type | Method and Description |
|---|---|
Dataset |
Catalog.findDatasetByID(String id) |
Dataset |
DatasetNode.findDatasetByName(String name) |
Dataset |
Access.getDataset() |
Dataset |
DatasetNode.getParentDataset() |
| Modifier and Type | Method and Description |
|---|---|
List<Dataset> |
DatasetNode.getDatasets() |
| Modifier and Type | Method and Description |
|---|---|
Catalog |
Catalog.subsetCatalogOnDataset(Dataset dataset) |
| Constructor and Description |
|---|
Access(Dataset dataset,
String urlPath,
Service service,
String dataFormatS,
long dataSize) |
| Modifier and Type | Method and Description |
|---|---|
Dataset |
DatasetBuilder.makeDataset(DatasetNode parent) |
Dataset |
CatalogRefBuilder.makeDataset(DatasetNode parent) |
| Modifier and Type | Method and Description |
|---|---|
Access |
AccessBuilder.makeAccess(Dataset dataset) |
void |
DatasetBuilder.transferMetadata(Dataset from,
boolean inherit) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DataFactory.annotate(Dataset ds,
NetcdfDataset ncDataset)
Add information from the Dataset to the NetcdfDataset.
|
void |
CatalogCrawler.Listener.getDataset(Dataset dd,
Object context)
Gets called for each dataset found.
|
NetcdfDataset |
DataFactory.openDataset(Dataset Dataset,
boolean acquire,
CancelTask task,
Formatter log)
Try to open as a NetcdfDataset.
|
DataFactory.Result |
DataFactory.openFeatureDataset(Dataset Dataset,
CancelTask task)
Open a FeatureDataset from an Dataset object, deciding on which Access to use.
|
DataFactory.Result |
DataFactory.openFeatureDataset(FeatureType wantFeatureType,
Dataset ds,
CancelTask task,
DataFactory.Result result) |
String |
DatasetHtmlWriter.resolve(Dataset ds,
String href)
resolve reletive URLS against the catalog URL.
|
boolean |
CatalogCrawler.Filter.skipAll(Dataset ds) |
void |
DatasetHtmlWriter.writeHtmlDescription(Formatter out,
Dataset ds,
boolean complete,
boolean isServer,
boolean datasetEvents,
boolean catrefEvents,
boolean resolveRelativeUrls)
Write an Html representation of the given dataset.
|
protected void |
CatalogXmlWriter.writeInheritedMetadata(org.jdom2.Element elem,
Dataset ds) |
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionManagerCatalog.getDataset(Dataset ds,
Object context) |
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.