|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.nc2.dt.fmrc.ForecastModelRunInventory.TimeCoord
public static class ForecastModelRunInventory.TimeCoord
Represents a list of valid times. Tracks a list of variables that all have the same list of valid times.
| Method Summary | |
|---|---|
boolean |
equalsData(ForecastModelRunInventory.TimeCoord tother)
Instances that have the same offsetHours are equal |
java.util.List<ForecastModelRunInventory.Grid> |
getGrids()
The list of Grid that use this TimeCoord |
java.lang.String |
getId()
A unique id for this TimeCoord |
java.lang.String |
getName()
|
double[] |
getOffsetHours()
The list of valid times, in units of hours since the run time |
void |
setId(java.lang.String id)
Set the unique id for this TimeCoord |
void |
setOffsetHours(double[] offset)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.util.List<ForecastModelRunInventory.Grid> getGrids()
public java.lang.String getId()
public void setId(java.lang.String id)
id - id for this TimeCoordpublic java.lang.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 data
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||