I want to add geometries from one feature to another and change their geometry_name.
I have a base feature "VerticalStructure" which has a list of geometries (Polygone) (part{}.VerticalStructurePart.extent). But this "VerticalStructure" also contains geometries for LightElements (part{}.VerticalStructurePart.lighting{}.LightElement.location). So I created another feature called "VerticalStructureLightElement" (Point), and set the geometry (lighting{}.LightElement.location)
After creating both geometries I thougt I could use an Aggregator to add the geometries from "VerticalStructureLightElement" to "VerticalStructure". But somehow i am stuck. I want to rename all "VerticalStructureLightElement" geometries to part{}.VerticalStructurePart.lighting{}.LightElement.location to add the lightElement geometry to every item of part{}.
I also tried the FeatureMerger, but then most geometries get lost.
Does someone know how to handle that?
Regards,
Melanie