|
||||||||||
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(RandomAccessFile raf)
Constructs a Grib2IndicatorSection object from a byteBuffer. |
Method Summary | |
---|---|
int |
getDiscipline()
Discipline - GRIB Master Table Number. |
String |
getDisciplineName()
Discipline - GRIB Master Table Name. |
long |
getEndPos()
|
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. |
long |
getStartPos()
|
void |
setPos(long startPos,
long endPos)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Grib2IndicatorSection(RandomAccessFile raf) throws IOException
raf
- RandomAccessFile with IndicatorSection content
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 String getDisciplineName()
public final int getGribEdition()
public long getStartPos()
public void setPos(long startPos, long endPos)
public long getEndPos()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |