|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.grib.grib2.Grib2Record
public final class Grib2Record
Class which represents a record in a Grib2File. This is a heavyweight representation of the Grib record.
Constructor Summary | |
---|---|
Grib2Record(String header,
Grib2IndicatorSection is,
Grib2IdentificationSection id,
byte[] lus,
Grib2GridDefinitionSection gds,
Grib2ProductDefinitionSection pds,
Grib2DataRepresentationSection drs,
long GdsOffset,
long PdsOffset)
Construction for Grib2Record. |
Method Summary | |
---|---|
Grib2DataRepresentationSection |
getDRS()
returns Data Representation Section. |
Grib2GridDefinitionSection |
getGDS()
returns GDS of record. |
long |
getGdsOffset()
returns GDS offset in file. |
String |
getHeader()
returns Header of Grib record. |
Grib2IdentificationSection |
getId()
returns IdentificationSection. |
Grib2IndicatorSection |
getIs()
returns Inofrmation Section of record. |
byte[] |
getLocalUseSection()
|
Grib2ProductDefinitionSection |
getPDS()
returns PDS. |
long |
getPdsOffset()
returns Pds Offset. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Grib2Record(String header, Grib2IndicatorSection is, Grib2IdentificationSection id, byte[] lus, Grib2GridDefinitionSection gds, Grib2ProductDefinitionSection pds, Grib2DataRepresentationSection drs, long GdsOffset, long PdsOffset)
header
- Grib headeris
- Grib2IndicatorSectionid
- Grib2IdentificationSectionlus
- raw bytes of local use sectiongds
- Grib2GridDefinitionSectionpds
- Grib2ProductDefinitionSectiondrs
- Grib2DataRepresentationSectionGdsOffset
- GDS offset in Grib filePdsOffset
- PDS offset in Grib fileMethod Detail |
---|
public final String getHeader()
public final long getGdsOffset()
public final long getPdsOffset()
public final Grib2IndicatorSection getIs()
public final Grib2IdentificationSection getId()
public byte[] getLocalUseSection()
public final Grib2GridDefinitionSection getGDS()
public final Grib2ProductDefinitionSection getPDS()
public final Grib2DataRepresentationSection getDRS()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |