|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.grib.grib2.Grib2Tables
public class Grib2Tables
Class contains most of the hard coded tables for Grib2. Tables extracted from PDS and GDS sections.
| Nested Class Summary | |
|---|---|
static class |
Grib2Tables.VectorComponentFlag
enum for componet_flag for both Grib2 and Grib1 |
| Constructor Summary | |
|---|---|
Grib2Tables()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
getEnsembleType(int productType,
int type)
Makes a Ensemble, Derived, Probability or error type |
static java.lang.String |
getGridName(int gdtn)
. |
static java.lang.String |
getProductDefinitionName(int productDefinition)
productDefinition Name. |
static int |
getProjectionType(int gridType)
gets the ProjectionType. |
static java.lang.String |
getShapeName(int shape)
. |
static java.lang.String |
getTimeRangeUnitName(int timeRangeUnit)
return Time Range Unit Name from code table 4.4. |
static java.lang.String |
getTypeGenProcessName(int typeGenProcess)
|
static java.lang.String |
getTypeGenProcessName(java.lang.String typeGenProcess)
typeGenProcess name. |
static java.lang.String |
getTypeSurfaceName(int id)
type of vertical coordinate: Name code table 4.5. |
static java.lang.String |
getTypeSurfaceNameShort(int id)
type of vertical coordinate: short Name derived from code table 4.5. |
static java.lang.String |
getTypeSurfaceUnit(int id)
type of vertical coordinate: Units. |
static java.lang.String |
makeSuffix(GribGridRecord ggr)
Makes a Ensemble, Derived, Probability or error Suffix |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Grib2Tables()
| Method Detail |
|---|
public static java.lang.String getProductDefinitionName(int productDefinition)
productDefinition - productDefinition
public static final java.lang.String getTypeGenProcessName(java.lang.String typeGenProcess)
typeGenProcess - _more_
public static final java.lang.String getTypeGenProcessName(int typeGenProcess)
public static java.lang.String getTimeRangeUnitName(int timeRangeUnit)
timeRangeUnit - timeRangeUnit
public static java.lang.String getTypeSurfaceName(int id)
id - surface type
public static java.lang.String getTypeSurfaceNameShort(int id)
id - surfaceType
public static java.lang.String getTypeSurfaceUnit(int id)
id - units id as int
public static java.lang.String makeSuffix(GribGridRecord ggr)
ggr - GribGridRecord
public static java.lang.String getEnsembleType(int productType,
int type)
productType, - productTypetype - of ensemble, derived, probability
public static java.lang.String getGridName(int gdtn)
gdtn - Grid definition template number same as type of grid
public static final int getProjectionType(int gridType)
gridType - GridDefRecord
public static java.lang.String getShapeName(int shape)
shape - as an int
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||