Constructs a polygon.
Name | Description |
---|---|
Constructs a polygon representing the empty set. |
|
Constructs a polygon from a text representation. |
|
Constructs a polygon from Well Known Binary (WKB). |
|
Creates an axis-aligned rectangle from two points representing the lower-left and upper-right corners. |
|
Creates a polygon from a multilinestring containing an exterior ring and an optional list of interior rings. |
|
Creates a polygon from a linestring representing the exterior ring and an optional list of linestrings representing interior rings. |
ST_Polygon() constructor
ST_Polygon(LONG VARCHAR[, INT]) constructor
ST_Polygon(LONG BINARY[, INT]) constructor
ST_Polygon(ST_Point,ST_Point) constructor
ST_Polygon(ST_MultiLineString[, VARCHAR(128)]) constructor
ST_Polygon(ST_LineString,...) constructor
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |