ST_XMax - Spectrum_Location_Intelligence_for_Big_Data - 5.2.1

Location Intelligence SDK for Big Data Guide

Product type
Software
Portfolio
Locate
Product family
Spectrum
Product
Spatial Big Data > Location Intelligence SDK for Big Data
Version
5.2.1
Language
English
Product name
Location Intelligence for Big Data
Title
Location Intelligence SDK for Big Data Guide
Copyright
2024
First publish date
2015
Last updated
2024-10-16
Published on
2024-10-16T13:55:01.634374

Description

The ST_XMax function returns the X maxima of a geometry, or Null if the specified value is not a geometry.

Syntax

ST_XMax(WritableGeometry geometry)

Parameters

Parameter Type Description
geometry WritableGeometry The input geometry.

Return Values

Return Type Description
Double The X maxima of the input geometry, or Null if the specified value is not a geometry.

Examples

SELECT ST_XMax(ST_GeomFromWKT(s.geometry, 'epsg:4326')) FROM src s;