50 lines
1.0 KiB
Markdown
50 lines
1.0 KiB
Markdown
---
|
|
navigation_title: "Spatial functions"
|
|
mapped_pages:
|
|
- https://www.elastic.co/guide/en/elasticsearch/reference/current/esql-functions-operators.html#esql-spatial-functions
|
|
---
|
|
|
|
# {{esql}} spatial functions [esql-spatial-functions]
|
|
|
|
{{esql}} supports these spatial functions:
|
|
|
|
:::{include} ../_snippets/lists/spatial-functions.md
|
|
:::
|
|
|
|
|
|
:::{include} ../_snippets/functions/layout/st_distance.md
|
|
:::
|
|
|
|
:::{include} ../_snippets/functions/layout/st_intersects.md
|
|
:::
|
|
|
|
:::{include} ../_snippets/functions/layout/st_disjoint.md
|
|
:::
|
|
|
|
:::{include} ../_snippets/functions/layout/st_contains.md
|
|
:::
|
|
|
|
:::{include} ../_snippets/functions/layout/st_within.md
|
|
:::
|
|
|
|
:::{include} ../_snippets/functions/layout/st_x.md
|
|
:::
|
|
|
|
:::{include} ../_snippets/functions/layout/st_y.md
|
|
:::
|
|
|
|
:::{include} ../_snippets/functions/layout/st_envelope.md
|
|
:::
|
|
|
|
:::{include} ../_snippets/functions/layout/st_xmax.md
|
|
:::
|
|
|
|
:::{include} ../_snippets/functions/layout/st_xmin.md
|
|
:::
|
|
|
|
:::{include} ../_snippets/functions/layout/st_ymax.md
|
|
:::
|
|
|
|
:::{include} ../_snippets/functions/layout/st_ymin.md
|
|
:::
|