updated bindings from changes in r8709

git-svn-id: http://svn.osgeo.org/qgis/trunk@8727 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
wonder 2008-07-07 11:44:41 +00:00
parent 6aaccbdb41
commit 9cfa4d82a4

View File

@ -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?