|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.grib.grib1.Grib1Tables
public class Grib1Tables
Class contains most of the hard coded tables for Grib1. Tables extracted from PDS and GDS sections.
Constructor Summary | |
---|---|
Grib1Tables()
|
Method Summary | |
---|---|
static java.lang.String |
getCenter_idName(int center)
Center name |
static java.lang.String |
getGridDefinition(int grid)
GDS Octet 6 WMO Table 6 Grid Definition |
static java.lang.String |
getLevelDescription(int id)
type of vertical coordinate: Description or short Name derived from ON388 - TABLE 3. |
static java.lang.String |
getLevelName(int id)
short name of level. |
static java.lang.String |
getLevelUnits(int id)
type of vertical coordinate: units derived from ON388 - TABLE 3. |
static java.lang.String |
getModelName(int center,
int model)
Currently only defined for center 7 NCEP |
static java.lang.String |
getName(int type)
Get Grid name. |
static java.lang.String |
getProductDefinitionName(int type)
ProductDefinition name. |
static double |
getShapeMajorAxis()
Grib 1 has static MajorAxis. |
static double |
getShapeMinorAxis()
Grib 1 has static MinorAxis. |
static java.lang.String |
getShapeName(int code)
shape of grid. |
static double |
getShapeRadius()
Grib 1 has static radius. |
static java.lang.String |
getSubCenter_idName(int center_id,
int subCenter)
SubCenter as String defined by center. |
static java.lang.String |
getTimeRange(int tRange)
tRange indicator. |
static java.lang.String |
getTimeUnit(int tUnit)
tUnit time Unit. |
static java.lang.String |
getTypeGenProcessName(int center,
int typeGenProcess)
Generating Type Process Name. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Grib1Tables()
Method Detail |
---|
public static final java.lang.String getTypeGenProcessName(int center, int typeGenProcess)
typeGenProcess
-
public static final java.lang.String getModelName(int center, int model)
center
- model
-
public static java.lang.String getGridDefinition(int grid)
public static java.lang.String getCenter_idName(int center)
center
- int
public static final java.lang.String getSubCenter_idName(int center_id, int subCenter)
center_id
- centersubCenter
- subCenter
public static java.lang.String getProductDefinitionName(int type)
type
-
public static java.lang.String getTimeUnit(int tUnit)
tUnit
- time Unit
public static java.lang.String getTimeRange(int tRange)
tRange
- indicator
public static java.lang.String getLevelDescription(int id)
id
-
public static java.lang.String getLevelName(int id)
id
-
public static java.lang.String getLevelUnits(int id)
id
- units number
public static java.lang.String getName(int type)
type
-
public static java.lang.String getShapeName(int code)
code
- grid shape code
public static final double getShapeRadius()
public static final double getShapeMajorAxis()
public static final double getShapeMinorAxis()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |