The following is a list of all supported spatial constructors. An X in the Round-Earth column indicates that the method is also supported on round-Earth spatial reference systems. The SQL/MM column reflects compliance with the SQL/MM standard (ISO/IEC 13249-3: 2006).
Constructor | Description | Round-Earth | SQL/MM |
---|---|---|---|
ST_CircularString constructor |
Constructs a circularstring. |
X | 7.3.2, Vendor extension |
ST_CompoundCurve constructor |
Constructs a compound curve. |
X | 7.4.2, Vendor extension |
ST_CurvePolygon constructor |
Constructs a curve polygon. |
X | 8.2.2, Vendor extension |
ST_GeomCollection constructor |
Constructs a geometry collection. |
X | 9.1.2, Vendor extension |
ST_LineString constructor |
Constructs a linestring. |
X | 7.2.2, Vendor extension |
ST_MultiCurve constructor |
Constructs a multi curve. |
X | 9.3.2, Vendor extension |
ST_MultiLineString constructor |
Constructs a multi linestring. |
X | 9.4.2, Vendor extension |
ST_MultiPoint constructor |
Constructs a multi point. |
X | 9.2.2, Vendor extension |
ST_MultiPolygon constructor |
Constructs a multi polygon. |
X | 9.6.2, Vendor extension |
ST_MultiSurface constructor |
Constructs a multi surface. |
X | 9.5.2, Vendor extension |
ST_Point constructor |
Constructs a point. |
X | 6.1.2 |
ST_Polygon constructor |
Constructs a polygon. |
X | 8.3.2, Vendor extension |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |