Skip to main content
Question

Merging geometries on different features

  • June 22, 2013
  • 2 replies
  • 54 views

Forum|alt.badge.img
My SQL query returns multiple geometries from oracle. I need to use merge all geometries and return result in same feature.

 

 

 So when i use it in SQLExecutor, it creates different features with one geom. How can i merge geometries from all out features and return only one feature?
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

fmelizard
Safer
Forum|alt.badge.img+22
  • Safer
  • June 22, 2013
Hi,

 

 

You can use the aggregator to create multiple aggregates based on a selection of your choice by using the group by  parameter, or a single aggregte by leaving the parameter empty.

 

 

Itay

Forum|alt.badge.img
  • Author
  • June 24, 2013
Thank You. It works !! :)