ucar.nc2.ft.fmrc
Class FmrcInv.UberGrid

java.lang.Object
  extended by ucar.nc2.ft.fmrc.FmrcInv.UberGrid
All Implemented Interfaces:
Comparable<FmrcInv.UberGrid>
Enclosing class:
FmrcInv

public class FmrcInv.UberGrid
extends Object
implements Comparable<FmrcInv.UberGrid>


Method Summary
 int compareTo(FmrcInv.UberGrid o)
           
 int countExpected()
           
 int countTotal()
           
 String getName()
           
 List<FmrInv.GridVariable> getRuns()
           
 String getTimeCoordName()
           
 TimeCoord getUnionTimeCoord()
           
 String getVertCoordName()
           
 boolean isInterval()
           
 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()

toString

public String toString()
Overrides:
toString in class Object

getUnionTimeCoord

public TimeCoord getUnionTimeCoord()

isInterval

public boolean isInterval()

getTimeCoordName

public String getTimeCoordName()

getVertCoordName

public String getVertCoordName()

getRuns

public List<FmrInv.GridVariable> getRuns()

compareTo

public int compareTo(FmrcInv.UberGrid o)
Specified by:
compareTo in interface Comparable<FmrcInv.UberGrid>

countTotal

public int countTotal()

countExpected

public int countExpected()


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