You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python/analysis/qgsgeometryanalyzer.sip
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,17 @@ class QgsGeometryAnalyzer
46
46
bool onlySelectedFeatures = false,
47
47
int uniqueIdField = -1 );
48
48
49
+
/**Creates an event layer (multipoint or multiline). Note that currently (until QgsGeometry supports m-values) the z-coordinate of the line layer is used for linear referencing
50
+
@param lineLayer layer with the line geometry
51
+
@param eventLayer layer with features and location field
52
+
@param lineField join index in line layer
53
+
@param eventField join index in event layer
54
+
@param locationField1 attribute index of location field in event layer
55
+
@param locationField2 attribute index of location end field (or -1 for point layer)
56
+
*/
57
+
bool eventLayer( QgsVectorLayer* lineLayer, QgsVectorLayer* eventLayer, int lineField, int eventField, const QString& outputLayer,
58
+
const QString& outputFormat, int locationField1, int locationField2 = -1, QgsVectorDataProvider* memoryProvider = 0, QProgressDialog* p = 0 );
/**Creates an event layer (multipoint or multiline). Note that currently (until QgsGeometry supports m-values) the z-coordinate of the line layer is used for linear referencing
104
+
@param lineLayer layer with the line geometry
105
+
@param eventLayer layer with features and location field
106
+
@param lineField join index in line layer
107
+
@param eventField join index in event layer
108
+
@param locationField1 attribute index of location field in event layer
109
+
@param locationField2 attribute index of location end field (or -1 for point layer)
110
+
*/
111
+
booleventLayer( QgsVectorLayer* lineLayer, QgsVectorLayer* eventLayer, int lineField, int eventField, const QString& outputLayer,
112
+
const QString& outputFormat, int locationField1, int locationField2 = -1, QgsVectorDataProvider* memoryProvider = 0, QProgressDialog* p = 0 );
0 commit comments