Package ucar.nc2.grib.grib1.tables
Class FnmocTables
- java.lang.Object
-
- ucar.nc2.grib.grib1.tables.Grib1Customizer
-
- ucar.nc2.grib.grib1.tables.FnmocTables
-
- All Implemented Interfaces:
GribTables
public class FnmocTables extends Grib1Customizer
FNMOC local tables- Since:
- 1/14/12
-
-
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)
-
Methods inherited from class ucar.nc2.grib.grib1.tables.Grib1Customizer
convertTimeUnit, factory, factory, getCenter, getGeneratingProcessTypeName, getLevelDatum, getLevelDescription, getLevelNameShort, getLevelUnits, getParameter, getParamLevel, getParamTime, getStatType, getSubCenterName, getSubCenterName, getSubCenterNameStatic, getTimeTypeName, getVertUnit, isLayer, isPositiveUp, isVerticalCoordinate, makeVertUnit, readTable3, setTimeUnitConverter
-
-
-
-
Method Detail
-
getGeneratingProcessName
@Nullable public String getGeneratingProcessName(int genProcess)
- Specified by:
getGeneratingProcessName
in interfaceGribTables
- Overrides:
getGeneratingProcessName
in classGrib1Customizer
-
getLevelType
protected VertCoordType getLevelType(int code)
- Overrides:
getLevelType
in classGrib1Customizer
-
-