|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.grib.grib2.Grib2DataSection
public final class Grib2DataSection
A class that represents the DataSection of a GRIB product.
| Constructor Summary | |
|---|---|
Grib2DataSection(boolean getData,
ucar.unidata.io.RandomAccessFile raf,
Grib2GridDefinitionSection gds,
Grib2DataRepresentationSection drs,
Grib2BitMapSection bms)
Constructor for a Grib2 Data Section. |
|
| Method Summary | |
|---|---|
float[] |
getData()
Grib2 data unpacked as floats. |
static boolean |
isStaticMissingValueInUse()
flag to signifly if a static Missing Value is used. |
static void |
setStaticMissingValueInUse(boolean staticMissingValueInUse)
flag to signifly if a static Missing Value is used. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Grib2DataSection(boolean getData,
ucar.unidata.io.RandomAccessFile raf,
Grib2GridDefinitionSection gds,
Grib2DataRepresentationSection drs,
Grib2BitMapSection bms)
throws java.io.IOException
getData - boolean whether to read data or skip readraf - RandomAccessFile of Grib filegds - Grib2GridDefinitionSectiondrs - Grib2DataRepresentationSectionbms - Grib2BitMapSection
java.io.IOException - on data reads| Method Detail |
|---|
public final float[] getData()
public static boolean isStaticMissingValueInUse()
public static void setStaticMissingValueInUse(boolean staticMissingValueInUse)
staticMissingValueInUse - boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||