> For the complete documentation index, see [llms.txt](https://mariadb.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mariadb.com/docs/server/reference/sql-statements/geometry-constructors/point-properties.md).

# Point Properties

{% columns %}
{% column %}
{% content-ref url="/pages/V2ivUi2kKOMOGhYhYFqB" %}
[X](/docs/server/reference/sql-statements/geometry-constructors/point-properties/point-properties-x.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
Synonym for ST\_X. Returns the X-coordinate value of a Point geometry as a double-precision number.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
{% content-ref url="/pages/MpssesteuOMywVgscEDu" %}
[Y](/docs/server/reference/sql-statements/geometry-constructors/point-properties/point-properties-y.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
Synonym for ST\_Y. Returns the Y-coordinate value of a Point geometry as a double-precision number.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
{% content-ref url="/pages/vMoL5c2Ptr8LRMMpAluR" %}
[ST\_X](/docs/server/reference/sql-statements/geometry-constructors/point-properties/st_x.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
Returns the X-coordinate of a Point geometry. This function extracts the horizontal coordinate value as a double-precision number.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
{% content-ref url="/pages/LmpZ0hRA9WGVuqSfNx0j" %}
[ST\_Y](/docs/server/reference/sql-statements/geometry-constructors/point-properties/st_y.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
Returns the Y-coordinate of a Point geometry. This function extracts the vertical coordinate value as a double-precision number.
{% endcolumn %}
{% endcolumns %}
