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 booleandebugGbxIndexOnlystatic booleandebugReadstatic StringGRIB_RUNTIMEstatic StringGRIB_STAT_TYPEstatic StringGRIB_VALID_TIMEstatic StringVARIABLE_ID_ATTNAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidsetDebugFlags(ucar.nc2.util.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
-
-