Uses of Class
thredds.inventory.FeatureCollectionConfig

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

Uses of FeatureCollectionConfig in thredds.catalog
 

Fields in thredds.catalog declared as FeatureCollectionConfig
protected  FeatureCollectionConfig InvDatasetFeatureCollection.config
           
 

Methods in thredds.catalog that return FeatureCollectionConfig
 FeatureCollectionConfig InvDatasetFeatureCollection.getConfig()
           
 

Methods in thredds.catalog with parameters of type FeatureCollectionConfig
static InvDatasetFeatureCollection InvDatasetFeatureCollection.factory(InvDatasetImpl parent, String name, String path, FeatureType featureType, FeatureCollectionConfig config)
           
 

Constructors in thredds.catalog with parameters of type FeatureCollectionConfig
InvDatasetFcFmrc(InvDatasetImpl parent, String name, String path, FeatureType featureType, FeatureCollectionConfig config)
           
InvDatasetFcPoint(InvDatasetImpl parent, String name, String path, FeatureType featureType, FeatureCollectionConfig config)
           
InvDatasetFeatureCollection(InvDatasetImpl parent, String name, String path, FeatureType featureType, FeatureCollectionConfig config)
           
 

Uses of FeatureCollectionConfig in thredds.inventory
 

Methods in thredds.inventory with parameters of type FeatureCollectionConfig
 void CollectionUpdater.scheduleTasks(FeatureCollectionConfig config, CollectionManager manager)
           
 

Constructors in thredds.inventory with parameters of type FeatureCollectionConfig
DatasetCollectionManager(FeatureCollectionConfig config, Formatter errlog)
           
 

Uses of FeatureCollectionConfig in ucar.nc2.ft.fmrc
 

Methods in ucar.nc2.ft.fmrc with parameters of type FeatureCollectionConfig
static Fmrc Fmrc.open(FeatureCollectionConfig config, Formatter errlog)
           
 

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



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