public static class ForecastModelRunInventory.TimeCoord extends Object implements FmrcCoordSys.TimeCoord, Comparable
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
boolean |
equalsData(ForecastModelRunInventory.TimeCoord tother)
Instances that have the same offsetHours are equal
|
List<ForecastModelRunInventory.Grid> |
getGrids()
The list of Grid that use this TimeCoord
|
String |
getId()
A unique id for this TimeCoord
|
String |
getName() |
double[] |
getOffsetHours()
The list of valid times, in units of hours since the run time
|
void |
setId(String id)
Set the unique id for this TimeCoord
|
void |
setOffsetHours(double[] offset) |
public List<ForecastModelRunInventory.Grid> getGrids()
public String getId()
public void setId(String id)
id - id for this TimeCoordpublic String getName()
getName in interface FmrcCoordSys.TimeCoordpublic double[] getOffsetHours()
getOffsetHours in interface FmrcCoordSys.TimeCoordpublic void setOffsetHours(double[] offset)
public boolean equalsData(ForecastModelRunInventory.TimeCoord tother)
tother - compare this TomCoord's datapublic int compareTo(Object o)
compareTo in interface ComparableCopyright © 1999-2013 UCAR/Unidata. All Rights Reserved.