public final class Grib2IndicatorSection extends Object
| Constructor and Description |
|---|
Grib2IndicatorSection(RandomAccessFile raf)
Constructs a Grib2IndicatorSection object from a byteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
public Grib2IndicatorSection(RandomAccessFile raf) throws IOException
raf - RandomAccessFile with IndicatorSection contentIOException - if raf contains no valid GRIB fileNotSupportedException - _more_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()
Copyright © 1999–2014 UCAR/Unidata. All rights reserved.