mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04:00
use QgsVectorLayer*, not use LayerId
This commit is contained in:
parent
a568c7b994
commit
032937ff7d
@ -11,14 +11,14 @@ class QgsLineVectorLayerDirector : QgsGraphDirector
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
/**
|
/**
|
||||||
* @param layerId
|
* @param myLayer source vector layer
|
||||||
* @param directionFieldId feield contain road direction value
|
* @param directionFieldId feield contain road direction value
|
||||||
* @param directDirectionValue value for one-way road
|
* @param directDirectionValue value for one-way road
|
||||||
* @param reverseDirectionValue value for reverse one-way road
|
* @param reverseDirectionValue value for reverse one-way road
|
||||||
* @param bothDirectionValue value for road
|
* @param bothDirectionValue value for road
|
||||||
* @param defaultDirection 1 - direct direction, 2 - reverse direction, 3 - both direction
|
* @param defaultDirection 1 - direct direction, 2 - reverse direction, 3 - both direction
|
||||||
*/
|
*/
|
||||||
QgsLineVectorLayerDirector( const QString& layerId,
|
QgsLineVectorLayerDirector( QgsVectorLayer* myLayer,
|
||||||
int directionFieldId,
|
int directionFieldId,
|
||||||
const QString& directDirectionValue,
|
const QString& directDirectionValue,
|
||||||
const QString& reverseDirectionValue,
|
const QString& reverseDirectionValue,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user