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>
Example
Copy
<select>
    <columns>
        <geo.point2D>
           <coords>1313 24245</coords>
           <srid>4326</srid>
        </geo.point2D>
    </columns>
    <from table='cdataemp' />
</select>