visad.jmet
Class MetGridDirectory
java.lang.Object
visad.jmet.MetGridDirectory
- Direct Known Subclasses:
- McIDASGridDirectory
public abstract class MetGridDirectory
- extends Object
defines an abstract grid directory (meta data)
- Author:
- Tom Whittaker
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
paramName
protected String paramName
paramLongName
protected String paramLongName
paramUnit
protected Unit paramUnit
referenceTime
protected Date referenceTime
validTime
protected Date validTime
secondTime
protected Date secondTime
validHour
protected double validHour
coordSystem
protected CoordinateSystem coordSystem
levelValue
protected double levelValue
levelUnit
protected Unit levelUnit
levelName
protected String levelName
secondLevelValue
protected double secondLevelValue
secondLevelName
protected String secondLevelName
rows
protected int rows
columns
protected int columns
levels
protected int levels
xType
protected RealType xType
yType
protected RealType yType
MetGridDirectory
public MetGridDirectory()
getParamName
public String getParamName()
getParamLongName
public String getParamLongName()
getParamUnit
public Unit getParamUnit()
getReferenceTime
public Date getReferenceTime()
getValidTime
public Date getValidTime()
getSecondTime
public Date getSecondTime()
getValidHour
public double getValidHour()
getCoordinateSystem
public abstract CoordinateSystem getCoordinateSystem()
getLevelValue
public double getLevelValue()
getLevelUnit
public Unit getLevelUnit()
getLevelName
public String getLevelName()
getSecondLevelValue
public double getSecondLevelValue()
getSecondLevelName
public String getSecondLevelName()
getRows
public int getRows()
getColumns
public int getColumns()
getLevels
public int getLevels()