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>
Arguments | |||||
---|---|---|---|---|---|
Name | Type | Required | Unique | Nullable | Description |
Egeom_column | geometry | Geometric object of type LINESTRING. |
Example
Copy
<select> <columns> <geo.reverseLine srid='4326'>a.the_geom</geo.reverseLine> </columns> <from table='roads' alias='a' /> </select>