ST_MultiPoint( ST_Point , ST_Point ) constructor

Constructs a multi-point from a list of point values.

Syntax

NEW ST_MultiPoint( ST_Point point1, ST_Point pointi)

Parameters

Returns

ST_MultiPoint A multi-point containing the provided point values.

Examples

Standards

SQL/MM (ISO/IEC 13249-3: 2006) Vendor extension