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

Method GCPsToGeoTransform

swig/java/javadoc.java:404–412  ·  view source on GitHub ↗
(GCP[] gcpArray, double[] outGeoTransform, int bApproxOK)

Source from the content-addressed store, hash-verified

402 * and the fit is poor.
403 */
404public class gdal:public static int GCPsToGeoTransform(GCP[] gcpArray, double[] outGeoTransform, int bApproxOK)
405
406/**
407 * Generate Geotransform from GCPs.
408 * <p>
409 * Same as below with bApproxOK == 0
410 *
411 * @see #GCPsToGeoTransform(GCP[] gcpArray, double[] outGeoTransform, int bApproxOK)
412 */
413public class gdal:public static int GCPsToGeoTransform(GCP[] gcpArray, double[] outGeoTransform)
414
415

Callers 11

test_gcps2gt_1Function · 0.80
test_gcps2gt_2Function · 0.80
test_gcps2gt_3Function · 0.80
test_gcps2gt_4Function · 0.80
test_gcps2gt_5Function · 0.80
test_gcps2gt_6Function · 0.80
test_gcps2gt_7Function · 0.80
test_gcps2gt_8Function · 0.80
mainFunction · 0.80
MainMethod · 0.80

Calls

no outgoing calls

Tested by 9

test_gcps2gt_1Function · 0.64
test_gcps2gt_2Function · 0.64
test_gcps2gt_3Function · 0.64
test_gcps2gt_4Function · 0.64
test_gcps2gt_5Function · 0.64
test_gcps2gt_6Function · 0.64
test_gcps2gt_7Function · 0.64
test_gcps2gt_8Function · 0.64