ucar.nc2.dt.fmrc
Class ForecastModelRunInventory.VertCoord
java.lang.Object
ucar.nc2.dt.fmrc.ForecastModelRunInventory.VertCoord
- All Implemented Interfaces:
- java.lang.Comparable, FmrcCoordSys.VertCoord
- Enclosing class:
- ForecastModelRunInventory
public static class ForecastModelRunInventory.VertCoord
- extends java.lang.Object
- implements FmrcCoordSys.VertCoord, java.lang.Comparable
Represents a vertical coordinate.
Tracks a list of variables that all have the same list of valid times.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getId
public java.lang.String getId()
setId
public void setId(java.lang.String id)
getName
public java.lang.String getName()
- Specified by:
getName in interface FmrcCoordSys.VertCoord
setName
public void setName(java.lang.String name)
getUnits
public java.lang.String getUnits()
setUnits
public void setUnits(java.lang.String units)
getValues1
public double[] getValues1()
- Specified by:
getValues1 in interface FmrcCoordSys.VertCoord
setValues1
public void setValues1(double[] values)
getValues2
public double[] getValues2()
- Specified by:
getValues2 in interface FmrcCoordSys.VertCoord
setValues2
public void setValues2(double[] values)
getSize
public int getSize()
equalsData
public boolean equalsData(ForecastModelRunInventory.VertCoord other)
compareTo
public int compareTo(java.lang.Object o)
- Specified by:
compareTo in interface java.lang.Comparable