|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.grib.grib2.Grib2BitMapSection
public final class Grib2BitMapSection
A class that represents the BitMapSection of a GRIB product. A bitmap is a boolean array that designates if the values is missing or not in the final data array. If the value is missing, then the determined missing value is entered in that position in the final data array.
Constructor Summary | |
---|---|
Grib2BitMapSection(boolean createBM,
RandomAccessFile raf,
Grib2GridDefinitionSection gds)
Constructs a Grib2BitMapSection object from a RandomAccessFile. |
Method Summary | |
---|---|
boolean[] |
getBitmap()
Get bit map. |
int |
getBitmapIndicator()
Get bit map indicator. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Grib2BitMapSection(boolean createBM, RandomAccessFile raf, Grib2GridDefinitionSection gds) throws IOException
raf
- RandomAccessFile with Section BMS contentgds
- Grib2GridDefinitionSection
IOException
- if stream contains no valid GRIB fileMethod Detail |
---|
public final int getBitmapIndicator()
public final boolean[] getBitmap()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |