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

Method GetMinimum

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

Source from the content-addressed store, hash-verified

3042 * with the minimum value if available, other val[0] will contain null
3043 */
3044public class Band:public void GetMinimum(Double[] val)
3045
3046/**
3047 * Fetch the maximum value for this band.
3048 * <p>
3049 * For file formats that don't know this intrinsically, no value will be returned
3050 *
3051 * @param val empty allocated array of type Double[] of size 1. val[0] will contain a Double object
3052 * with the maximum value if available, other val[0] will contain null
3053 */
3054public class Band:public void GetMaximum(Double[] val)
3055
3056/**

Callers 15

test_s102_basicFunction · 0.45
test_s102_elevationFunction · 0.45
test_s102_north_up_noFunction · 0.45
test_rl2_2Function · 0.45
test_rraster_signedbyteFunction · 0.45
check_rasterFunction · 0.45
test_nitf_36Function · 0.45
test_bag_2Function · 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_rl2_2Function · 0.36
test_rraster_signedbyteFunction · 0.36
test_nitf_36Function · 0.36
test_bag_2Function · 0.36