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 seperate 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 intcompareTo(FmrInv.GridVariable o)intcountTotal()List<GridDatasetInv.Grid>getInventory()StringgetName()intgetNVerts()CalendarDategetRunDate()TimeCoordgetTimeCoord()TimeCoordgetTimeExpected()
-
-
-
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:
compareToin interfaceComparable<FmrInv.GridVariable>
-
getNVerts
public int getNVerts()
-
countTotal
public int countTotal()
-
-