ucar.nc2.dt.fmrc
Class FmrcDefinition.Grid
java.lang.Object
ucar.nc2.dt.fmrc.FmrcDefinition.Grid
- All Implemented Interfaces:
- Comparable
- Enclosing class:
- FmrcDefinition
public static class FmrcDefinition.Grid
- extends Object
- implements Comparable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.