Uses of Class
thredds.inventory.DatasetCollectionManager

Packages that use DatasetCollectionManager
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 
 

Uses of DatasetCollectionManager in thredds.catalog
 

Fields in thredds.catalog declared as DatasetCollectionManager
protected  DatasetCollectionManager InvDatasetFeatureCollection.dcm
           
 

Methods in thredds.catalog that return DatasetCollectionManager
 DatasetCollectionManager InvDatasetFeatureCollection.getDatasetCollectionManager()
           
 

Uses of DatasetCollectionManager in thredds.inventory
 

Subclasses of DatasetCollectionManager in thredds.inventory
 class DatasetCollectionFromCatalog
          CollectionManager of datasets from a catalog.
 

Methods in thredds.inventory that return DatasetCollectionManager
 DatasetCollectionManager NcmlCollectionReader.getDatasetManager()
           
static DatasetCollectionManager DatasetCollectionManager.open(String collection, String olderThan, Formatter errlog)
           
 

Constructors in thredds.inventory with parameters of type DatasetCollectionManager
TimedCollection(DatasetCollectionManager manager, Formatter errlog)
          Manage collections of files that we can assign date ranges to
 

Uses of DatasetCollectionManager in ucar.nc2.ft.fmrc
 

Constructors in ucar.nc2.ft.fmrc with parameters of type DatasetCollectionManager
Fmrc(DatasetCollectionManager manager, FeatureCollectionConfig config)
           
 

Uses of DatasetCollectionManager in ucar.nc2.ft.point.collection
 

Methods in ucar.nc2.ft.point.collection with parameters of type DatasetCollectionManager
static FeatureDataset CompositeDatasetFactory.factory(String location, FeatureType wantFeatureType, DatasetCollectionManager dcm, Formatter errlog)
           
 

Uses of DatasetCollectionManager in ucar.nc2.ncml
 

Fields in ucar.nc2.ncml declared as DatasetCollectionManager
protected  DatasetCollectionManager Aggregation.datasetManager
           
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.