Package ucar.nc2.ft.point.standard.plug
Class GempakCdm
- java.lang.Object
-
- ucar.nc2.ft.point.standard.TableConfigurerImpl
-
- ucar.nc2.ft.point.standard.plug.GempakCdm
-
- All Implemented Interfaces:
TableConfigurer
public class GempakCdm extends TableConfigurerImpl
Gempak Point Obs data.- Since:
- Mar 3, 2009
-
-
Constructor Summary
Constructors Constructor Description GempakCdm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TableConfiggetConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)Create a TableConfig for this dataset.protected TableConfiggetStationAsPointConfig(NetcdfDataset ds, Formatter errlog)protected TableConfiggetStationConfig(NetcdfDataset ds, Formatter errlog)protected TableConfiggetStationProfileConfig(NetcdfDataset ds, Formatter errlog)booleanisMine(FeatureType wantFeatureType, NetcdfDataset ds)Determine if this is a dataset that can be opened as a point obs dataset.protected TableConfigmakeStationTable(NetcdfDataset ds, Formatter errlog)-
Methods inherited from class ucar.nc2.ft.point.standard.TableConfigurerImpl
findZAxisNotStationAlt, getConvName, getConvUsed, matchAxisTypeAndDimension, matchAxisTypeAndDimension, setConvName, setConvUsed
-
-
-
-
Method Detail
-
isMine
public boolean isMine(FeatureType wantFeatureType, NetcdfDataset ds)
Description copied from interface:TableConfigurerDetermine if this is a dataset that can be opened as a point obs dataset.- Parameters:
wantFeatureType- want this FeatureTypeds- for this dataset- Returns:
- true if it can be opened as a wantFeatureType dataset
-
getConfig
public TableConfig getConfig(FeatureType wantFeatureType, NetcdfDataset ds, Formatter errlog)
Description copied from interface:TableConfigurerCreate a TableConfig for this dataset.- Parameters:
wantFeatureType- want this FeatureTypeds- for this dataset, which has already passed isMine() testerrlog- put error messages here, may be null.- Returns:
- TableConfig for this dataset
-
getStationConfig
protected TableConfig getStationConfig(NetcdfDataset ds, Formatter errlog)
-
getStationAsPointConfig
protected TableConfig getStationAsPointConfig(NetcdfDataset ds, Formatter errlog)
-
getStationProfileConfig
protected TableConfig getStationProfileConfig(NetcdfDataset ds, Formatter errlog)
-
makeStationTable
protected TableConfig makeStationTable(NetcdfDataset ds, Formatter errlog)
-
-