mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-16 00:03:12 -04:00
update SIP files
This commit is contained in:
parent
b295fccc27
commit
31cd113b55
@ -32,7 +32,7 @@ class QgsGraphBuilderInterface
|
|||||||
%End
|
%End
|
||||||
public:
|
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
|
%Docstring
|
||||||
Default constructor
|
Default constructor
|
||||||
\param crs Coordinate reference system for new graph vertex
|
\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 topologyTolerance sqrt distance between source point as one graph vertex
|
||||||
\param ellipsoidID ellipsoid for edge measurement
|
\param ellipsoidID ellipsoid for edge measurement
|
||||||
%End
|
%End
|
||||||
: mCrs( crs );
|
|
||||||
%Docstring
|
|
||||||
:rtype: :
|
|
||||||
%End
|
|
||||||
|
|
||||||
virtual ~QgsGraphBuilderInterface();
|
virtual ~QgsGraphBuilderInterface();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user