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

Method GetStatistics

swig/java/javadoc.java:3207–3215  ·  view source on GitHub ↗
(boolean approx_ok, boolean force, double[] min, double[] max, double[] mean, double[] stddev)

Source from the content-addressed store, hash-verified

3205 *
3206 */
3207public class Band:public int GetStatistics(boolean approx_ok, boolean force, double[] min, double[] max, double[] mean, double[] stddev)
3208
3209/**
3210 * Fetch image statistics.
3211 * <p>
3212 * Same as below but boolean value of true should be replaced with 1, and false with 0.
3213 *
3214 * @see #GetStatistics(boolean approx_ok, boolean force, double[] min, double[] max, double[] mean, double[] stddev)
3215 */
3216public class Band:public int GetStatistics(int approx_ok, int force, double[] min, double[] max, double[] mean, double[] stddev)
3217
3218/**

Callers 15

test_hfa_int_stats_2Function · 0.45
test_hfa_float_stats_2Function · 0.45
test_hfa_nodata_writeFunction · 0.45
test_mrsid_3Function · 0.45
compute_statsFunction · 0.45
reopenFunction · 0.45
clear_statsFunction · 0.45
testFunction · 0.45
test2Function · 0.45
test_nitf_36Function · 0.45
test_nitf_41Function · 0.45

Calls

no outgoing calls

Tested by 15

test_hfa_int_stats_2Function · 0.36
test_hfa_float_stats_2Function · 0.36
test_hfa_nodata_writeFunction · 0.36
test_mrsid_3Function · 0.36
test_nitf_36Function · 0.36
test_nitf_41Function · 0.36
test_nitf_42Function · 0.36
test_nitf_write_jpeg12Function · 0.36
test_nitf_online_14Function · 0.36