mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
missing QgsDistanceArea.setSourceCrs() in SIP
This commit is contained in:
parent
63ba802e05
commit
46a6224c2a
@ -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 );
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user