Geo::GDAL
2.4
|
An object for transforming from one projection to another.
More...
public Geo::OSR::CoordinateTransformation Geo::OSR::CoordinateTransformation::new | ( | scalar | src, |
scalar | dst | ||
) |
Class method.
src | a Geo::OSR::SpatialReference object |
dst | a Geo::OSR::SpatialReference object |
public method Geo::OSR::CoordinateTransformation::TransformBounds | ( | ) |
public array reference Geo::OSR::CoordinateTransformation::TransformPoint | ( | scalar | x, |
scalar | y, | ||
scalar | z | ||
) |
Object method.
x | |
y | |
z | [optional] |
public method Geo::OSR::CoordinateTransformation::TransformPoints | ( | arrayref | points | ) |
Object method.
points | [in/out] a reference to a list of points (line string or ring) that is modified in-place. A list of points is: ([x, y, z], [x, y, z], ...), where z is optional. Supports also lists of line strings and polygons. |
public method Geo::OSR::CoordinateTransformation::TransformPointWithErrorCode | ( | ) |