22 , mCtfEnabled( ctfEnabled )
26 mDa.setEllipsoid( ellipsoidID );
41 Q_UNUSED( strategies )
Represents a coordinate reference system (CRS).
virtual void addVertex(int id, const QgsPointXY &pt)
Add vertex to the graph.
QgsGraphBuilderInterface(const QgsCoordinateReferenceSystem &crs, bool ctfEnabled=true, double topologyTolerance=0.0, const QString &ellipsoidID="WGS84")
Default constructor.
virtual void addEdge(int pt1id, const QgsPointXY &pt1, int pt2id, const QgsPointXY &pt2, const QVector< QVariant > &strategies)
Add edge to the graph.
double topologyTolerance() const
Returns topology tolerance.
static QgsProject * instance()
Returns the QgsProject singleton instance.