Skip to main content
Solved

Add Geometry to Feature

  • June 22, 2015
  • 1 reply
  • 6 views

Forum|alt.badge.img
Hello everyone,

 

 

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

Best answer by pratap

Hi,

 

 

If this problem is not solved then could you please explain in detail
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.

1 reply

pratap
Contributor
Forum|alt.badge.img+12
  • Contributor
  • Best Answer
  • June 25, 2015
Hi,

 

 

If this problem is not solved then could you please explain in detail