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: src/analysis/vector/qgsgeometryanalyzer.h
+1-1
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ class ANALYSIS_EXPORT QgsGeometryAnalyzer
109
109
@param locationField1 attribute index of location field in event layer
110
110
@param locationField2 attribute index of location end field (or -1 for point layer)
111
111
*/
112
-
booleventLayer( QgsVectorLayer* lineLayer, QgsVectorLayer* eventLayer, int lineField, int eventField, const QString& outputLayer,
112
+
booleventLayer( QgsVectorLayer* lineLayer, QgsVectorLayer* eventLayer, int lineField, int eventField, QList<int>& unlocatedFeatureIds, const QString& outputLayer,
113
113
const QString& outputFormat, int locationField1, int locationField2 = -1, QgsVectorDataProvider* memoryProvider = 0, QProgressDialog* p = 0 );
114
114
115
115
/**Returns linear reference geometry as a multiline (or 0 if no match). Currently, the z-coordinates are considered to be the measures (no support for m-values in QGIS)*/
0 commit comments