Geo::GDAL
2.1
|
An array of affine transformation coefficients. More...
Public Member Functions | |
public method | Apply (array reference x, array reference y) |
public method | Extent () |
public method | FromGCPs (array GCPs, scalar ApproxOK) |
public method | Inv () |
public method | NorthUp () |
public method | new (array coeffs) |
An array of affine transformation coefficients.
The geo transformation has the form
where
(column,row) is the location in cell coordinates
(x,y) is the location in projection coordinates
or vice versa. A Geo::GDAL::GeoTransform object is a reference to an anonymous array [a,b,c,d,e,f].
public method Geo::GDAL::GeoTransform::Apply | ( | array reference | x, |
array reference | y | ||
) |
Object method.
public method Geo::GDAL::GeoTransform::Extent | ( | ) |
public method Geo::GDAL::GeoTransform::FromGCPs | ( | array | GCPs, |
scalar | ApproxOK | ||
) |
Object method. 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). |
public method Geo::GDAL::GeoTransform::Inv | ( | ) |
Object method.
public method Geo::GDAL::GeoTransform::new | ( | array | coeffs | ) |
public method Geo::GDAL::GeoTransform::NorthUp | ( | ) |