(GCP[] gcpArray, double[] outGeoTransform, int bApproxOK)
| 402 | * and the fit is poor. |
| 403 | */ |
| 404 | public 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 | */ |
| 413 | public class gdal:public static int GCPsToGeoTransform(GCP[] gcpArray, double[] outGeoTransform) |
| 414 | |
| 415 |
no outgoing calls