ucar.nc2.iosp.grib
Class GribVertCoord

java.lang.Object
  extended by ucar.nc2.iosp.grib.GribVertCoord
All Implemented Interfaces:
java.lang.Comparable

public class GribVertCoord
extends java.lang.Object
implements java.lang.Comparable

A Vertical Coordinate variable for a Grib variable.

Author:
caron

Method Summary
 int compareTo(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

compareTo

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