Package ucar.nc2.grib.grib1.tables
Class Grib1WmoTimeType
- java.lang.Object
-
- ucar.nc2.grib.grib1.tables.Grib1WmoTimeType
-
public class Grib1WmoTimeType extends Object
Standard WMO tables for time range indicator - Grib1 table 5.- Since:
- 1/13/12
-
-
Constructor Summary
Constructors Constructor Description Grib1WmoTimeType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GribStatTypegetStatType(int timeRangeIndicator)The time unit statistical type, derived from code table 5)
-
-
-
Method Detail
-
getStatType
@Nullable public static GribStatType getStatType(int timeRangeIndicator)
The time unit statistical type, derived from code table 5)- Returns:
- time unit statistical type, or null if unknown.
-
-