ucar.nc2.ft.fmrc
Class GridDatasetInv.Grid

java.lang.Object
  extended by ucar.nc2.ft.fmrc.GridDatasetInv.Grid
All Implemented Interfaces:
Comparable
Enclosing class:
GridDatasetInv

public class GridDatasetInv.Grid
extends Object
implements Comparable

A Grid variable has a name, timeCoord and optionally a Vertical and Ensemble Coordinate


Method Summary
 int compareTo(Object o)
           
 int countTotal()
           
 GridDatasetInv getFile()
           
 String getLocation()
           
 String getName()
           
 TimeCoord getTimeCoord()
           
 String getTimeCoordName()
           
 int getVertCoordLength()
           
 String getVertCoordName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public String getName()

getLocation

public String getLocation()

getTimeCoordName

public String getTimeCoordName()

getVertCoordName

public String getVertCoordName()

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable

countTotal

public int countTotal()

toString

public String toString()
Overrides:
toString in class Object

getVertCoordLength

public int getVertCoordLength()

getTimeCoord

public TimeCoord getTimeCoord()

getFile

public GridDatasetInv getFile()


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