Skip to content

Commit

Permalink
updated bindings from changes in r8709
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@8727 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Jul 7, 2008
1 parent 6aaccbd commit 9cfa4d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/core/qgsdistancearea.sip
Expand Up @@ -22,6 +22,9 @@ class QgsDistanceArea
//! sets source spatial reference system (by QGIS SRS)
void setSourceSRS(long srsid);

//! sets source spatial reference system (by EPSG)
void setSourceEPSG(long epsgId);

//! returns source spatial reference system
long sourceSRS();
//! What sort of coordinate system is being used?
Expand Down

0 comments on commit 9cfa4d8

Please sign in to comment.