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