Skip to content

Commit f7b315f

Browse files
committedDec 15, 2017
Doxygen
1 parent 2e2e124 commit f7b315f

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
 

‎python/core/qgscoordinatetransformcontext.sip

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,17 @@ class QgsCoordinateTransformContext
1515
%Docstring
1616
Contains information about the context in which a coordinate transform is executed.
1717

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+
1829
.. versionadded:: 3.0
1930
%End
2031

‎src/core/qgscoordinatetransformcontext.h

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,17 @@
2727
* \ingroup core
2828
* Contains information about the context in which a coordinate transform is executed.
2929
*
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+
*
3041
* \since QGIS 3.0
3142
*/
3243

0 commit comments

Comments
 (0)
Please sign in to comment.