Package ucar.nc2.ft.fmrc
Class FmrInv.GridVariable
- java.lang.Object
-
- ucar.nc2.ft.fmrc.FmrInv.GridVariable
-
- All Implemented Interfaces:
Comparable<FmrInv.GridVariable>
- Enclosing class:
- FmrInv
public class FmrInv.GridVariable extends Object implements Comparable<FmrInv.GridVariable>
A grid variable for an fmr (one run) A collection of GridDatasetInv.Grid, one for each separate dataset. All have the same runDate. The time and vert coord of the GridVariable is the union of the GridDatasetInv.Grid time and vert coords.- Since:
- Jan 12, 2010
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(FmrInv.GridVariable o)
int
countTotal()
List<GridDatasetInv.Grid>
getInventory()
String
getName()
int
getNVerts()
CalendarDate
getRunDate()
TimeCoord
getTimeCoord()
TimeCoord
getTimeExpected()
-
-
-
Method Detail
-
getName
public String getName()
-
getRunDate
public CalendarDate getRunDate()
-
getInventory
public List<GridDatasetInv.Grid> getInventory()
-
getTimeExpected
public TimeCoord getTimeExpected()
-
getTimeCoord
public TimeCoord getTimeCoord()
-
compareTo
public int compareTo(FmrInv.GridVariable o)
- Specified by:
compareTo
in interfaceComparable<FmrInv.GridVariable>
-
getNVerts
public int getNVerts()
-
countTotal
public int countTotal()
-
-