mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
include QgsGeometry::transform() in python bindings
git-svn-id: http://svn.osgeo.org/qgis/trunk@12322 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
89d6f80149
commit
0dee825fa2
@ -195,6 +195,10 @@ not disjoint with existing polygons of the feature*/
|
||||
@return 0 in case of success*/
|
||||
int translate(double dx, double dy);
|
||||
|
||||
/**Transform this geometry as described by CoordinateTranasform ct
|
||||
@return 0 in case of success*/
|
||||
int transform( const QgsCoordinateTransform& ct );
|
||||
|
||||
/**Splits this geometry according to a given line. Note that the geometry is only splitted once. If there are several intersections
|
||||
between geometry and splitLine, only the first one is considered.
|
||||
@param splitLine the line that splits the geometry
|
||||
|
Loading…
x
Reference in New Issue
Block a user