File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,17 @@ class QgsCoordinateTransformContext
15
15
%Docstring
16
16
Contains information about the context in which a coordinate transform is executed.
17
17
18
+ The context stores various information regarding which coordinate transforms should
19
+ be used when transforming points from a source to destination coordinate reference
20
+ system.
21
+
22
+ The highest priority transforms are those set using addSourceDestinationDatumTransform()
23
+ and which the transform has a matching source to destination CRS pair.
24
+
25
+ Failing this, if the source CRS has a matching transform specified by
26
+ addSourceDatumTransform() then this datum transform will be used. The same logic
27
+ applies for destination CRS transforms set using addDestinationDatumTransform().
28
+
18
29
.. versionadded:: 3.0
19
30
%End
20
31
Original file line number Diff line number Diff line change 27
27
* \ingroup core
28
28
* Contains information about the context in which a coordinate transform is executed.
29
29
*
30
+ * The context stores various information regarding which coordinate transforms should
31
+ * be used when transforming points from a source to destination coordinate reference
32
+ * system.
33
+ *
34
+ * The highest priority transforms are those set using addSourceDestinationDatumTransform()
35
+ * and which the transform has a matching source to destination CRS pair.
36
+ *
37
+ * Failing this, if the source CRS has a matching transform specified by
38
+ * addSourceDatumTransform() then this datum transform will be used. The same logic
39
+ * applies for destination CRS transforms set using addDestinationDatumTransform().
40
+ *
30
41
* \since QGIS 3.0
31
42
*/
32
43
You can’t perform that action at this time.
0 commit comments