Skip to main content

Hi All,

 

I'm working on a workbench to create smooth arc/ polygons from N, S, E, W and NW readings. I was able to calculate the lines & point based on the readings but need help to draw the spline lines/polygons in FME.

Below an example of the point and lines extracted from N, S, E, W and NW readings:

Points...and the following screenshot shows the desired output: spline lines made the polygon

PolyI'm wondering if there's any way to create those splines to make the final polygon?

 

Thanks 🙂

 

 

 

Hi @galigis​ ,

I don't think there is a transfromer which generates spline curves, but Generalizer transforms hull of the input lines to a smooth polygon close to your image.

  • HullAccumlator
  • Generalize with Algorithm: NURBfit (Smooth) 

smooth_polygon 


Thanks @Takashi Iijima​ we both reached to the same conclusion 🙂 thanks again


Reply