org.wdssii.core
Class NetcdfSparseGrid
java.lang.Object
org.wdssii.core.NetcdfSparseGrid
public class NetcdfSparseGrid
- extends Object
- Author:
- lakshman
Field Summary |
private static org.apache.commons.logging.Log |
log
|
private ucar.ma2.ArrayInt |
pixelcount
|
private ucar.ma2.ArrayShort |
pixelx
|
private ucar.ma2.ArrayShort |
pixely
|
private ucar.ma2.ArrayFloat |
values
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pixelx
private ucar.ma2.ArrayShort pixelx
pixely
private ucar.ma2.ArrayShort pixely
pixelcount
private ucar.ma2.ArrayInt pixelcount
values
private ucar.ma2.ArrayFloat values
log
private static org.apache.commons.logging.Log log
NetcdfSparseGrid
public NetcdfSparseGrid(float[][] inValues,
float backgroundValue)
getPixelcount
public ucar.ma2.ArrayInt getPixelcount()
getPixelx
public ucar.ma2.ArrayShort getPixelx()
getPixely
public ucar.ma2.ArrayShort getPixely()
getValues
public ucar.ma2.ArrayFloat getValues()
computeSparseGridRatio
public static float computeSparseGridRatio(float[][] inValues,
float backgroundValue)