ST_Curve type

The ST_Curve type is a supertype for types representing lines using a sequence of points.

Syntax

ST_Curve type

Members

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

Members of ST_Curve:

Members of ST_Geometry:

Remarks

The ST_Curve type is a supertype for types representing lines using a sequence of points. Subtypes specify whether the control points are joined using straight segments (ST_LineString), circular segments (ST_CircularString) or a combination (ST_CompoundCurve).The ST_Curve type is not instantiable.An ST_Curve value is simple if it does not intersect itself (except possibly at the end points). If an ST_Curve value does intersect at its endpoints, it is closed. An ST_Curve value that is both simple and closed is called a ring.

Standards and compatibility

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