public class Grib1Tables extends Object
| Constructor and Description |
|---|
Grib1Tables() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 - intpublic static final String getSubCenter_idName(int center_id, int subCenter)
center_id - centersubCenter - subCenterpublic 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 factorpublic static String getTimeRange(int tRange)
tRange - indicatorpublic static String getLevelDescription(int id)
id - public static String getLevelName(int id)
id - public static String getLevelUnits(int id)
id - units numberpublic static String getGridName(int type)
type - public static String getShapeName(int code)
code - grid shape codepublic static final double getShapeRadius()
public static final double getShapeMajorAxis()
public static final double getShapeMinorAxis()
public final String getTable5(int timeRange)
Copyright © 1999–2013 UCAR/Unidata. All rights reserved.