Question

Merging geometries on different features

  • 22 June 2013
  • 2 replies
  • 2 views

Badge
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?

2 replies

Userlevel 4
Badge +13
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
Badge
Thank You. It works !! :)

Reply