Package ucar.nc2.grib.grib1.tables
Class NcepTables
- java.lang.Object
-
- ucar.nc2.grib.grib1.tables.Grib1Customizer
-
- ucar.nc2.grib.grib1.tables.NcepTables
-
- All Implemented Interfaces:
GribTables
- Direct Known Subclasses:
NcepRfcTables
public class NcepTables extends Grib1Customizer
NCEP overrides of GRIB tables LOOK: Why not a singleton?- Since:
- 1/13/12
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface ucar.nc2.grib.GribTables
GribTables.Parameter
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedNcepTables(int center, Grib1ParamTables tables)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGeneratingProcessName(int genProcess)protected VertCoordTypegetLevelType(int code)static Map<Integer,String>getNcepGenProcess()Grib1ParamTimegetParamTime(Grib1SectionProductDefinition pds)GribStatTypegetStatType(int timeRangeIndicator)StringgetTimeTypeName(int timeRangeIndicator)-
Methods inherited from class ucar.nc2.grib.grib1.tables.Grib1Customizer
convertTimeUnit, factory, factory, getCenter, getGeneratingProcessTypeName, getLevelDatum, getLevelDescription, getLevelNameShort, getLevelUnits, getParameter, getParamLevel, getSubCenterName, getSubCenterName, getSubCenterNameStatic, getVertUnit, isLayer, isPositiveUp, isVerticalCoordinate, makeVertUnit, readTable3, setTimeUnitConverter
-
-
-
-
Constructor Detail
-
NcepTables
protected NcepTables(int center, Grib1ParamTables tables)
-
-
Method Detail
-
getStatType
public GribStatType getStatType(int timeRangeIndicator)
- Specified by:
getStatTypein interfaceGribTables- Overrides:
getStatTypein classGrib1Customizer
-
getParamTime
public Grib1ParamTime getParamTime(Grib1SectionProductDefinition pds)
- Overrides:
getParamTimein classGrib1Customizer
-
getTimeTypeName
public String getTimeTypeName(int timeRangeIndicator)
- Overrides:
getTimeTypeNamein classGrib1Customizer
-
getGeneratingProcessName
@Nullable public String getGeneratingProcessName(int genProcess)
- Specified by:
getGeneratingProcessNamein interfaceGribTables- Overrides:
getGeneratingProcessNamein classGrib1Customizer
-
getLevelType
protected VertCoordType getLevelType(int code)
- Overrides:
getLevelTypein classGrib1Customizer
-
-