Package ucar.nc2.grib.collection
Class Grib
- java.lang.Object
-
- ucar.nc2.grib.collection.Grib
-
public class Grib extends Object
GRIB constants.- Since:
- 2/23/2016.
-
-
Field Summary
Fields Modifier and Type Field Description static boolean
debugGbxIndexOnly
static boolean
debugRead
static String
GRIB_RUNTIME
static String
GRIB_STAT_TYPE
static String
GRIB_VALID_TIME
static String
VARIABLE_ID_ATTNAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
setDebugFlags(DebugFlags debugFlag)
-
-
-
Field Detail
-
VARIABLE_ID_ATTNAME
public static final String VARIABLE_ID_ATTNAME
- See Also:
- Constant Field Values
-
GRIB_VALID_TIME
public static final String GRIB_VALID_TIME
- See Also:
- Constant Field Values
-
GRIB_RUNTIME
public static final String GRIB_RUNTIME
- See Also:
- Constant Field Values
-
GRIB_STAT_TYPE
public static final String GRIB_STAT_TYPE
- See Also:
- Constant Field Values
-
debugRead
public static boolean debugRead
-
debugGbxIndexOnly
public static boolean debugGbxIndexOnly
-
-
Method Detail
-
setDebugFlags
public static void setDebugFlags(DebugFlags debugFlag)
-
-