Skip to content

Commit 9cfa4d8

Browse files
author
wonder
committedJul 7, 2008
updated bindings from changes in r8709
git-svn-id: http://svn.osgeo.org/qgis/trunk@8727 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 6aaccbd commit 9cfa4d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎python/core/qgsdistancearea.sip

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ class QgsDistanceArea
2222
//! sets source spatial reference system (by QGIS SRS)
2323
void setSourceSRS(long srsid);
2424

25+
//! sets source spatial reference system (by EPSG)
26+
void setSourceEPSG(long epsgId);
27+
2528
//! returns source spatial reference system
2629
long sourceSRS();
2730
//! What sort of coordinate system is being used?

0 commit comments

Comments
 (0)
Please sign in to comment.