|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.nc2.iosp.bufr.BufrDataDescriptionSection
public class BufrDataDescriptionSection
A class that represents the Data Description Section (4) of a BUFR record.
| Constructor Summary | |
|---|---|
BufrDataDescriptionSection(RandomAccessFile raf)
Constructs a BufrDataDescriptionSection object by reading section 3 from a BUFR file. |
|
| Method Summary | |
|---|---|
java.util.List<java.lang.Short> |
getDataDescriptors()
get list of data descriptors as Shorts |
int |
getDataType()
Data type (compressed or non-compressed). |
java.util.List<java.lang.String> |
getDescriptors()
get list of data descriptors as Strings |
int |
getNumberDatasets()
Number of data sets in this record. |
long |
getOffset()
Offset to the beginning of BufrDataDescriptionSection. |
boolean |
isCompressed()
Is data compressed? |
boolean |
isObserved()
Observation data |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BufrDataDescriptionSection(RandomAccessFile raf)
throws java.io.IOException
raf - RandomAccessFile, position must be on a BUFR section 3
java.io.IOException - on read error| Method Detail |
|---|
public final long getOffset()
public final int getNumberDatasets()
public final int getDataType()
public boolean isObserved()
public boolean isCompressed()
public final java.util.List<java.lang.Short> getDataDescriptors()
public final java.util.List<java.lang.String> getDescriptors()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||