ucar.nc2.iosp.grid
Class GridVertCoord
java.lang.Object
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
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.