The implementantion in sql of BoxSP.
More...
The implementantion in sql of BoxSP.
- Author
- Marios Vodas (mvoda.nosp@m.s@gm.nosp@m.ail.c.nosp@m.om).
BoxSP is a spatial data type used in Hermes
- See also
- Spatial data types
The function creates a PointSP from 4 integers.
- Parameters
-
[in] | lx | the x coordinate of the low left point |
[in] | ly | the y coordinate of the low left point |
[in] | hx | the x coordinate of the high right point |
[in] | hy | the x coordinate of the high right point |
- Returns
- BoxSP
The function creates a BoxSP from two PointSP.
- Parameters
-
[in] | l | the low left point |
[in] | h | the high right point |
- Returns
- BoxSP
The function checks if two boxs are equal.
- Parameters
-
[in] | boxA | the first input box |
[in] | boxB | the second input box |
- Returns
- truth if the boxs are equal else false
The function returns the high right point of the BoxSP.
- Parameters
-
- Returns
- the point
- See also
- get
The function returns the x coordinate of the high right point of the BoxSP.
- Parameters
-
- Returns
- the coordinate
- See also
- get
The function returns the y coordinate of the high right point of the BoxSP.
- Parameters
-
- Returns
- the coordinate
- See also
- get
The function returns the low left point of the BoxSP.
- Parameters
-
- Returns
- the point
- See also
- get
The function returns the x coordinate of the low left point of the BoxSP.
- Parameters
-
- Returns
- the coordinate
- See also
- get
The function returns the y coordinate of the low left point of the BoxSP.
- Parameters
-
- Returns
- the coordinate
- See also
- get
boxsp inboxsp |
( |
cstring |
| ) |
|
The function transforms a string to a BoxSP type.
- Parameters
-
[in] | cstring | the box in string format |
- Returns
- BoxSP
cstring outboxsp |
( |
boxsp |
| ) |
|
The function transforms a BoxSP to a string.
- Parameters
-
- Returns
- the string of the box
boxsp recvboxsp |
( |
internal |
| ) |
|