Public Class Methods | |
Geo::OSR::CoordinateTransformation | new (scalar src, scalar dst) |
Public Object Methods | |
listref | TransformPoint (scalar x, scalar y, scalar z) |
TransformPoints (listref points) |
Geo::OSR::CoordinateTransformation Geo::OSR::CoordinateTransformation::new | ( | scalar | src, | |
scalar | dst | |||
) |
src | a Geo::OSR::SpatialReference object | |
dst | a Geo::OSR::SpatialReference object |
listref Geo::OSR::CoordinateTransformation::TransformPoint | ( | scalar | x, | |
scalar | y, | |||
scalar | z | |||
) |
x | ||
y | ||
z | [optional] |
Geo::OSR::CoordinateTransformation::TransformPoints | ( | listref | points | ) |
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. |