Skip to main content
Question

Position measure on a linear

  • July 24, 2025
  • 1 reply
  • 35 views

romainguinot
Participant
Forum|alt.badge.img

Hello, 

I think my question has been asked before but I can't find anything on Google.

Input Data : 

  • One table wothout geometry with :
    • Id
    • Id route
    • measure
  • One table with linestring geometry and : 
    • Id
    • Id route (the same)
    • geometry

I want to position my point data with the measure field along the line and generate a new Point Geometry

1 reply

nielsgerrits
VIP
Forum|alt.badge.img+61

One way to do this:

  • Merge the geometries to the records.
    • FeatureMerger
    • Records are Requestors.
    • Geometries are Suppliers.
    • Set parameter in FeatureMerger to merge geometry from supplier.
  • Create point from geometry + measure and record using the Snipper.