Package ucar.nc2.iosp.gempak
Class GempakFileReader.DMPart
- java.lang.Object
-
- ucar.nc2.iosp.gempak.GempakFileReader.DMPart
-
- Enclosing class:
- GempakFileReader
protected static class GempakFileReader.DMPart extends Object
Class to mimic the DMKEYS common block.
-
-
Field Summary
Fields Modifier and Type Field Description intklnhdrheader lengthintkparmsnumber of paramsintkpknopacking numberStringkprtnmpart nameintktyprtdata typeintkwordplength of packed recGempakFileReader.PackingInfopackInfopacking infoList<GempakFileReader.DMParam>paramslist of params
-
Constructor Summary
Constructors Constructor Description DMPart()Default ctor
-
-
-
Field Detail
-
kprtnm
public String kprtnm
part name
-
klnhdr
public int klnhdr
header length
-
ktyprt
public int ktyprt
data type
-
kparms
public int kparms
number of params
-
params
public List<GempakFileReader.DMParam> params
list of params
-
kpkno
public int kpkno
packing number
-
kwordp
public int kwordp
length of packed rec
-
packInfo
public GempakFileReader.PackingInfo packInfo
packing info
-
-