public static class ForecastModelRunInventory.VertCoord extends Object implements FmrcCoordSys.VertCoord, Comparable
Modifier and Type | Method and Description |
---|---|
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) |
public String getId()
public void setId(String id)
public String getName()
getName
in interface FmrcCoordSys.VertCoord
public void setName(String name)
public String getUnits()
public void setUnits(String units)
public double[] getValues1()
getValues1
in interface FmrcCoordSys.VertCoord
public void setValues1(double[] values)
public double[] getValues2()
getValues2
in interface FmrcCoordSys.VertCoord
public void setValues2(double[] values)
public int getSize()
public boolean equalsData(ForecastModelRunInventory.VertCoord other)
public int compareTo(Object o)
compareTo
in interface Comparable
Copyright © 1999–2013 UCAR/Unidata. All rights reserved.