Geo::GDAL 1.6.0

Geo::OSR::CoordinateTransformation Class Reference

List of all members.

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)

Member Function Documentation

Geo::OSR::CoordinateTransformation Geo::OSR::CoordinateTransformation::new ( scalar  src,
scalar  dst 
)
Parameters:
srca Geo::OSR::SpatialReference object
dsta Geo::OSR::SpatialReference object
Returns:
a new Geo::OSR::CoordinateTransformation object
listref Geo::OSR::CoordinateTransformation::TransformPoint ( scalar  x,
scalar  y,
scalar  z 
)
Parameters:
x
y
z[optional]
Returns:
arrayref = [$x, $y, $z]
Geo::OSR::CoordinateTransformation::TransformPoints ( listref  points)
Parameters:
points[in/out] a reference to a list of points that is modified in-place. A list of points is: ([x, y, z], [x, y, z], ...), where z is optional.

The documentation for this class was generated from the following file: