Locate Point Along Nearest Line¶
Summary¶
Set M and Z coordinates from the nearest point on the nearest line
Tags:vector
, nearest
, m coordinate
Usage¶
Find the nearest point on the nearest line, and transfer M and Z coordinates to the input point.
Parameters¶
Parameter | Description | Type |
---|---|---|
PointsINPUT
|
QgsProcessingParameterFeatureSource | |
LinesLINES
|
QgsProcessingParameterFeatureSource | |
Search DistanceSEARCH_DISTANCE
|
Default value: 50.0
|
QgsProcessingParameterDistance |
M|Z No-Data Value For Unmatched PointsNO_DATA
|
Default value: -999
|
QgsProcessingParameterNumber |
Referenced PointsOUTPUT
|
QgsProcessingParameterFeatureSink |