public abstract class TableConfigurerImpl extends Object implements TableConfigurer
Constructor and Description |
---|
TableConfigurerImpl() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getConfig, isMine
public String getConvName()
getConvName
in interface TableConfigurer
public void setConvName(String convName)
setConvName
in interface TableConfigurer
public String getConvUsed()
getConvUsed
in interface TableConfigurer
public void setConvUsed(String convUsed)
setConvUsed
in interface TableConfigurer
protected 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–2013 UCAR/Unidata. All rights reserved.