Skip to main content

Hi,

I have some polylines that I buffered with Bufferer in order to make some checks.

Once the checks are performed, I'd like to get the original polylines back. I was wondering if I can copy the lines geometry into another geometry attribute and read them after, or maybe some other technique.

 

Thanks in advance!

 

Yes you can. Use the GeometryExtractor and the GeometryReplacer. I use FME Binary, but other encodings will probably work as well.


Yes you can. Use the GeometryExtractor and the GeometryReplacer. I use FME Binary, but other encodings will probably work as well.

Works perfectly. Thanks Niels!


Reply