- Categories:
ST_MAKEPOINT , ST_POINT¶
Constructs a GEOGRAPHY object that represents a point with the specified longitude and latitude.
- See also:
Syntax¶
Arguments¶
longitudeA REAL that represents the longitude.
latitudeA REAL that represents the latitude.
Returns¶
The function returns a value of type GEOGRAPHY.
Usage notes¶
ST_POINT is an alias for ST_MAKEPOINT.
Examples¶
This shows a simple use of the ST_MAKEPOINT function: