This function computes Point or MultiPoint geometries representing locations along a measured input geometry (LineString or MultiLineString) corresponding to the provided measure value(s). Polygonal geometry inputs are not supported. The output points lie directly on the input line at the specified measure positions. Additionally, an optionalDocumentation Index
Fetch the complete documentation index at: https://docs.wherobots.com/llms.txt
Use this file to discover all available pages before exploring further.
offset parameter can shift the resulting points left or right from the input line. A positive offset displaces the points to the left side, while a negative value offsets them to the right side by the given distance.
This allows identifying precise locations along a measured linear geometry based on supplied measure values, with the ability to offset the output points if needed.
Signatures
Parameters
The linear value.
The measure value.
The offset value.
Return type
The resulting geometry.

