ucar.nc2.dt.fmrc
Class FmrcDefinition.Grid

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

public static class FmrcDefinition.Grid
extends Object
implements Comparable


Method Summary
 int compareTo(Object o)
           
 int countVertCoords(double offsetHour)
           
 FmrcCoordSys.EnsCoord getEnsTimeCoord()
           
 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

getEnsTimeCoord

public FmrcCoordSys.EnsCoord getEnsTimeCoord()

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(Object o)
Specified by:
compareTo in interface Comparable


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