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