MCPcopy Create free account
hub / github.com/OSGeo/gdal / GetMaximum

Method GetMaximum

swig/java/javadoc.java:3054–3070  ·  view source on GitHub ↗
(Double[] val)

Source from the content-addressed store, hash-verified

3052 * with the maximum value if available, other val[0] will contain null
3053 */
3054public class Band:public void GetMaximum(Double[] val)
3055
3056/**
3057 * Fetch the raster value offset.
3058 * <p>
3059 * This value (in combination with the GetScale() value) is used to
3060 * transform raw pixel values into the units returned by GetUnits().
3061 * For example this might be used to store elevations in GUInt16 bands
3062 * with a precision of 0.1, and starting from -100.
3063 * <p>
3064 * Units value = (raw value * scale) + offset
3065 * <p>
3066 * For file formats that don't know this intrinsically, no value will be returned
3067 *
3068 * @param val empty allocated array of type Double[] of size 1. val[0] will contain a Double object
3069 * with the offset value if available, other val[0] will contain null
3070 */
3071public class Band:public void GetOffset(Double[] val)
3072
3073/**

Callers 15

test_s102_basicFunction · 0.45
test_s102_elevationFunction · 0.45
test_s102_north_up_noFunction · 0.45
check_rasterFunction · 0.45
test_bag_2Function · 0.45
test_xyz_4Function · 0.45
test_snodas_1Function · 0.45

Calls

no outgoing calls

Tested by 15

test_s102_basicFunction · 0.36
test_s102_elevationFunction · 0.36
test_s102_north_up_noFunction · 0.36
test_bag_2Function · 0.36
test_xyz_4Function · 0.36
test_snodas_1Function · 0.36
test_ehdr_13Function · 0.36