ucar.nc2.ft.fmrc
Class FmrInv.GridVariable

java.lang.Object
  extended by 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

Method Summary
 int compareTo(Object o)
           
 int countTotal()
           
 List<GridDatasetInv.Grid> getInventory()
           
 String getName()
           
 int getNVerts()
           
 Date getRunDate()
           
 TimeCoord getTimeCoord()
           
 TimeCoord getTimeExpected()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.