public static class Grib2Drs.Type0 extends Grib2Drs
Grib2Drs.Type0, Grib2Drs.Type2, Grib2Drs.Type3, Grib2Drs.Type40, Grib2Drs.Type50002
Modifier and Type | Field and Description |
---|---|
int |
binaryScaleFactor |
int |
decimalScaleFactor |
int |
numberOfBits |
int |
originalType |
float |
referenceValue |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
GribData.Info |
getBinaryDataInfo(RandomAccessFile raf) |
int |
hashCode() |
java.lang.String |
toString() |
factory, getNGroups
public float referenceValue
public int binaryScaleFactor
public int decimalScaleFactor
public int numberOfBits
public int originalType
public GribData.Info getBinaryDataInfo(RandomAccessFile raf) throws java.io.IOException
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object