Skip to main content
Solved

How to merge two layers to create single layer

  • December 4, 2022
  • 2 replies
  • 389 views

spiderman
Contributor
Forum|alt.badge.img+7

 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

Best answer by nielsgerrits

Aggregator. Group by common id.

 

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

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2938 replies
  • Best Answer
  • December 4, 2022

Aggregator. Group by common id.

 

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


spiderman
Contributor
Forum|alt.badge.img+7
  • Author
  • Contributor
  • 64 replies
  • December 4, 2022

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 .