ucar.nc2.iosp.gempak
Class GempakFileReader.DMPart

java.lang.Object
  extended by ucar.nc2.iosp.gempak.GempakFileReader.DMPart
Enclosing class:
GempakFileReader

protected class GempakFileReader.DMPart
extends Object

Class to mimic the DMKEYS common block.


Field Summary
 int klnhdr
          header length
 int kparms
          number of params
 int kpkno
          packing number
 String kprtnm
          part name
 int ktyprt
          data type
 int kwordp
          length of packed rec
 GempakFileReader.PackingInfo packInfo
          packing info
 List<GempakFileReader.DMParam> params
          list of params
 
Constructor Summary
GempakFileReader.DMPart()
          Default ctor
 
Method Summary
 String toString()
          Get a String representation of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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

Constructor Detail

GempakFileReader.DMPart

public GempakFileReader.DMPart()
Default ctor

Method Detail

toString

public String toString()
Get a String representation of this object.

Overrides:
toString in class Object
Returns:
a String representation of this object.


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.