Returns a geometry of line type with the vertices of the line passed as parameter in reverse order.

1 geo.reverseLine

<geo.reverseLine>
    <geom_column /> *
</geo.reverseLine>
Example
Copy
<select>
    <columns>
        <geo.reverseLine srid='4326'>a.the_geom</geo.reverseLine>
    </columns>
    <from table='roads' alias='a' />
</select>