Returns a 2B line from the indicated coordinates.
1 geo.line
<geo.line>
<coords> *
<coords /> *
</coords>
<srid> *
<srid /> *
</srid>
</geo.line>
Arguments | |||||
---|---|---|---|---|---|
Name | Type | Required | Unique | Nullable | Description |
Ecoords | Coordinates of the geometry, separated by ",". | ||||
Ecoords | string | ||||
Esrid | SRID of the geometry. | ||||
Esrid | integer |
Example
Copy
<select> <columns> <geo.line> <coords>391 294, 2489 242,42345 4543, 35 454 </coords> <srid>4326</srid> </geo.line> </columns> <from table='dual' /> </select>