Returns a linestring spanning minimum and maximum values of each dimension of the given geometry’s coordinates as its start and end point respectively. If an empty geometry is provided, the returned LineString is also empty. If a single vertex (POINT) is provided, the returned LineString has both the start and end points same as the points coordinatesDocumentation Index
Fetch the complete documentation index at: https://docs.wherobots.com/llms.txt
Use this file to discover all available pages before exploring further.
Signatures
Parameters
The input geometry.
Return type
The resulting geometry.
Example
POLYGON ((1 1 1, 3 3 3, 0 1 4, 4 4 0, 1 1 1))
POINT (10 10)
GEOMETRYCOLLECTION(POLYGON ((5 5 5, -1 2 3, -1 -1 0, 5 5 5)), POINT (10 3 3))

