Skip to main content
Question

How do I apply LengthCalculator & Tester to a set of centreLineReplacers? My problem is I dont think each line is defined individually?

  • November 4, 2020
  • 1 reply
  • 8 views

Forum|alt.badge.img

CaptureLooking above my CurveFitter doesnt seem to consist of a set of lines which i could then test? How do I get the image to be a defined set of line data?

 

My project is attached. I just want to get rid of all the small lines and dots present after the last CurveFitter transformer. But I'm not sure each line is its own 'object' so Icant get LengthCalculator and Tester to work?

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.

1 reply

nampreetatsafe
Safer
Forum|alt.badge.img+13
  • Safer
  • 383 replies
  • November 9, 2020

I believe the feature coming out of the CurveFitter has aggregate geometry. The way you can verify this is by selecting the feature/row in the visual preview table, and opening the feature information view:

 

 

In the Feature Information window, if you see that the fme_geometry attribute is fme_aggregate, try using the Deaggregator after the CurveFitter. The resulting output from the Deaggregator should give you individual geometries such as fme_line and create a feature/row for each.