public final class Grib1Record extends Object
| Constructor and Description |
|---|
Grib1Record(String hdr,
Grib1IndicatorSection aIs,
Grib1ProductDefinitionSection aPds,
Grib1GridDefinitionSection aGds,
long offset,
long recOffset)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getDataOffset()
Get offset to bms.
|
Grib1GridDefinitionSection |
getGDS()
Get Grid Definition record.
|
String |
getHeader()
Get header.
|
Grib1IndicatorSection |
getIs()
Get Information record.
|
Grib1ProductDefinitionSection |
getPDS()
Get Product Definition record.
|
public Grib1Record(String hdr, Grib1IndicatorSection aIs, Grib1ProductDefinitionSection aPds, Grib1GridDefinitionSection aGds, long offset, long recOffset)
hdr - record headeraIs - IS sectionaPds - PDS sectionaGds - GDS sectionoffset - to the BMS/BDS section of filerecOffset - to the EndOfRecordpublic final String getHeader()
public final Grib1IndicatorSection getIs()
public final Grib1ProductDefinitionSection getPDS()
public final Grib1GridDefinitionSection getGDS()
public final long getDataOffset()
Copyright © 1999–2013 UCAR/Unidata. All rights reserved.