I couldn’t figure out which transformation tools can convert Areas, Ellipses and Arcs to Lines such that they are collected in one ESRI feature class (polyline type).
Thank you
Best
Jamal
I couldn’t figure out which transformation tools can convert Areas, Ellipses and Arcs to Lines such that they are collected in one ESRI feature class (polyline type).
Thank you
Best
Jamal
you can use the ArcStroker for this. In some cases you might also want to add a GeometryRefiner to merge contiguous paths/segments into a single geometry before writing it.
David
Now, how lines can be converted to polygons or vice versa? In the ArcGIS, all types of features can be conveted to one another.
In FME:
How lines are converted to polygons?
How polygons are converted to lines?
you can use the GeometryCoercer to convert to/from lines and polygons.
For non-closing polylines, you can use the LineCloser first.
David
There are many transformers, I think you can do almost all geometric manipulations you want. For example, regarding the image of Feature To Polygon tool, "LINE INPUT" is equivalent to the Intersector + AreaBuilder and "POLYGON INPUT" is equivalent to the AreaOnAreaOverlayer.
Takashi
All commands you have provided are very useful. I couldn’t figure out why the “AreaOnAreaOverlayer” doesn’t work? Which special inputs must be provided to this transformer?
Very much appreciated
Best
Jamal
You might want to keep in mind that arcstroking may lead to loss of topology ( if that is important that is).
Sure, I consider that some transformers do change the geometry of objects (features).
Best
Jamal