|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectGribRecordBMS
public final class GribRecordBMS
A class that represents the bitmap section (BMS) of a GRIB record. It indicates grid points where no parameter value is defined.
Constructor Summary | |
---|---|
GribRecordBMS(boolean[] bitmap)
GribRecordBMS |
|
GribRecordBMS(ImageInputStream in)
DOCUMENT ME! |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
boolean[] |
getBitmap()
Get bit map. |
int |
getLength()
Get length in bytes of this section. |
long |
getPos()
|
int |
getSize()
|
void |
setPos(long pos)
|
void |
setSize(int size)
|
String |
toString()
Get a string representation of this BMS. |
void |
writeTo(OutputStream out)
writeTo |
Methods inherited from class Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GribRecordBMS(boolean[] bitmap)
bitmap
- Stringpublic GribRecordBMS(ImageInputStream in) throws IOException
in
-
IOException
NoValidGribException
Method Detail |
---|
public int getLength()
public boolean[] getBitmap() throws IOException
IOException
public String toString()
toString
in class Object
public void writeTo(OutputStream out) throws IOException
out
- OutputStream
IOException
- DOCUMENT ME!public boolean equals(Object obj)
equals
in class Object
public long getPos()
public void setPos(long pos)
public int getSize()
public void setSize(int size)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |