Geo::GDAL
2.4
|
An object for transforming from one projection to another.
More...
Public Member Functions | |
public array reference | TransformPoint (scalar x, scalar y, scalar z) |
public method | TransformPoints (arrayref points) |
public Geo::OSR::CoordinateTransformation | new (scalar src, scalar dst) |
Public Member Functions inherited from Geo::OSR | |
public list | AngularUnits () |
public method | CreateCoordinateTransformation () |
public list | Datums () |
public list | GetProjectionMethodParamInfo (scalar projection, scalar parameter) |
public list | GetProjectionMethodParameterList (scalar projection) |
public array reference | GetProjectionMethods () |
public scalar | GetUserInputAsWKT (scalar name) |
public scalar | GetWellKnownGeogCSAsWKT (scalar name) |
Get well known geographic coordinate system as WKT More... | |
public list | LinearUnits () |
public method | OAO_Down () |
public method | OAO_East () |
public method | OAO_North () |
public method | OAO_Other () |
public method | OAO_South () |
public method | OAO_Up () |
public method | OAO_West () |
public list | Parameters () |
public list | Projections () |
public method | SRS_PM_GREENWICH () |
public method | SRS_WGS84_INVFLATTENING () |
public method | SRS_WGS84_SEMIMAJOR () |
public method | SRS_WKT_WGS84 () |
An object for transforming from one projection to another.
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 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. |