missing QgsDistanceArea.setSourceCrs() in SIP

This commit is contained in:
Radim Blazek 2014-01-09 17:58:57 +01:00
parent 63ba802e05
commit 46a6224c2a
2 changed files with 7 additions and 1 deletions

View File

@ -24,6 +24,9 @@ class QgsDistanceArea
//! sets source spatial reference system (by QGIS CRS)
void setSourceCrs( long srsid );
//! sets source spatial reference system (by QGIS CRS)
void setSourceCrs( const QgsCoordinateReferenceSystem& srcCRS );
//! sets source spatial reference system by authid
void setSourceAuthId( QString authid );

View File

@ -55,7 +55,10 @@ class CORE_EXPORT QgsDistanceArea
//! sets source spatial reference system (by QGIS CRS)
void setSourceCrs( long srsid );
//! sets source spatial reference system (by QGIS CRS)
/**
* Sets source spatial reference system (by QGIS CRS)
* @note: missing in Python bindings in QGIS < 2.2
*/
void setSourceCrs( const QgsCoordinateReferenceSystem& srcCRS );
//! sets source spatial reference system by authid