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
 List<TableConfig> TableConfig.children
           
 

Methods in ucar.nc2.ft.point.standard that return TableConfig
 TableConfig TableConfigurer.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
          Create a TableConfig for this dataset.
 TableConfig PointConfigXML.readConfigXML(String fileLocation, FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig PointConfigXML.readConfigXMLfromResource(String resourceLocation, FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 

Methods in ucar.nc2.ft.point.standard with parameters of type TableConfig
 void TableConfig.addChild(TableConfig t)
           
static Table Table.factory(NetcdfDataset ds, TableConfig config)
           
static void CoordSysEvaluator.findCoords(TableConfig nt, List<CoordinateAxis> axes)
           
static void CoordSysEvaluator.findCoords(TableConfig nt, NetcdfDataset ds)
          Look for Axis by Type, assign to TableConfig if found.
static void CoordSysEvaluator.findCoordWithDimension(TableConfig nt, NetcdfDataset ds, Dimension outer)
           
 void PointConfigXML.writeConfigXML(TableConfig tc, String tableConfigurerClass, Formatter sf)
           
 

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 BufrCdm.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig FslRaob.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig Madis.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig MadisAcars.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig UnidataPointFeature.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
          Deprecated.  
 TableConfig FslWindProfiler.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig BuoyShipSynop.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig Jason.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig UnidataPointObs.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig Suomi.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig CFpointObs.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig GempakCdm.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig CdmDirect.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig RafNimbus.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig Cosmic.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig Iridl.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig Ndbc.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
 TableConfig Nldn.getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
           
protected  TableConfig BufrCdm.getPointConfig(NetcdfDataset ds, Formatter errlog)
           
protected  TableConfig BufrCdm.getProfileConfig(NetcdfDataset ds, Formatter errlog)
           
protected  TableConfig GempakCdm.getStationAsPointConfig(NetcdfDataset ds, Formatter errlog)
           
protected  TableConfig BufrCdm.getStationConfig(NetcdfDataset ds, Formatter errlog)
           
protected  TableConfig GempakCdm.getStationConfig(NetcdfDataset ds, Formatter errlog)
           
protected  TableConfig CdmDirect.getStationConfig(NetcdfDataset ds, Formatter errlog)
           
protected  TableConfig BufrCdm.getStationProfileConfig(NetcdfDataset ds, Formatter errlog)
           
protected  TableConfig GempakCdm.getStationProfileConfig(NetcdfDataset ds, Formatter errlog)
           
protected  TableConfig CdmDirect.getStationProfileConfig(NetcdfDataset ds, Formatter errlog)
           
protected  TableConfig BufrCdm.getTrajectoryConfig(NetcdfDataset ds, Formatter errlog)
           
protected  TableConfig GempakCdm.makeStationTable(NetcdfDataset ds, Formatter errlog)
           
 



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