public class DsInterpolater extends Object implements NetcdfInterpolater
Modifier and Type | Field and Description |
---|---|
static double |
ds_exponent |
static double |
ds_missing_value |
Constructor and Description |
---|
DsInterpolater(double[] latLimits,
double[] lonLimits,
double[] zLimits) |
Modifier and Type | Method and Description |
---|---|
double |
interpSingle(Npoint3[] xyz,
double[] uf,
Npoint3 target) |
public static final double ds_missing_value
public static final double ds_exponent
public DsInterpolater(double[] latLimits, double[] lonLimits, double[] zLimits)
public double interpSingle(Npoint3[] xyz, double[] uf, Npoint3 target) throws Exception
interpSingle
in interface NetcdfInterpolater
Exception