|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.grib.grib1.Grib1Product
public final class Grib1Product
Title: Grib1 Description: Class which has the necessary information about a product in a Grib1 File to extract the data for the product.
| Constructor Summary | |
|---|---|
Grib1Product(java.lang.String header,
Grib1ProductDefinitionSection pds,
java.lang.String gdsKey,
int gdskey,
long offset,
long size)
Constructor. |
|
| Method Summary | |
|---|---|
int |
getCategory()
get category of this product as int. |
int |
getDiscipline()
get the discipline of product as int. |
java.lang.String |
getGDSkey()
gets GDS key for this product. |
int |
getGDSkeyInt()
|
long |
getOffset1()
offset1 usually is the Gds offset for this record. |
long |
getOffset2()
offset2 usually is the BMS or Data section offset. |
Grib1ProductDefinitionSection |
getPDS()
get the PDS for this product. |
void |
setGDSkey(java.lang.String aGDSkey)
sets the GDS key for this product. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Grib1Product(java.lang.String header,
Grib1ProductDefinitionSection pds,
java.lang.String gdsKey,
int gdskey,
long offset,
long size)
header - pds - gdsKey - offset - size - offset2 in file| Method Detail |
|---|
public final int getDiscipline()
public final int getCategory()
public final java.lang.String getGDSkey()
public final int getGDSkeyInt()
public final void setGDSkey(java.lang.String aGDSkey)
aGDSkey - MD5 checksum as textpublic final Grib1ProductDefinitionSection getPDS()
public final long getOffset1()
public final long getOffset2()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||