16 #ifndef QGSGRAPHBUILDERINTERFACE_H 17 #define QGSGRAPHBUILDERINTERFACE_H 24 #include "qgis_analysis.h" 45 if ( dynamic_cast< QgsGraphBuilder * >( sipCpp ) != NULL )
46 sipType = sipType_QgsGraphBuilder;
62 double topologyTolerance = 0.0,
const QString &ellipsoidID =
"WGS84" );
81 return mTopologyTolerance;
96 virtual void addVertex(
int id,
const QgsPointXY &pt );
107 virtual void addEdge(
int pt1id,
const QgsPointXY &pt1,
int pt2id,
const QgsPointXY &pt2,
const QVector< QVariant > &strategies );
116 double mTopologyTolerance;
122 #endif // QGSGRAPHBUILDERINTERFACE_H
bool coordinateTransformationEnabled()
Returns coordinate transformation enabled.
A class to represent a 2D point.
Determine interface for creating a graph.
const QgsCoordinateReferenceSystem & crs
Point geometry type, with support for z-dimension and m-values.
A general purpose distance and area calculator, capable of performing ellipsoid based calculations...
This class represents a coordinate reference system (CRS).
#define SIP_CONVERT_TO_SUBCLASS_CODE(code)
double topologyTolerance()
Returns topology tolerance.
QgsCoordinateReferenceSystem destinationCrs() const
Returns destinaltion CRS.
QgsDistanceArea * distanceArea()
Returns measurement tool.