The implementantion in sql of PointSP.
More...
The implementantion in sql of PointSP.
- Author
- Marios Vodas (mvoda.nosp@m.s@gm.nosp@m.ail.c.nosp@m.om).
PointSP is a spatial data type used in Hermes
- See also
- Spatial data types
The function checks if two points are equal.
- Parameters
-
[in] | pointA | the first input point |
[in] | pointB | the second input point |
- Returns
- truth if the points are equal else false
The function returns the x coordinate of the point.
- Parameters
-
- Returns
- the coordinate
- See also
- get
The function returns the y coordinate of the point.
- Parameters
-
- Returns
- the coordinate
- See also
- get
The function transforms a string to a PointSP type.
- Parameters
-
[in] | cstring | the point in string format |
- Returns
- PointSP
The function transforms a PointSP to a string.
- Parameters
-
- Returns
- the string of the point
The function creates a PointSP from two integers.
- Parameters
-
[in] | x | the x coordinate of the point |
[in] | y | the y coordinate of the point |
- Returns
- PointSP