Proxy of C++ OSRCoordinateTransformationShadow class.
|
|
|
__init__(self,
*args)
__init__(OSRCoordinateTransformationShadow self, SpatialReference
src, SpatialReference dst) -> CoordinateTransformation
__init__(OSRCoordinateTransformationShadow self, SpatialReference
src, SpatialReference dst, CoordinateTransformationOptions options)
-> CoordinateTransformation |
source code
|
|
|
TransformPoint(self,
*args)
TransformPoint(CoordinateTransformation self, double [3] inout)
TransformPoint(CoordinateTransformation self, double [4] inout)
TransformPoint(CoordinateTransformation self, double x, double y,
double z=0.0) TransformPoint(CoordinateTransformation self, double x,
double y, double z, double t) |
source code
|
|
|
TransformPointWithErrorCode(self,
*args)
TransformPointWithErrorCode(CoordinateTransformation self, double x,
double y, double z, double t) |
source code
|
|
|
TransformPoints(self,
*args)
TransformPoints(CoordinateTransformation self, int nCount) |
source code
|
|
|
TransformBounds(self,
*args)
TransformBounds(CoordinateTransformation self, double minx, double
miny, double maxx, double maxy, int densify_pts) |
source code
|
|