| Package | Description |
|---|---|
| thredds.catalog.query |
Reads and writes THREDDS Dataset Query Capabilities (DQC) XML documents.
|
| thredds.wcs.v1_0_0_1 | |
| thredds.wcs.v1_0_0_Plus | |
| thredds.wcs.v1_1_0 | |
| ucar.nc2.dt.fmrc |
Support classes for Forecast Model Run Collections.
|
| ucar.nc2.ncml |
Netcdf Markup Language (NcML) Implementation classes
see NcML home page
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DqcFactory.setPersistenceCache(DiskCache2 dc) |
| Modifier and Type | Method and Description |
|---|---|
static void |
WcsCoverage.setDiskCache(DiskCache2 _diskCache) |
| Modifier and Type | Method and Description |
|---|---|
static void |
WcsCoverage.setDiskCache(DiskCache2 _diskCache) |
| Modifier and Type | Method and Description |
|---|---|
static void |
GetCoverage.setDiskCache(DiskCache2 _diskCache) |
| Modifier and Type | Method and Description |
|---|---|
static FmrcInventory |
FmrcInventory.makeFromCatalog(DiskCache2 cache,
java.lang.String catURL,
java.lang.String collectionName,
int maxDatasets,
int mode) |
static FmrcInventory |
FmrcInventory.makeFromDirectory(java.lang.String fmrcDefinitionPath,
java.lang.String collectionName,
DiskCache2 fmr_cache,
java.lang.String dirName,
java.lang.String suffix,
int mode)
Create a ForecastModelRun Collection from the files in a directory.
|
static ForecastModelRunInventory |
ForecastModelRunInventory.open(DiskCache2 cache,
java.lang.String ncfileLocation,
int mode,
boolean isFile)
Open a GridDataset and construct a ForecastModelRun.
|
| Modifier and Type | Field and Description |
|---|---|
protected static DiskCache2 |
Aggregation.diskCache2 |
| Modifier and Type | Method and Description |
|---|---|
static void |
Aggregation.setPersistenceCache(DiskCache2 dc) |