public class NcepLocalTables extends LocalTables
LocalTables.ParameterSortGribTables.Parameter| Modifier and Type | Field and Description |
|---|---|
protected ucar.nc2.grib.grib2.table.NcepLocalParams |
params |
localgrib2Table| Modifier and Type | Method and Description |
|---|---|
String |
getCategory(int discipline,
int category) |
static Grib2Customizer |
getCust(Grib2Table table) |
String |
getGeneratingProcessName(int genProcess) |
String |
getLevelNameShort(int id) |
GribTables.Parameter |
getParameter(int discipline,
int category,
int number) |
GribTables.Parameter |
getParameterRaw(int discipline,
int category,
int number) |
List<GribTables.Parameter> |
getParameters() |
String |
getStatisticName(int id) |
String |
getStatisticNameShort(int id) |
GribStatType |
getStatType(int id) |
String |
getTablePath(int discipline,
int category,
int number) |
String |
getTableValue(String tableName,
int code) |
String |
getVariableName(int discipline,
int category,
int parameter) |
VertCoord.VertUnit |
getVertUnit(int code)
Unit of vertical coordinate.
|
convertTimeUnit, factory, factory, factory, getForecastDate, getForecastTimeInterval, getForecastTimeIntervalOffset, getForecastTimeIntervalSizeInHours, getGeneratingProcessTypeName, getLevelName, getProbabilityNameShort, getSubCenterName, getVariableName, isLayer, isLevelUsed, isLocal, lookForProblems, makeParamId, setTimeUnitConverter, showSpecialPdsInfopublic static Grib2Customizer getCust(Grib2Table table)
public String getTablePath(int discipline, int category, int number)
getTablePath in class LocalTablespublic List<GribTables.Parameter> getParameters()
getParameters in class LocalTablespublic String getVariableName(int discipline, int category, int parameter)
getVariableName in class LocalTablespublic GribTables.Parameter getParameter(int discipline, int category, int number)
getParameter in class LocalTablespublic GribTables.Parameter getParameterRaw(int discipline, int category, int number)
getParameterRaw in class LocalTablespublic String getTableValue(String tableName, int code)
getTableValue in class Grib2Customizerpublic VertCoord.VertUnit getVertUnit(int code)
Grib2CustomizergetVertUnit in interface GribTablesgetVertUnit in class Grib2Customizercode - code from table 4.5public String getLevelNameShort(int id)
getLevelNameShort in interface GribTablesgetLevelNameShort in class Grib2Customizerpublic String getStatisticNameShort(int id)
getStatisticNameShort in class Grib2Customizerpublic GribStatType getStatType(int id)
getStatType in interface GribTablesgetStatType in class Grib2Customizerpublic String getStatisticName(int id)
getStatisticName in class Grib2Customizerpublic String getGeneratingProcessName(int genProcess)
getGeneratingProcessName in interface GribTablesgetGeneratingProcessName in class Grib2Customizerpublic String getCategory(int discipline, int category)
getCategory in class Grib2Customizer