Proxy of C++ OGRCoordinateTransformationOptions class.
|
|
|
__init__(self,
*args)
__init__(OGRCoordinateTransformationOptions self) ->
CoordinateTransformationOptions |
source code
|
|
|
SetAreaOfInterest(self,
*args)
SetAreaOfInterest(CoordinateTransformationOptions self, double
westLongitudeDeg, double southLatitudeDeg, double eastLongitudeDeg,
double northLatitudeDeg) -> bool |
source code
|
|
|
SetOperation(self,
*args)
SetOperation(CoordinateTransformationOptions self, char const *
operation) -> bool |
source code
|
|
|
SetDesiredAccuracy(self,
*args)
SetDesiredAccuracy(CoordinateTransformationOptions self, double
accuracy) -> bool |
source code
|
|
|
SetBallparkAllowed(self,
*args)
SetBallparkAllowed(CoordinateTransformationOptions self, bool
allowBallpark) -> bool |
source code
|
|