|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.grib.grib1.Grib1Record
public final class Grib1Record
Grib1Record contains all the sections of a Grib record.
| Constructor Summary | |
|---|---|
Grib1Record(java.lang.String hdr,
Grib1IndicatorSection aIs,
Grib1ProductDefinitionSection aPds,
Grib1GridDefinitionSection aGds,
long offset,
long recOffset)
Constructor. |
|
| Method Summary | |
|---|---|
long |
getDataOffset()
Get offset to bms. |
Grib1GridDefinitionSection |
getGDS()
Get Grid Definition record. |
java.lang.String |
getHeader()
Get header. |
Grib1IndicatorSection |
getIs()
Get Information record. |
Grib1ProductDefinitionSection |
getPDS()
Get Product Definition record. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Grib1Record(java.lang.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 EndOfRecord| Method Detail |
|---|
public final java.lang.String getHeader()
public final Grib1IndicatorSection getIs()
public final Grib1ProductDefinitionSection getPDS()
public final Grib1GridDefinitionSection getGDS()
public final long getDataOffset()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||