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:
src a Geo::OSR::SpatialReference object
dst a 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 (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.


The documentation for this class was generated from the following file:
Generated on 26 May 2013 for Geo::GDAL by  doxygen 1.4.7