Package ucar.nc2.grib.grib1.tables
Class JmaTables
- java.lang.Object
-
- ucar.nc2.grib.grib1.tables.Grib1Customizer
-
- ucar.nc2.grib.grib1.tables.JmaTables
-
- All Implemented Interfaces:
GribTables
public class JmaTables extends Grib1Customizer
Local tables for JMA (center 34)- Since:
- 1/27/2015
- See Also:
- "http://rda.ucar.edu/datasets/ds628.0/docs/JRA-55.grib_20130319.xlsx"
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface ucar.nc2.grib.GribTables
GribTables.Parameter
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getGeneratingProcessName(int genProcess)
protected VertCoordType
getLevelType(int code)
Grib1ParamLevel
getParamLevel(Grib1SectionProductDefinition pds)
Grib1ParamTime
getParamTime(Grib1SectionProductDefinition pds)
GribStatType
getStatType(int timeRangeIndicator)
String
getTimeTypeName(int timeRangeIndicator)
-
Methods inherited from class ucar.nc2.grib.grib1.tables.Grib1Customizer
convertTimeUnit, factory, factory, getCenter, getGeneratingProcessTypeName, getLevelDatum, getLevelDescription, getLevelNameShort, getLevelUnits, getParameter, getSubCenterName, getSubCenterName, getSubCenterNameStatic, getVertUnit, isLayer, isPositiveUp, isVerticalCoordinate, makeVertUnit, readTable3, setTimeUnitConverter
-
-
-
-
Method Detail
-
getParamTime
public Grib1ParamTime getParamTime(Grib1SectionProductDefinition pds)
- Overrides:
getParamTime
in classGrib1Customizer
-
getTimeTypeName
public String getTimeTypeName(int timeRangeIndicator)
- Overrides:
getTimeTypeName
in classGrib1Customizer
-
getStatType
public GribStatType getStatType(int timeRangeIndicator)
- Specified by:
getStatType
in interfaceGribTables
- Overrides:
getStatType
in classGrib1Customizer
-
getParamLevel
public Grib1ParamLevel getParamLevel(Grib1SectionProductDefinition pds)
- Overrides:
getParamLevel
in classGrib1Customizer
-
getLevelType
protected VertCoordType getLevelType(int code)
- Overrides:
getLevelType
in classGrib1Customizer
-
getGeneratingProcessName
@Nullable public String getGeneratingProcessName(int genProcess)
- Specified by:
getGeneratingProcessName
in interfaceGribTables
- Overrides:
getGeneratingProcessName
in classGrib1Customizer
-
-