|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.grib.grib1.Grib1BinaryDataSection
public final class Grib1BinaryDataSection
A class representing the binary data section (BDS) of a GRIB record.
| Constructor Summary | |
|---|---|
Grib1BinaryDataSection(ucar.unidata.io.RandomAccessFile raf,
int decimalscale,
Grib1BitMapSection bms)
Constructs a Grib1BinaryDataSection object from a raf. |
|
Grib1BinaryDataSection(ucar.unidata.io.RandomAccessFile raf,
int decimalscale,
Grib1BitMapSection bms,
int scanMode,
int Xlength)
Constructs a Grib1BinaryDataSection object from a raf. |
|
| Method Summary | |
|---|---|
float[] |
getValues()
Grid values as an array of float. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Grib1BinaryDataSection(ucar.unidata.io.RandomAccessFile raf,
int decimalscale,
Grib1BitMapSection bms)
throws java.io.IOException,
NotSupportedException
raf - RandomAccessFile stream with BDS contentdecimalscale - the exponent of the decimal scale
java.io.IOException - if stream can not be opened etc.
NotSupportedException - if stream contains no valid GRIB file
public Grib1BinaryDataSection(ucar.unidata.io.RandomAccessFile raf,
int decimalscale,
Grib1BitMapSection bms,
int scanMode,
int Xlength)
throws java.io.IOException,
NotSupportedException
raf - raf with BDS contentdecimalscale - the exponent of the decimal scalebms - bit map section of GRIB record
java.io.IOException - if raf can not be opened etc.
NotSupportedException - if stream contains no valid GRIB file| Method Detail |
|---|
public final float[] getValues()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||