|
Geo::GDAL
2.4
|
An object for transforming from one projection to another.
More...
Inheritance diagram for Geo::OSR::CoordinateTransformation:
Collaboration diagram for Geo::OSR::CoordinateTransformation:| 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 |
Code:
| public method Geo::OSR::CoordinateTransformation::TransformBounds | ( | ) |
Code:
| public array reference Geo::OSR::CoordinateTransformation::TransformPoint | ( | scalar | x, |
| scalar | y, | ||
| scalar | z | ||
| ) |
Object method.
| x | |
| y | |
| z | [optional] |
Code:
| 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. |
Code:
| public method Geo::OSR::CoordinateTransformation::TransformPointWithErrorCode | ( | ) |
Code: