Package ucar.nc2.grib.grib2
Class Grib2Variable
- java.lang.Object
-
- ucar.nc2.grib.grib2.Grib2Variable
-
public class Grib2Variable extends Object
Used to group records into a CDM variable Herein lies the semantics of variable object identity. Read it and weep.- Since:
- 12/28/2014
-
-
Constructor Summary
Constructors Constructor Description Grib2Variable(Grib2Tables cust, int discipline, int center, int subcenter, Grib2Gds gds, Grib2Pds pds, boolean intvMerge, boolean useGenType)
Used when building from ncx (full records)Grib2Variable(Grib2Tables cust, Grib2Record gr, int gdsHashOverride, boolean intvMerge, boolean useGenType)
Used when building from gbx9 (full records)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static int
cdmVariableHash(Grib2Tables cust, Grib2Record gr, int gdsHashOverride, boolean intvMerge, boolean useGenType)
boolean
equals(Object o)
int
hashCode()
-
-
-
Constructor Detail
-
Grib2Variable
public Grib2Variable(Grib2Tables cust, Grib2Record gr, int gdsHashOverride, boolean intvMerge, boolean useGenType)
Used when building from gbx9 (full records)- Parameters:
cust
- customizergr
- the Grib recordgdsHashOverride
- can override the gdsHash, 0 for no overrideintvMerge
- should intervals be merged? default trueuseGenType
- should genProcessType be used in hash? default false
-
Grib2Variable
public Grib2Variable(Grib2Tables cust, int discipline, int center, int subcenter, Grib2Gds gds, Grib2Pds pds, boolean intvMerge, boolean useGenType)
Used when building from ncx (full records)
-
-
Method Detail
-
cdmVariableHash
public static int cdmVariableHash(Grib2Tables cust, Grib2Record gr, int gdsHashOverride, boolean intvMerge, boolean useGenType)
-
-