QGIS API Documentation  2.8.2-Wien
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | List of all members
QgsGraphBuilder Class Reference

This class making the QgsGraph object. More...

#include <qgsgraphbuilder.h>

Inheritance diagram for QgsGraphBuilder:
Inheritance graph
[legend]

Public Member Functions

 QgsGraphBuilder (const QgsCoordinateReferenceSystem &crs, bool otfEnabled=true, double topologyTolerance=0.0, const QString &ellipsoidID="WGS84")
 default constructor
 ~QgsGraphBuilder ()
virtual void addArc (int pt1id, const QgsPoint &pt1, int pt2id, const QgsPoint &pt2, const QVector< QVariant > &prop) override
 add arc
virtual void addVertex (int id, const QgsPoint &pt) override
 add vertex
QgsGraphgraph ()
 return QgsGraph result;
- Public Member Functions inherited from QgsGraphBuilderInterface
 QgsGraphBuilderInterface (const QgsCoordinateReferenceSystem &crs, bool ctfEnabled=true, double topologyTolerance=0.0, const QString &ellipsoidID="WGS84")
 QgsGraphBuilderInterface constructor.
virtual ~QgsGraphBuilderInterface ()
 Destructor.
bool coordinateTransformationEnabled ()
 get coordinate transformation enabled
QgsCoordinateReferenceSystemdestinationCrs ()
 get destinaltion Crs
QgsDistanceAreadistanceArea ()
 get measurement tool
double topologyTolerance ()
 get topology tolerance

Detailed Description

This class making the QgsGraph object.

Definition at line 36 of file qgsgraphbuilder.h.

Constructor & Destructor Documentation

QgsGraphBuilder::QgsGraphBuilder ( const QgsCoordinateReferenceSystem crs,
bool  otfEnabled = true,
double  topologyTolerance = 0.0,
const QString &  ellipsoidID = "WGS84" 
)

default constructor

Definition at line 24 of file qgsgraphbuilder.cpp.

QgsGraphBuilder::~QgsGraphBuilder ( )

Definition at line 30 of file qgsgraphbuilder.cpp.

Member Function Documentation

void QgsGraphBuilder::addArc ( int  pt1id,
const QgsPoint pt1,
int  pt2id,
const QgsPoint pt2,
const QVector< QVariant > &  properties 
)
overridevirtual

add arc

Parameters
pt1idfirst vertex identificator
pt1first vertex coordinate
pt2idsecond vertex identificator
pt2second vertex coordinate
propertiesarc properties
Note
pt1id, pt1 and pt2id, pt2 is a redundant interface. You can use vertex coordinates or their identificators.

Reimplemented from QgsGraphBuilderInterface.

Definition at line 41 of file qgsgraphbuilder.cpp.

void QgsGraphBuilder::addVertex ( int  id,
const QgsPoint pt 
)
overridevirtual

add vertex

Parameters
idvertex identifier
ptvertex coordinate
Note
id and pt are redundant. You can use pt or id to identify the vertex

Reimplemented from QgsGraphBuilderInterface.

Definition at line 36 of file qgsgraphbuilder.cpp.

QgsGraph * QgsGraphBuilder::graph ( )

return QgsGraph result;

Definition at line 46 of file qgsgraphbuilder.cpp.


The documentation for this class was generated from the following files: