ucar.nc2.iosp.gempak
Class GempakFileReader.DMParam

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

protected class GempakFileReader.DMParam
extends Object

Class to hold DM Parameter info


Field Summary
 int kbits
          # bits
 int koffst
          offset terms
 String kprmnm
          part name
 int kscale
          scaling terms
 
Constructor Summary
GempakFileReader.DMParam()
          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

kprmnm

public String kprmnm
part name


kscale

public int kscale
scaling terms


koffst

public int koffst
offset terms


kbits

public int kbits
# bits

Constructor Detail

GempakFileReader.DMParam

public GempakFileReader.DMParam()
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.