mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
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:
parent
6aaccbdb41
commit
9cfa4d82a4
@ -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?
|
||||
|
Loading…
x
Reference in New Issue
Block a user