|
Geo::GDAL
2.2
|
An array of affine transformation coefficients. More...
Public Member Functions | |
| public method | Apply (scalar x, scalar y) |
| public method | Inv () |
| public method | NorthUp () |
| public method | new (array params) |
An array of affine transformation coefficients.
The geo transformation has the form
where (column,row) is the location in cell coordinates, and (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 | ( | scalar | x, |
| scalar | y | ||
| ) |
Object method.
| x | Column or x, or a reference to an array of columns or x's |
| y | Row or y, or a reference to an array of rows or y's |
Code:
| public method Geo::GDAL::GeoTransform::Inv | ( | ) |
Object method.
Code:
| public method Geo::GDAL::GeoTransform::new | ( | array | params | ) |
Class method.
| params | nothing, a reference to an array [a,b,c,d,e,f], a list (a,b,c,d,e,f), or named parameters
|
Code:
| public method Geo::GDAL::GeoTransform::NorthUp | ( | ) |
Code: