|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.nc2.iosp.gempak.GempakFileReader.DMLabel
protected class GempakFileReader.DMLabel
Class to mimic the GEMPAK DMLABL common block
Field Summary | |
---|---|
static String |
DMLABEL
File identifier |
int |
kckeys
# col keys |
int |
kcol
# of cols |
int |
kfhdrs
# file headers |
int |
kfsrce
file source |
int |
kftype
file type |
boolean |
kieeet
ieee flags |
int |
kldmgt
length of dmg rec |
int |
kmachn
machine data type |
int |
kmissd
int missing data values |
int |
kpckey
ptr to col keys |
int |
kpcolh
ptr to col headers |
int |
kpdata
ptr to data |
int |
kpdmgt
ptr to dmg rec |
int |
kpfile
ptr to file keys |
int |
kppart
# part info |
int |
kprkey
ptr to row keys |
int |
kprowh
ptr to row headers |
int |
kprt
# of parts |
int |
krkeys
# row keys |
int |
krow
# of rows |
int |
kversn
version number |
boolean |
kvmst
swap byte flags |
double |
smissd
double missing data values |
Constructor Summary | |
---|---|
GempakFileReader.DMLabel()
Create a new DMLabel for the GempakFileReader |
Method Summary | |
---|---|
boolean |
init()
Read in all the info based on the block of integer words. |
String |
toString()
Get a String representation of this. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String DMLABEL
public int kversn
public int kfhdrs
public int kpfile
public int krow
public int krkeys
public int kprkey
public int kprowh
public int kcol
public int kckeys
public int kpckey
public int kpcolh
public int kprt
public int kppart
public int kpdmgt
public int kldmgt
public int kpdata
public int kftype
public int kfsrce
public int kmachn
public int kmissd
public double smissd
public boolean kvmst
public boolean kieeet
Constructor Detail |
---|
public GempakFileReader.DMLabel()
Method Detail |
---|
public boolean init() throws IOException
IOException
- problem reading the filepublic String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |