ucar.nc2.dt.fmrc
Class ForecastModelRunInventory.VertCoord

java.lang.Object
  extended by ucar.nc2.dt.fmrc.ForecastModelRunInventory.VertCoord
All Implemented Interfaces:
Comparable, FmrcCoordSys.VertCoord
Enclosing class:
ForecastModelRunInventory

public static class ForecastModelRunInventory.VertCoord
extends Object
implements FmrcCoordSys.VertCoord, Comparable

Represents a vertical coordinate. Tracks a list of variables that all have the same list of valid times.


Method Summary
 int compareTo(Object o)
           
 boolean equalsData(ForecastModelRunInventory.VertCoord other)
           
 String getId()
           
 String getName()
           
 int getSize()
           
 String getUnits()
           
 double[] getValues1()
           
 double[] getValues2()
           
 void setId(String id)
           
 void setName(String name)
           
 void setUnits(String units)
           
 void setValues1(double[] values)
           
 void setValues2(double[] values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getId

public String getId()

setId

public void setId(String id)

getName

public String getName()
Specified by:
getName in interface FmrcCoordSys.VertCoord

setName

public void setName(String name)

getUnits

public String getUnits()

setUnits

public void setUnits(String units)

getValues1

public double[] getValues1()
Specified by:
getValues1 in interface FmrcCoordSys.VertCoord

setValues1

public void setValues1(double[] values)

getValues2

public double[] getValues2()
Specified by:
getValues2 in interface FmrcCoordSys.VertCoord

setValues2

public void setValues2(double[] values)

getSize

public int getSize()

equalsData

public boolean equalsData(ForecastModelRunInventory.VertCoord other)

compareTo

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


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