org.wdssii.core
Class NetcdfRegularGrid

java.lang.Object
  extended by org.wdssii.core.NetcdfRegularGrid

public class NetcdfRegularGrid
extends Object

Author:
lakshman

Field Summary
private static org.apache.commons.logging.Log log
           
private  ucar.ma2.ArrayFloat values
           
 
Constructor Summary
NetcdfRegularGrid(float[][] inValues)
           
 
Method Summary
 ucar.ma2.ArrayFloat getValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

values

private ucar.ma2.ArrayFloat values

log

private static org.apache.commons.logging.Log log
Constructor Detail

NetcdfRegularGrid

public NetcdfRegularGrid(float[][] inValues)
Method Detail

getValues

public ucar.ma2.ArrayFloat getValues()