| Package | Description |
|---|---|
| thredds.catalog |
Reads and writes THREDDS Dataset Inventory Catalog XML documents.
|
| thredds.inventory |
Abstractions for tracking dataset inventory using "managed files".
|
| ucar.nc2.ft.fmrc | |
| ucar.nc2.ft.point.collection | |
| ucar.nc2.ncml |
Netcdf Markup Language (NcML) Implementation classes
see NcML home page
|
| Modifier and Type | Field and Description |
|---|---|
protected DatasetCollectionManager |
InvDatasetFeatureCollection.dcm |
| Modifier and Type | Method and Description |
|---|---|
DatasetCollectionManager |
InvDatasetFeatureCollection.getDatasetCollectionManager() |
| Modifier and Type | Class and Description |
|---|---|
class |
DatasetCollectionFromCatalog
CollectionManager of datasets from a catalog.
|
| Modifier and Type | Method and Description |
|---|---|
DatasetCollectionManager |
NcmlCollectionReader.getDatasetManager() |
static DatasetCollectionManager |
DatasetCollectionManager.open(java.lang.String collection,
java.lang.String olderThan,
java.util.Formatter errlog) |
| Constructor and Description |
|---|
TimedCollection(DatasetCollectionManager manager,
java.util.Formatter errlog)
Manage collections of files that we can assign date ranges to
|
| Constructor and Description |
|---|
Fmrc(DatasetCollectionManager manager,
FeatureCollectionConfig config) |
| Modifier and Type | Method and Description |
|---|---|
static FeatureDataset |
CompositeDatasetFactory.factory(java.lang.String location,
FeatureType wantFeatureType,
DatasetCollectionManager dcm,
java.util.Formatter errlog) |
| Modifier and Type | Field and Description |
|---|---|
protected DatasetCollectionManager |
Aggregation.datasetManager |