Uses of Class
ucar.nc2.ft.fmrc.TimeCoord

Packages that use TimeCoord
ucar.nc2.ft.fmrc   
 

Uses of TimeCoord in ucar.nc2.ft.fmrc
 

Fields in ucar.nc2.ft.fmrc declared as TimeCoord
static TimeCoord TimeCoord.EMPTY
           
 

Methods in ucar.nc2.ft.fmrc that return TimeCoord
static TimeCoord TimeCoord.findTimeCoord(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(List<TimeCoord> timeCoords, Date baseDate)
          Create the union of all the values in the list of TimeCoord, ignoring the TimeCoord's runDate
 

Methods in ucar.nc2.ft.fmrc that return types with arguments of type TimeCoord
 List<TimeCoord> GridDatasetInv.getTimeCoords()
          Get a list of unique TimeCoords, which contain the list of variables that all use that TimeCoord.
 List<TimeCoord> FmrInv.getTimeCoords()
           
 List<TimeCoord> FmrcInv.RunSeq.getTimes()
           
 

Methods in ucar.nc2.ft.fmrc with parameters of type TimeCoord
 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.
 

Method parameters in ucar.nc2.ft.fmrc with type arguments of type TimeCoord
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, Date baseDate)
          Create the union of all the values in the list of TimeCoord, ignoring the TimeCoord's runDate
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.