public abstract class TableConfigurerImpl extends Object implements TableConfigurer
| Constructor and Description |
|---|
TableConfigurerImpl() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConfig, isMinepublic String getConvName()
getConvName in interface TableConfigurerpublic void setConvName(String convName)
setConvName in interface TableConfigurerpublic String getConvUsed()
getConvUsed in interface TableConfigurerpublic void setConvUsed(String convUsed)
setConvUsed in interface TableConfigurerprotected String findNameVariableWithStandardNameAndDimension(NetcdfDataset ds, String standard_name, Dimension outer, Formatter errlog)
protected Variable findVariableWithAttributeAndDimension(NetcdfDataset ds, String att_name, String att_value, Dimension outer, Formatter errlog)
protected boolean isEffectivelyScaler(Variable v)
protected Variable findVariableWithStandardNameAndNotDimension(NetcdfDataset ds, String standard_name, Dimension outer, Formatter errlog)
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)
protected CoordinateAxis findZAxisNotStationAlt(NetcdfDataset ds)
Copyright © 1999-2012 UCAR/Unidata. All Rights Reserved.