Returns a 2D point from the indicated coordinate (according to the WKT representation).
1 geo.point2D
<geo.point2D>
<coords> *
<coords /> *
</coords>
<srid> *
<srid /> *
</srid>
</geo.point2D>
Arguments | |||||
---|---|---|---|---|---|
Name | Type | Required | Unique | Nullable | Description |
Ecoords | Geometry coordinates, separarted by ",". | ||||
Ecoords | string | ||||
Esrid | SRID of the geometry. | ||||
Esrid | integer |
Example
Copy
<select> <columns> <geo.point2D> <coords>1313 24245</coords> <srid>4326</srid> </geo.point2D> </columns> <from table='cdataemp' /> </select>