Package | Description |
---|---|
ucar.ma2 |
Multidimensional arrays of primitives and objects with data stored in memory.
|
ucar.nc2.dt |
Scientific data types package.
|
ucar.nc2.dt.grid |
Scientific data type "Grid", uses cartesian coordinate system.
|
ucar.nc2.iosp.dorade |
I/O Service Provider for Dorade format files
|
Modifier and Type | Method and Description |
---|---|
static MAMath.MinMax |
MAMath.getMinMax(Array a)
Find min and max value in this array, getting values as doubles.
|
static MAMath.MinMax |
MAMath.getMinMaxSkipMissingData(Array a,
double missingValue) |
static MAMath.MinMax |
MAMath.getMinMaxSkipMissingData(Array a,
IsMissingEvaluator eval) |
Modifier and Type | Method and Description |
---|---|
MAMath.MinMax |
GridDatatype.getMinMaxSkipMissingData(Array data)
Get the minimum and the maximum data value of the previously read Array,
skipping missing values as defined by isMissingData(double val).
|
Modifier and Type | Method and Description |
---|---|
MAMath.MinMax |
GeoGrid.getMinMaxSkipMissingData(Array a)
Get the minimum and the maximum data value of the previously read Array,
skipping missing values as defined by isMissingData(double val).
|
Modifier and Type | Method and Description |
---|---|
MAMath.MinMax |
Doradeheader.getMinMaxData(float[] data) |
Copyright © 1999–2018 UCAR/Unidata. All rights reserved.