Skip to main content

 I have used text adder to create name of polygon at the middle .

So i have points geometry as name of each polygon at middle of polygon and polygon borders.

i would like to merge both of them and have point and borders in one layer .

How could I do it ?

i would like to keep only attributes and rows of polygon borders .

there is id common between polygon borders and points

 

Fme 2021

Thabks in advance

Aggregator. Group by common id.

 

Be aware, not all data formats support heterogenous collections. Esri shape and gdb for example only accept homogenous collections.


Aggregator. Group by common id.

 

Be aware, not all data formats support heterogenous collections. Esri shape and gdb for example only accept homogenous collections.

Thanks a lot ,u r the best .

i am confused about something .

i would like to write output of aggregator (text points and polygon border ) and other output of lines to geo database .

but when I have chosen writer geodata base Geometry geodb_polyline .

and I have tried later to read the geodata base file , I am reading only lines without (polygon and points )

 

my target to write polygon and text points and some lines to write as geo database Esri api and read them later to use them .


Reply