ucar.nc2.ft.point.standard
Class TableConfigurerImpl
java.lang.Object
ucar.nc2.ft.point.standard.TableConfigurerImpl
- All Implemented Interfaces:
- TableConfigurer
- Direct Known Subclasses:
- BufrCdm, BuoyShipSynop, CdmDirect, CFpointObs, Cosmic, FslRaob, FslWindProfiler, GempakCdm, Iridl, Jason, Madis, Ndbc, Nldn, RafNimbus, Suomi, UnidataPointFeature, UnidataPointObs
public abstract class TableConfigurerImpl
- extends Object
- implements TableConfigurer
Abstract superclass for TableConfigurer implementations
- Since:
- Jan 21, 2009
- Author:
- caron
Method Summary |
protected String |
findNameVariableWithStandardNameAndDimension(NetcdfDataset ds,
String standard_name,
Dimension outer,
Formatter errlog)
|
protected Variable |
findVariableWithStandardNameAndDimension(NetcdfDataset ds,
String standard_name,
Dimension outer,
Formatter errlog)
|
protected Variable |
findVariableWithStandardNameAndNotDimension(NetcdfDataset ds,
String standard_name,
Dimension outer,
Formatter errlog)
|
protected CoordinateAxis |
findZAxisNotStationAlt(NetcdfDataset ds)
|
String |
getConvName()
|
String |
getConvUsed()
|
protected boolean |
isEffectivelyScaler(Variable v)
|
protected String |
matchAxisTypeAndDimension(NetcdfDataset ds,
AxisType type,
Dimension outer)
|
protected String |
matchAxisTypeAndDimension(NetcdfDataset ds,
AxisType type,
Dimension outer,
Dimension inner)
|
protected String |
matchAxisTypeAndDimension(NetcdfDataset ds,
AxisType type,
Dimension outer,
Dimension middle,
Dimension inner)
|
void |
setConvName(String convName)
|
void |
setConvUsed(String convUsed)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableConfigurerImpl
public TableConfigurerImpl()
getConvName
public String getConvName()
- Specified by:
getConvName
in interface TableConfigurer
setConvName
public void setConvName(String convName)
- Specified by:
setConvName
in interface TableConfigurer
getConvUsed
public String getConvUsed()
- Specified by:
getConvUsed
in interface TableConfigurer
setConvUsed
public void setConvUsed(String convUsed)
- Specified by:
setConvUsed
in interface TableConfigurer
findNameVariableWithStandardNameAndDimension
protected String findNameVariableWithStandardNameAndDimension(NetcdfDataset ds,
String standard_name,
Dimension outer,
Formatter errlog)
findVariableWithStandardNameAndDimension
protected Variable findVariableWithStandardNameAndDimension(NetcdfDataset ds,
String standard_name,
Dimension outer,
Formatter errlog)
isEffectivelyScaler
protected boolean isEffectivelyScaler(Variable v)
findVariableWithStandardNameAndNotDimension
protected Variable findVariableWithStandardNameAndNotDimension(NetcdfDataset ds,
String standard_name,
Dimension outer,
Formatter errlog)
matchAxisTypeAndDimension
protected String matchAxisTypeAndDimension(NetcdfDataset ds,
AxisType type,
Dimension outer)
matchAxisTypeAndDimension
protected String matchAxisTypeAndDimension(NetcdfDataset ds,
AxisType type,
Dimension outer,
Dimension inner)
matchAxisTypeAndDimension
protected String matchAxisTypeAndDimension(NetcdfDataset ds,
AxisType type,
Dimension outer,
Dimension middle,
Dimension inner)
findZAxisNotStationAlt
protected CoordinateAxis findZAxisNotStationAlt(NetcdfDataset ds)
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.