public static class ForecastModelRunInventory.Grid extends Object implements Comparable
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object o) |
int |
countInventory() |
int |
countInventory(double hourOffset) |
int |
countMissing() |
int |
countTotal() |
double[] |
getVertCoords(double hourOffset)
Get inventory as an array of vert coords, at a particular time coord = hourOffset
|
public int compareTo(Object o)
compareTo
in interface Comparable
public int countInventory()
public int countTotal()
public int countMissing()
public int countInventory(double hourOffset)
public double[] getVertCoords(double hourOffset)
hourOffset
- : may or may not be in the list of time coordsCopyright © 1999–2015 UCAR/Unidata. All rights reserved.