public static class Grib2Drs.Type2 extends Grib2Drs.Type0
Grib2Drs.Type0, Grib2Drs.Type2, Grib2Drs.Type3, Grib2Drs.Type40, Grib2Drs.Type50002| Modifier and Type | Field and Description |
|---|---|
int |
bitsGroupWidths |
int |
bitsScaledGroupLength |
int |
lengthIncrement |
int |
lengthLastGroup |
int |
missingValueManagement |
int |
numberOfGroups |
float |
primaryMissingValue |
int |
referenceGroupLength |
int |
referenceGroupWidths |
float |
secondaryMissingValue |
int |
splittingMethod |
binaryScaleFactor, decimalScaleFactor, numberOfBits, originalType, referenceValue| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getNGroups() |
int |
hashCode() |
java.lang.String |
toString() |
getBinaryDataInfopublic float secondaryMissingValue
public float primaryMissingValue
public int missingValueManagement
public int splittingMethod
public int numberOfGroups
public int referenceGroupWidths
public int bitsGroupWidths
public int referenceGroupLength
public int lengthIncrement
public int lengthLastGroup
public int bitsScaledGroupLength
public int getNGroups()
getNGroups in class Grib2Drspublic java.lang.String toString()
toString in class Grib2Drs.Type0public boolean equals(java.lang.Object o)
equals in class Grib2Drs.Type0public int hashCode()
hashCode in class Grib2Drs.Type0