ucar.nc2.iosp.grid
Class GridVertCoord

java.lang.Object
  extended by ucar.nc2.iosp.grid.GridVertCoord
All Implemented Interfaces:
Comparable<GridVertCoord>

public class GridVertCoord
extends Object
implements Comparable<GridVertCoord>

A Vertical Coordinate variable for a Grid variable.

Author:
caron

Method Summary
 int compareTo(GridVertCoord gv)
          Compare this to another
 double getCoord(int i)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

compareTo

public int compareTo(GridVertCoord gv)
Compare this to another

Specified by:
compareTo in interface Comparable<GridVertCoord>
Parameters:
gv - the other GridVertCoord
Returns:
the comparison

getCoord

public double getCoord(int i)

toString

public String toString()
Overrides:
toString in class Object


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