ucar.nc2.iosp.grid
Class GridTimeCoord

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

public class GridTimeCoord
extends Object
implements Comparable<GridTimeCoord>

A Time Coordinate for a Grid dataset.

Author:
caron

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

Method Detail

getCoord

public String getCoord(int i)

compareTo

public int compareTo(GridTimeCoord o)
Specified by:
compareTo in interface Comparable<GridTimeCoord>


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