We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 89d6f80 commit 0dee825Copy full SHA for 0dee825
python/core/qgsgeometry.sip
@@ -195,6 +195,10 @@ not disjoint with existing polygons of the feature*/
195
@return 0 in case of success*/
196
int translate(double dx, double dy);
197
198
+ /**Transform this geometry as described by CoordinateTranasform ct
199
+ @return 0 in case of success*/
200
+ int transform( const QgsCoordinateTransform& ct );
201
+
202
/**Splits this geometry according to a given line. Note that the geometry is only splitted once. If there are several intersections
203
between geometry and splitLine, only the first one is considered.
204
@param splitLine the line that splits the geometry
0 commit comments