The implementantion in sql of SegmentSP.
More...
The implementantion in sql of SegmentSP.
- Author
- Marios Vodas (mvoda.nosp@m.s@gm.nosp@m.ail.c.nosp@m.om).
SegmentSP is a spatial data type used in Hermes
- See also
- Spatial data types
The function returns the x coordinate of the end of the SegmentSP.
- Parameters
-
- Returns
- the coordinate
- See also
- get
The function returns the y coordinate of the end of the SegmentSP.
- Parameters
-
- Returns
- the coordinate
- See also
- get
The function returns the x coordinate of the start of the SegmentSP.
- Parameters
-
- Returns
- the coordinate
- See also
- get
The function returns the y coordinate of the start of the SegmentSP.
- Parameters
-
- Returns
- the coordinate
- See also
- get
The function creates a SegmentSP from 4 integers.
- Parameters
-
[in] | ix | the x coordinate of the start point |
[in] | iy | the y coordinate of the start point |
[in] | ex | the x coordinate of the end point |
[in] | ey | the x coordinate of the end point |
- Returns
- SegmentSP