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
/**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
103
+
/**Creates an event layer (multipoint or multiline) by locating features from a (non-spatial) event table along the features of a line layer.
104
+
Note that currently (until QgsGeometry supports m-values) the z-coordinate of the line layer is used for linear referencing
104
105
@param lineLayer layer with the line geometry
105
106
@param eventLayer layer with features and location field
106
107
@param lineField join index in line layer
@@ -111,9 +112,10 @@ class ANALYSIS_EXPORT QgsGeometryAnalyzer
111
112
booleventLayer( QgsVectorLayer* lineLayer, QgsVectorLayer* eventLayer, int lineField, int eventField, const QString& outputLayer,
112
113
const QString& outputFormat, int locationField1, int locationField2 = -1, QgsVectorDataProvider* memoryProvider = 0, QProgressDialog* p = 0 );
113
114
114
-
/**Returns multilinestring*/
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