public final class Grib1BinaryDataSection extends Object
| Constructor and Description |
|---|
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) |
public Grib1BinaryDataSection(RandomAccessFile raf, int decimalscale, Grib1BitMapSection bms) throws IOException, NotSupportedException
raf - RandomAccessFile stream with BDS contentdecimalscale - the exponent of the decimal scaleIOException - if stream can not be opened etc.NotSupportedException - if stream contains no valid GRIB filepublic 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 recordIOException - if raf can not be opened etc.NotSupportedException - if stream contains no valid GRIB filepublic Grib1BinaryDataSection(RandomAccessFile raf, int decimalscale, Grib1BitMapSection bms, int scanMode, int Xlength, int Ylength) throws IOException, NotSupportedException
IOExceptionNotSupportedExceptionCopyright © 1999-2013 UCAR/Unidata. All Rights Reserved.