|
||||||||||
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 String |
getCenter_idName(int center)
Center name |
static String |
getGridDefinition(int grid)
GDS Octet 6 WMO Table 6 Grid Definition |
static String |
getGridName(int type)
Get Grid name. |
static String |
getLevelDescription(int id)
type of vertical coordinate: Description or short Name derived from ON388 - TABLE 3. |
static String |
getLevelName(int id)
short name of level. |
static String |
getLevelUnits(int id)
type of vertical coordinate: units derived from ON388 - TABLE 3. |
static String |
getModelName(int center,
int model)
Currently only defined for center 7 NCEP |
static double |
getShapeMajorAxis()
Grib 1 has static MajorAxis. |
static double |
getShapeMinorAxis()
Grib 1 has static MinorAxis. |
static String |
getShapeName(int code)
shape of grid. |
static double |
getShapeRadius()
Grib 1 has static radius. |
static String |
getSubCenter_idName(int center_id,
int subCenter)
SubCenter as String defined by center. |
String |
getTable5(int timeRange)
TimeRange as String. |
static String |
getTimeRange(int tRange)
tRange indicator. |
static String |
getTimeRangeIndicatorName(int type)
Time Range Indicator Name. |
static String |
getTimeUnit(int code,
boolean udunits)
Unit name from Grib1 Table 4. |
static String |
getTypeGenProcessName(int center,
int typeGenProcess)
Generating Type Process Name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Grib1Tables()
Method Detail |
---|
public static final String getTypeGenProcessName(int center, int typeGenProcess)
typeGenProcess
-
public static final String getModelName(int center, int model)
center
- model
-
public static String getGridDefinition(int grid)
public static String getCenter_idName(int center)
center
- int
public static final String getSubCenter_idName(int center_id, int subCenter)
center_id
- centersubCenter
- subCenter
public static String getTimeRangeIndicatorName(int type)
type
-
public static String getTimeUnit(int code, boolean udunits)
code
- time Unitudunits
- if true, use udunit time unit, assumes you have taken care of the factor
public static String getTimeRange(int tRange)
tRange
- indicator
public static String getLevelDescription(int id)
id
-
public static String getLevelName(int id)
id
-
public static String getLevelUnits(int id)
id
- units number
public static String getGridName(int type)
type
-
public static String getShapeName(int code)
code
- grid shape code
public static final double getShapeRadius()
public static final double getShapeMajorAxis()
public static final double getShapeMinorAxis()
public final String getTable5(int timeRange)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |