|
||||||||||
| 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)
_more_ |
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 |
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. |
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 typeGenProcess)
|
static java.lang.String |
getTypeGenProcessName(java.lang.String 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(java.lang.String typeGenProcess)
typeGenProcess -
public static final java.lang.String getTypeGenProcessName(int typeGenProcess)
public static java.lang.String getCenter_idName(int center)
center - _more_
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 | |||||||||