| Package | Description |
|---|---|
| ucar.coord | |
| ucar.nc2.grib | |
| ucar.nc2.grib.grib1.tables | |
| ucar.nc2.grib.grib2.table |
| Modifier and Type | Method and Description |
|---|---|
VertCoord.VertUnit |
CoordinateVert.getVertUnit() |
| Constructor and Description |
|---|
CoordinateVert.Builder2(int code,
VertCoord.VertUnit vunit) |
CoordinateVert(int code,
VertCoord.VertUnit vunit,
List<VertCoord.Level> levelSorted) |
| Modifier and Type | Class and Description |
|---|---|
class |
GribLevelType
Encapsulate the semantics in GRIB level types (Grib1 table 3, Grib2 code table 4.5).
|
| Modifier and Type | Method and Description |
|---|---|
VertCoord.VertUnit |
GribTables.getVertUnit(int code) |
| Constructor and Description |
|---|
VertCoord(List<VertCoord.Level> coords,
VertCoord.VertUnit unit,
boolean isLayer) |
| Modifier and Type | Method and Description |
|---|---|
VertCoord.VertUnit |
Grib1Customizer.getVertUnit(int code) |
protected VertCoord.VertUnit |
Grib1Customizer.makeVertUnit(int code) |
| Modifier and Type | Method and Description |
|---|---|
VertCoord.VertUnit |
Grib2Customizer.getVertUnit(int code)
Unit of vertical coordinate.
|
VertCoord.VertUnit |
NcepLocalTables.getVertUnit(int code) |
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.