| 
    Geo::GDAL
    2.0
    
   | 
 
An array of affine transformation coefficients. More...
Public Member Functions | |
| public method | Apply (array reference x, array reference y) | 
| public method | FromGCPs (array GCPs, scalar ApproxOK) | 
| public method | Inv () | 
| public method | new (array coeffs) | 
An array of affine transformation coefficients.
The geo transformation has the form
 where
 (column,row) is the location in pixel coordinates
 (x,y) is the location in projection coordinates
 or vice versa. A Geo::GDAL::GeoTransform object is a reference to an anonymous array. 
| public method Geo::GDAL::GeoTransform::Apply | ( | array reference | x, | 
| array reference | y | ||
| ) | 
Code:
| public method Geo::GDAL::GeoTransform::FromGCPs | ( | array | GCPs, | 
| scalar | ApproxOK | ||
| ) | 
Compute transformation coefficients from a list of Geo::GDAL::GCP objects
| GCPs | A list of Geo::GDAL::GCP objects. | 
| ApproxOK | [optional] Minimize the error in the coefficient (integer, default is true). | 
Code:
| public method Geo::GDAL::GeoTransform::Inv | ( | ) | 
Code:
| public method Geo::GDAL::GeoTransform::new | ( | array | coeffs | ) |