|
||||||||||
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(String header,
Grib1ProductDefinitionSection pds,
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. |
String |
getGDSkey()
gets GDS key for this product. |
int |
getGDSkeyInt()
|
String |
getHeader()
|
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(String aGDSkey)
sets the GDS key for this product. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Grib1Product(String header, Grib1ProductDefinitionSection pds, String gdsKey, int gdskey, long offset, long size)
header
- pds
- gdsKey
- offset
- size
- offset2 in fileMethod Detail |
---|
public final String getHeader()
public final int getDiscipline()
public final int getCategory()
public final String getGDSkey()
public final int getGDSkeyInt()
public final void setGDSkey(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 |