Skip to main content

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?

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. 


Reply