|
||||||||||
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 | |
---|---|
List<Short> |
getDataDescriptors()
get list of data descriptors as Shorts |
int |
getDataType()
Data type (compressed or non-compressed). |
List<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 IOException
raf
- RandomAccessFile, position must be on a BUFR section 3
IOException
- on read errorMethod Detail |
---|
public final long getOffset()
public final int getNumberDatasets()
public final int getDataType()
public boolean isObserved()
public boolean isCompressed()
public final List<Short> getDataDescriptors()
public final List<String> getDescriptors()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |