You can use the SurfaceDraper for that. If the 3D line has less than 3 vertices or the vertices are all aligned you'll need to add at least one other 3D line (doesn't matter where if you're absolutely certain the 2D points match the 3D line perfectly/
You can use the SurfaceDraper for that. If the 3D line has less than 3 vertices or the vertices are all aligned you'll need to add at least one other 3D line (doesn't matter where if you're absolutely certain the 2D points match the 3D line perfectly/
Great solution @redgeographics!
Great solution @redgeographics!
Thanks! I'm surprised it works to be honest, but it'll of course go (horribly) wrong if the points are not exactly on the lines.
You can use the SurfaceDraper for that. If the 3D line has less than 3 vertices or the vertices are all aligned you'll need to add at least one other 3D line (doesn't matter where if you're absolutely certain the 2D points match the 3D line perfectly/
I agree that the SurfaceDraper works a treat. FYI, the PointOnLineOverlayer (as far as I know, in FME 2016.1+) transfers elevation (and measure) from a line to matched points. However, it's not documented explicitly. @NatalieAtSafe, I hope that someone from Safe confirms that the behavior of the POLO is correct as its specifications, and I think the Help should be updated to describe the functionalities (elevation and measure will be transferred from line to matched points) if it was correct.
Thanks, it worked perfectly. I used densifier to add vertices to the 3D polyline and SurfaceDroper worked it magic.
I think NeighborFinder should also transfer the Z values from the line (Candidate) to the points (bases)