Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.1 » SQL Anywhere Server - Spatial Data Support » Accessing and manipulating spatial data » ST_Point type

 

ST_Point constructor

Constructs a point.

Note

When creating an ST_Point value from coordinates, the overload that is picked is not always predictable. For example, the expression "NEW ST_Point(1,2,3)" creates a 2D point with X=1, Y=2 and SRID=3. The expression "NEW ST_Point(1,2,3.0)" creates a 3D point with Z=3.0.

 Overload list

ST_Point() constructor
ST_Point(LONG VARCHAR[, INT]) constructor
ST_Point(LONG BINARY[, INT]) constructor
ST_Point(DOUBLE,DOUBLE[, INT]) constructor
ST_Point(DOUBLE,DOUBLE,DOUBLE[, INT]) constructor
ST_Point(DOUBLE,DOUBLE,DOUBLE,DOUBLE[, INT]) constructor