public static class GridNewTable.AxisBean extends Object
| Constructor and Description |
|---|
AxisBean() |
AxisBean(ucar.nc2.grid.GridAxis v) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAxisType() |
String |
getDependance() |
String |
getDescription() |
double |
getEndValue() |
String |
getName() |
double |
getNcoords() |
double |
getResolution() |
String |
getShape() |
String |
getSpacing() |
double |
getStartValue() |
String |
getUnits() |
public String getName()
public String getAxisType()
public String getDescription()
public String getUnits()
public String getSpacing()
public String getShape()
public double getNcoords()
public double getStartValue()
public double getEndValue()
public double getResolution()
public String getDependance()