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(List<TimeCoord> timeCoords,
TimeCoord want)
Look through timeCoords to see if one matches want.
|
TimeCoord |
FmrInv.GridVariable.getTimeCoord() |
TimeCoord |
GridDatasetInv.Grid.getTimeCoord() |
TimeCoord |
FmrInv.GridVariable.getTimeExpected() |
TimeCoord |
FmrcInv.UberGrid.getUnionTimeCoord() |
TimeCoord |
FmrcInv.RunSeq.getUnionTimeCoord() |
static TimeCoord |
TimeCoord.makeUnion(List<TimeCoord> timeCoords,
CalendarDate baseDate)
Create the union of all the values in the list of TimeCoord, ignoring the TimeCoord's runDate
|
Modifier and Type | Method and Description |
---|---|
List<TimeCoord> |
FmrInv.getTimeCoords() |
List<TimeCoord> |
GridDatasetInv.getTimeCoords()
Get a list of unique TimeCoords, which contain the list of variables that all use that TimeCoord.
|
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(List<TimeCoord> timeCoords,
TimeCoord want)
Look through timeCoords to see if one matches want.
|
Modifier and Type | Method and Description |
---|---|
static TimeCoord |
TimeCoord.findTimeCoord(List<TimeCoord> timeCoords,
TimeCoord want)
Look through timeCoords to see if one matches want.
|
static TimeCoord |
TimeCoord.makeUnion(List<TimeCoord> timeCoords,
CalendarDate baseDate)
Create the union of all the values in the list of TimeCoord, ignoring the TimeCoord's runDate
|
Copyright © 1999–2017 UCAR/Unidata. All rights reserved.