Grib2Drs.Type0, Grib2Drs.Type2, Grib2Drs.Type3, Grib2Drs.Type40, Grib2Drs.Type50002
Modifier and Type | Field and Description |
---|---|
int |
binaryScaleFactor |
int |
bitMapIndicator |
int |
boustrophonic |
int |
decimalScaleFactor |
int |
lengthOfSection6 |
int |
lengthOfSection7 |
int |
numberOfBits |
int |
orderOfSPD |
int |
p1 |
int |
p2 |
float |
referenceValue |
int |
section6 |
int |
section7 |
int[] |
spd |
int |
widthOfFirstOrderValues |
int |
widthOfLength |
int |
widthOfSPD |
int |
widthOfWidth |
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 p1
public int p2
public int widthOfFirstOrderValues
public int widthOfWidth
public int widthOfLength
public int boustrophonic
public int orderOfSPD
public int widthOfSPD
public int[] spd
public int lengthOfSection6
public int section6
public int bitMapIndicator
public int lengthOfSection7
public int section7
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