ST_CurvePolygon( ST_MultiCurve , VARCHAR(128)) constructor

Creates a curve polygon from a multi curve containing an exterior ring and an optional list of interior rings.

Syntax

NEW ST_CurvePolygon( ST_MultiCurve multi_curve, VARCHAR(128) polygon_format)

Parameters

Returns

ST_CurvePolygon Returns a curve polygon created from the rings in a multilinestrings.

Examples

Standards

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