ucar.nc2.iosp.gempak
Class AnalysisBlock

java.lang.Object
  extended by ucar.nc2.iosp.gempak.AnalysisBlock

public class AnalysisBlock
extends Object

Class to hold the Grid Analysis Block

Version:
$Revision: 1.3 $
Author:
IDV Development Team

Constructor Summary
AnalysisBlock()
          Create a new analysis block
AnalysisBlock(float[] words)
          Create a new analysis block with the values
 
Method Summary
 void setValues(float[] values)
          Set the analysis block values
 String toString()
          Print out the analysis block
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnalysisBlock

public AnalysisBlock()
Create a new analysis block


AnalysisBlock

public AnalysisBlock(float[] words)
Create a new analysis block with the values

Parameters:
words - analysis block values
Method Detail

setValues

public void setValues(float[] values)
Set the analysis block values

Parameters:
values - the raw values

toString

public String toString()
Print out the analysis block

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


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