ucar.nc2.dt.fmrc
Class FmrcDefinition.Grid

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

public static class FmrcDefinition.Grid
extends java.lang.Object
implements java.lang.Comparable


Method Summary
 int compareTo(java.lang.Object o)
           
 int countVertCoords(double offsetHour)
           
 double[] getVertCoords(double hourOffset)
          Get inventory as an array of vert coords, at a particular time coord = hourOffset
 ucar.nc2.dt.fmrc.FmrcDefinition.VertTimeCoord getVertTimeCoord()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getVertTimeCoord

public ucar.nc2.dt.fmrc.FmrcDefinition.VertTimeCoord getVertTimeCoord()

countVertCoords

public int countVertCoords(double offsetHour)

getVertCoords

public double[] getVertCoords(double hourOffset)
Get inventory as an array of vert coords, at a particular time coord = hourOffset

Parameters:
hourOffset - : may or may not be in the list of time coords
Returns:
array of vert coords. NaN = missing; -0.0 = surface.

compareTo

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