Proxy of C++ OSRCoordinateTransformationShadow class.
|
|
|
__init__(self,
*args)
__init__(CoordinateTransformation self, SpatialReference src,
SpatialReference dst) -> CoordinateTransformation
__init__(CoordinateTransformation 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
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|