Returns the minimum convex geometry which contains the geometry.

1 geo.convexHull

<geo.convexHull ora_tol='ora_tol'>
    <geometry_column /> *
</geo.convexHull>
Example
Copy
<select>
    <columns>
       <geo.convexHull ora_tol='0.005'>geometry_col</geo.convexHull>
    </columns>
    <from table='buildings' alias='a' >
    </from>
    <where>
        a.name = 'MACBA'
    </where>
</select>