ST_CurvePolygon type

An ST_CurvePolygon represents a planar surface defined by one exterior ring and zero or more interior rings

Syntax

ST_CurvePolygon type

Members

All members of the ST_CurvePolygon type, including all inherited members.

Members of ST_CurvePolygon:

Members of ST_Geometry:

Members of ST_Surface:

Remarks

An ST_CurvePolygon represents a planar surface defined by one exterior ring and zero or more interior rings that represent holes in the surface. The exterior and interior rings of an ST_CurvePolygon can be any ST_Curve value. For example, a circle is an ST_CurvePolygon with an ST_CircularString exterior ring representing the boundary. No two rings in an ST_CurvePolygon can intersect except possibly at a single point. Further, an ST_CurvePolygon cannot have cut lines, spikes, or punctures.The interior of every ST_CurvePolygon is a connected point set.

Standards and compatibility

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