|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.grib.grib2.Grib2IndicatorSection
public final class Grib2IndicatorSection
A class that represents the IndicatorSection of a GRIB record. The first section of a Grib record
| Constructor Summary | |
|---|---|
Grib2IndicatorSection(ucar.unidata.io.RandomAccessFile raf)
Constructs a Grib2IndicatorSection object from a byteBuffer. |
|
| Method Summary | |
|---|---|
int |
getDiscipline()
Discipline - GRIB Master Table Number. |
java.lang.String |
getDisciplineName()
Discipline - GRIB Master Table Name. |
int |
getGribEdition()
Get the edition of the GRIB specification used. |
long |
getGribLength()
Get the byte length of this GRIB record. |
int |
getLength()
Get the byte length of the IndicatorSection0 section. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Grib2IndicatorSection(ucar.unidata.io.RandomAccessFile raf)
throws java.io.IOException
raf - RandomAccessFile with IndicatorSection content
java.io.IOException - if raf contains no valid GRIB file
NotSupportedException - _more_| Method Detail |
|---|
public final long getGribLength()
public final int getLength()
public final int getDiscipline()
public final java.lang.String getDisciplineName()
public final int getGribEdition()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||