File containing the implementation of the SegmentST data type.
More...
File containing the implementation of the SegmentST data type.
- Author
- Marios Vodas (mvoda.nosp@m.s@gm.nosp@m.ail.c.nosp@m.om).
- See also
- SegmentST
-
Spatio-temporal data types
The function copy a SegmentST data type to a new position in the memory.
- Parameters
-
[in] | segment | the segment to be cloned |
- Returns
- the new segment in the memory
The function returns the end of the Spatial Segment of the SegmentST.
- Parameters
-
- Returns
- end of the SegmentSP
- See also
- get
The function returns the x coordinate of the end of the Spatial Segment of the SegmentST.
- Parameters
-
- Returns
- end of the SegmentSP
- See also
- get
The function returns the y coordinate of the end of the Spatial Segment of the SegmentST.
- Parameters
-
- Returns
- end of the SegmentSP
- See also
- get
The function returns the start of the Spatial Segment of the SegmentST.
- Parameters
-
- Returns
- start of the SegmentSP
- See also
- get
The function returns the x coordinate of the start of the Spatial Segment of the SegmentST.
- Parameters
-
- Returns
- start of the SegmentSP
- See also
- get
The function returns the y coordinate of the start of the Spatial Segment of the SegmentST.
- Parameters
-
- Returns
- start of the SegmentSP
- See also
- get
The function returns the period of the SegmentST.
- Parameters
-
- Returns
- the period
- See also
- get
The function returns the end time of the period of the SegmentST.
- Parameters
-
- Returns
- the end time
- See also
- get
The function returns the start time of the period of the SegmentST.
- Parameters
-
- Returns
- the start time
- See also
- get
The function returns a SegmentST data type.
- Parameters
-
[in] | ti | the initial timestamp |
[in] | ix | the initial x coordinate |
[in] | iy | the initial y coordinate |
[in] | te | the ending timestamp |
[in] | ex | the ending x coordinate |
[in] | ey | the ending y coordinate |
- Returns
- a SegmentST data type