Returns the geometry which is the topological union of the specified geometric objects. Using Oracle Retorna la geometría que es la unión topologica de los objetos geométricos especificados. Usando Oracle, must be taken into account that the value of tolerance can affect the topology of the obtained geometry.

1 geo.aggrUnion

<geo.aggrUnion
    ora_isline='y|n'
    ora_tol='ora_tol'
    pg_collect='y'
>
    <geometry_column /> *
</geo.aggrUnion>
Example
Copy
<select>
    <columns>
       <geo.aggrUnion pg_collect='y'>a.type, a.geometry_col</geo.aggrUnion>
    </columns>
    <from table='buildings' alias='a' >
    </from>
    <group>a.type</group>
</select>