QGIS API Documentation
2.8.2-Wien
|
Determine making the graph from vector line layer. More...
#include <qgslinevectorlayerdirector.h>
Public Member Functions | |
QgsLineVectorLayerDirector (QgsVectorLayer *myLayer, int directionFieldId, const QString &directDirectionValue, const QString &reverseDirectionValue, const QString &bothDirectionValue, int defaultDirection) | |
virtual | ~QgsLineVectorLayerDirector () |
Destructor. | |
void | makeGraph (QgsGraphBuilderInterface *builder, const QVector< QgsPoint > &additionalPoints, QVector< QgsPoint > &tiedPoints) const override |
Make a graph using RgGraphBuilder. | |
QString | name () const override |
return Director name | |
Public Member Functions inherited from QgsGraphDirector | |
virtual | ~QgsGraphDirector () |
Destructor. | |
void | addProperter (QgsArcProperter *prop) |
Additional Inherited Members | |
Signals inherited from QgsGraphDirector | |
void | buildMessage (QString) const |
void | buildProgress (int, int) const |
Protected Attributes inherited from QgsGraphDirector | |
QList< QgsArcProperter * > | mProperterList |
Determine making the graph from vector line layer.
Definition at line 34 of file qgslinevectorlayerdirector.h.
QgsLineVectorLayerDirector::QgsLineVectorLayerDirector | ( | QgsVectorLayer * | myLayer, |
int | directionFieldId, | ||
const QString & | directDirectionValue, | ||
const QString & | reverseDirectionValue, | ||
const QString & | bothDirectionValue, | ||
int | defaultDirection | ||
) |
myLayer | source vector layer |
directionFieldId | feield contain road direction value |
directDirectionValue | value for one-way road |
reverseDirectionValue | value for reverse one-way road |
bothDirectionValue | value for road |
defaultDirection | 1 - direct direction, 2 - reverse direction, 3 - both direction |
Definition at line 102 of file qgslinevectorlayerdirector.cpp.
|
virtual |
Destructor.
Definition at line 118 of file qgslinevectorlayerdirector.cpp.
|
overridevirtual |
Make a graph using RgGraphBuilder.
builder | The graph builder |
additionalPoints | Vector of points that must be tied to the graph |
tiedPoints | Vector of tied points |
Reimplemented from QgsGraphDirector.
Definition at line 128 of file qgslinevectorlayerdirector.cpp.
|
overridevirtual |
return Director name
Implements QgsGraphDirector.
Definition at line 123 of file qgslinevectorlayerdirector.cpp.