ucar.nc2.ft.fmrc
Class FmrInv.GridVariable
java.lang.Object
ucar.nc2.ft.fmrc.FmrInv.GridVariable
- All Implemented Interfaces:
- Comparable
- Enclosing class:
- FmrInv
public class FmrInv.GridVariable
- extends Object
- implements Comparable
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
- Author:
- caron
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getName
public String getName()
getRunDate
public Date getRunDate()
getInventory
public List<GridDatasetInv.Grid> getInventory()
getTimeExpected
public TimeCoord getTimeExpected()
getTimeCoord
public TimeCoord getTimeCoord()
compareTo
public int compareTo(Object o)
- Specified by:
compareTo
in interface Comparable
getNVerts
public int getNVerts()
countTotal
public int countTotal()
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.