Returns TRUE if there is no point in the geometry geom1 outside the geometry geom2.

1 geo.coveredBy

<geo.coveredBy>
    <geom1> *
        <geom1 /> *
    </geom1>
    <geom2> *
        <geom2 /> *
    </geom2>
</geo.coveredBy>
Example
Copy
<select>
    <columns>
       <geo.coveredBy>
            <geom1>geometry_col_1</geom1>
            <geom2>geometry_col_2</geom2>
       </geo.coveredBy>
    </columns>
    <from table='buildings' alias='a' >
    </from>
    <where>
        a.name = 'MACBA'
    </where>
</select>