mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-19 00:07:15 -04:00
update SIP files
This commit is contained in:
parent
b295fccc27
commit
31cd113b55
@ -32,7 +32,7 @@ class QgsGraphBuilderInterface
|
||||
%End
|
||||
public:
|
||||
|
||||
QgsGraphBuilderInterface( const QgsCoordinateReferenceSystem &crs, bool ctfEnabled = true, double topologyTolerance = 0.0, const QString &ellipsoidID = "WGS84" )
|
||||
QgsGraphBuilderInterface( const QgsCoordinateReferenceSystem &crs, bool ctfEnabled = true, double topologyTolerance = 0.0, const QString &ellipsoidID = "WGS84" );
|
||||
%Docstring
|
||||
Default constructor
|
||||
\param crs Coordinate reference system for new graph vertex
|
||||
@ -40,10 +40,6 @@ class QgsGraphBuilderInterface
|
||||
\param topologyTolerance sqrt distance between source point as one graph vertex
|
||||
\param ellipsoidID ellipsoid for edge measurement
|
||||
%End
|
||||
: mCrs( crs );
|
||||
%Docstring
|
||||
:rtype: :
|
||||
%End
|
||||
|
||||
virtual ~QgsGraphBuilderInterface();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user