This is possible in FME and actually not that difficult. For the first part, the dynamic segmentation, you'll want to use a Snipper transformer. With this you can select how much of the existing line you want to duplicate, using distance, percentage or a few other options.
Next, if you use a HorizontalAngleCalculator custom transformer from the FME Hub, you can calculate the angle of your line. This will be needed in the next transformer, the Offsetter. Make sure you add 90 degrees to the angle to offset the line perpendicular to the first line. See the images for details. I hope this helps.
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
This is possible in FME and actually not that difficult. For the first part, the dynamic segmentation, you'll want to use a Snipper transformer. With this you can select how much of the existing line you want to duplicate, using distance, percentage or a few other options.
Next, if you use a HorizontalAngleCalculator custom transformer from the FME Hub, you can calculate the angle of your line. This will be needed in the next transformer, the Offsetter. Make sure you add 90 degrees to the angle to offset the line perpendicular to the first line. See the images for details. I hope this helps.
This is possible in FME and actually not that difficult. For the first part, the dynamic segmentation, you'll want to use a Snipper transformer. With this you can select how much of the existing line you want to duplicate, using distance, percentage or a few other options.
Next, if you use a HorizontalAngleCalculator custom transformer from the FME Hub, you can calculate the angle of your line. This will be needed in the next transformer, the Offsetter. Make sure you add 90 degrees to the angle to offset the line perpendicular to the first line. See the images for details. I hope this helps.
Ah that's perfect thank you! I can't believe I never searched for "Offset" in the transformers