|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.grib.grib1.Grib1BitMapSection
public final class Grib1BitMapSection
A class that represents the bitmap section (BMS) of a GRIB record. It indicates grid points where no grid value is defined by a 0.
Constructor Summary | |
---|---|
Grib1BitMapSection(ucar.unidata.io.RandomAccessFile raf)
Constructs a Grib1BitMapSection object from a raf input stream. |
Method Summary | |
---|---|
boolean[] |
getBitmap()
Get bit map. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Grib1BitMapSection(ucar.unidata.io.RandomAccessFile raf) throws java.io.IOException
raf
- input stream with BMS content
java.io.IOException
- if stream can not be opened etc.
java.io.IOException
- if stream contains no valid GRIB fileMethod Detail |
---|
public final boolean[] getBitmap()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |