public final class Grib1IndicatorSection extends Object
| Constructor and Description |
|---|
Grib1IndicatorSection(RandomAccessFile raf)
Constructs a Grib1IndicatorSection object from a byteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public Grib1IndicatorSection(RandomAccessFile raf) throws NotSupportedException, IOException
raf - RandomAccessFile with IndicatorSection contentNotSupportedException - if raf contains no valid GRIB fileIOExceptionpublic final long getGribLength()
public final int getLength()
public final int getGribEdition()
Copyright © 1999-2012 UCAR/Unidata. All Rights Reserved.