| Package | Description |
|---|---|
| ucar.nc2.ft.fmrc |
| Modifier and Type | Field and Description |
|---|---|
static TimeCoord |
TimeCoord.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
static TimeCoord |
TimeCoord.findTimeCoord(java.util.List<TimeCoord> timeCoords,
TimeCoord want)
Look through timeCoords to see if one matches want.
|
TimeCoord |
GridDatasetInv.Grid.getTimeCoord() |
TimeCoord |
FmrInv.GridVariable.getTimeCoord() |
TimeCoord |
FmrInv.GridVariable.getTimeExpected() |
TimeCoord |
FmrcInv.UberGrid.getUnionTimeCoord() |
TimeCoord |
FmrcInv.RunSeq.getUnionTimeCoord() |
static TimeCoord |
TimeCoord.makeUnion(java.util.List<TimeCoord> timeCoords,
java.util.Date baseDate)
Create the union of all the values in the list of TimeCoord, ignoring the TimeCoord's runDate
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TimeCoord> |
GridDatasetInv.getTimeCoords()
Get a list of unique TimeCoords, which contain the list of variables that all use that TimeCoord.
|
java.util.List<TimeCoord> |
FmrInv.getTimeCoords() |
java.util.List<TimeCoord> |
FmrcInv.RunSeq.getTimes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TimeCoord.equalsData(TimeCoord tother)
Instances that have the same offsetHours/bounds and runtime are equal
|
static TimeCoord |
TimeCoord.findTimeCoord(java.util.List<TimeCoord> timeCoords,
TimeCoord want)
Look through timeCoords to see if one matches want.
|
| Modifier and Type | Method and Description |
|---|---|
static TimeCoord |
TimeCoord.findTimeCoord(java.util.List<TimeCoord> timeCoords,
TimeCoord want)
Look through timeCoords to see if one matches want.
|
static TimeCoord |
TimeCoord.makeUnion(java.util.List<TimeCoord> timeCoords,
java.util.Date baseDate)
Create the union of all the values in the list of TimeCoord, ignoring the TimeCoord's runDate
|