public static class FmrcDefinition.Grid
extends java.lang.Object
implements java.lang.Comparable
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(java.lang.Object o) |
int |
countVertCoords(double offsetHour) |
FmrcCoordSys.EnsCoord |
getEnsTimeCoord() |
double[] |
getVertCoords(double hourOffset)
Get inventory as an array of vert coords, at a particular time coord = hourOffset
|
ucar.nc2.dt.fmrc.FmrcDefinition.VertTimeCoord |
getVertTimeCoord() |
public FmrcCoordSys.EnsCoord getEnsTimeCoord()
public ucar.nc2.dt.fmrc.FmrcDefinition.VertTimeCoord getVertTimeCoord()
public int countVertCoords(double offsetHour)
public double[] getVertCoords(double hourOffset)
hourOffset - : may or may not be in the list of time coordspublic int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparable