Skip to content

Commit 0dee825

Browse files
author
jef
committedDec 3, 2009
include QgsGeometry::transform() in python bindings
git-svn-id: http://svn.osgeo.org/qgis/trunk@12322 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 89d6f80 commit 0dee825

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎python/core/qgsgeometry.sip

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,10 @@ not disjoint with existing polygons of the feature*/
195195
@return 0 in case of success*/
196196
int translate(double dx, double dy);
197197

198+
/**Transform this geometry as described by CoordinateTranasform ct
199+
@return 0 in case of success*/
200+
int transform( const QgsCoordinateTransform& ct );
201+
198202
/**Splits this geometry according to a given line. Note that the geometry is only splitted once. If there are several intersections
199203
between geometry and splitLine, only the first one is considered.
200204
@param splitLine the line that splits the geometry

0 commit comments

Comments
 (0)
Please sign in to comment.