Uses of Class
ucar.nc2.ft.point.standard.TableConfig

Packages that use TableConfig
ucar.nc2.ft.point.standard package ucar.nc2.ft.point.standard : Standard Implementation of Point Feature Types 
ucar.nc2.ft.point.standard.plug package ucar.nc2.ft.point.plug : Pluggable AAnalysers of Point Feature Type datasets 
 

Uses of TableConfig in ucar.nc2.ft.point.standard
 

Fields in ucar.nc2.ft.point.standard declared as TableConfig
 TableConfig TableConfig.parent
           
 

Fields in ucar.nc2.ft.point.standard with type parameters of type TableConfig
 java.util.List<TableConfig> TableConfig.children
           
protected  java.util.Map<java.lang.String,TableConfig> TableAnalyzer.tableFind
           
protected  java.util.Set<TableConfig> TableAnalyzer.tableSet
           
 

Methods in ucar.nc2.ft.point.standard that return TableConfig
 TableConfig TableConfigurer.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, java.util.Formatter errlog)
          Create a TableConfig for this dataset.
 

Methods in ucar.nc2.ft.point.standard with parameters of type TableConfig
 void TableConfig.addChild(TableConfig t)
           
protected  void TableAnalyzer.addTable(TableConfig t)
           
protected  void TableAnalyzer.addTableRecurse(TableConfig t)
           
static Table Table.factory(NetcdfDataset ds, TableConfig config)
           
static void CoordSysEvaluator.findCoords(TableConfig nt, NetcdfDataset ds)
          Look for Axis by Type, assign to TableConfig if found.
protected  void TableAnalyzer.findNestedStructures(Structure s, TableConfig parent)
           
 

Constructors in ucar.nc2.ft.point.standard with parameters of type TableConfig
Table(NetcdfDataset ds, TableConfig config)
           
 

Uses of TableConfig in ucar.nc2.ft.point.standard.plug
 

Methods in ucar.nc2.ft.point.standard.plug that return TableConfig
 TableConfig UnidataPointObs.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, java.util.Formatter errlog)
           
 TableConfig UnidataPointFeature.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, java.util.Formatter errlog)
          Deprecated.  
 TableConfig Ndbc.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, java.util.Formatter errlog)
           
 TableConfig Madis.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, java.util.Formatter errlog)
           
 TableConfig Iridl.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, java.util.Formatter errlog)
           
 TableConfig GempakCdm.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, java.util.Formatter errlog)
           
 TableConfig FslWindProfiler.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, java.util.Formatter errlog)
           
 TableConfig Cosmic.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, java.util.Formatter errlog)
           
 TableConfig CFpointObs.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, java.util.Formatter errlog)
           
 TableConfig BufrCdm.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, java.util.Formatter errlog)
           
protected  TableConfig CFpointObs.getPointConfig(NetcdfDataset ds, java.util.Formatter errlog)
           
protected  TableConfig CFpointObs.getProfileConfig(NetcdfDataset ds, java.util.Formatter errlog)
           
protected  TableConfig GempakCdm.getStationAsPointConfig(NetcdfDataset ds, java.util.Formatter errlog)
           
protected  TableConfig GempakCdm.getStationConfig(NetcdfDataset ds, java.util.Formatter errlog)
           
protected  TableConfig CFpointObs.getStationConfig(NetcdfDataset ds, java.util.Formatter errlog)
           
protected  TableConfig CFpointObs.getStationProfileConfig(NetcdfDataset ds, java.util.Formatter errlog)
           
protected  TableConfig BufrCdm.getStationProfileConfig(NetcdfDataset ds, java.util.Formatter errlog)
           
protected  TableConfig CFpointObs.getTrajectoryConfig(NetcdfDataset ds, java.util.Formatter errlog)
           
protected  TableConfig BufrCdm.getTrajectoryConfig(NetcdfDataset ds, java.util.Formatter errlog)