Package org.meteoinfo.data
Class GridData.Double
- java.lang.Object
-
- org.meteoinfo.data.GridData
-
- org.meteoinfo.data.GridData.Double
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.meteoinfo.data.GridData
GridData.Byte, GridData.Double, GridData.Float, GridData.Integer
-
-
Constructor Summary
Constructors Constructor Description Double(int yNum, int xNum)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetDoubleValue(int i, int j)Get double valuedoublegetMissingValue()Get missing valuejava.lang.NumbergetValue(int i, int j)Get valuevoidsetMissingValue(double value)Set missing valuevoidsetValue(int i, int j, double value)Set value-
Methods inherited from class org.meteoinfo.data.GridData
abs, acos, add, add, aggregate, asin, atan, average, average, clone, cos, div, div, exp, extendToGlobal, extract, extract, extract, extract, gassianToLatLon, GassianToLatLon_Simple, getArray, getBorderXMax, getBorderXMin, getBorderYMax, getBorderYMin, getDimensions, getExtent, getGridDataSetting, getIJIndex, getMaxMinValue, getMaxMinValue, getMaxValue, getMinValue, getUniqueValues, getValue, getXDelt, getXMax, getXMin, getXNum, getYDelt, getYMax, getYMin, getYNum, hasMissing, hasNaN, interpolate, interpolate_old, interpolation_Grid, isGlobal, isXStagger, isYStagger, log, log10, maskout, maskout, maskout, maskout, max, merge, min, mul, mul, pow, project, project, project, project, project, project, project, regrid, replaceValue, replaceValue, resample, saveAsBILFile, saveAsESRIASCIIFile, saveAsStationData, saveAsSurferASCIIFile, setMissingValue, setValue, setValue, setValue, setXStagger, setYStagger, sin, skip, sqrt, statistics, sub, sub, sum, tan, testUniqueValues, toGridArray, toStation, toStation, toStation, toStation, toStation, toStation_Gaussian, unStagger_X, unStagger_Y, xReverse, yReverse
-
-
-
-
Method Detail
-
getMissingValue
public double getMissingValue()
Get missing value- Returns:
- Missing value
-
setMissingValue
public void setMissingValue(double value)
Set missing value- Parameters:
value- Missing value
-
getValue
public java.lang.Number getValue(int i, int j)Get value
-
setValue
public void setValue(int i, int j, double value)Set value- Parameters:
i- I indexj- J indexvalue- Value
-
getDoubleValue
public double getDoubleValue(int i, int j)Get double value- Overrides:
getDoubleValuein classGridData- Parameters:
i- I indexj- J index- Returns:
- Double value
-
-