|
| STBox * | stbox_parse (const char **str) |
| | Functions for parsing temporal points. More...
|
| |
| Temporal * | tpoint_parse (const char **str, meosType temptype) |
| | Parse a temporal point value from the buffer. More...
|
| |
| TSequence * | tpointdiscseq_parse (const char **str, meosType temptype, int *tpoint_srid) |
| | Parse a temporal discrete sequence point from the buffer. More...
|
| |
| TInstant * | tpointinst_parse (const char **str, meosType temptype, bool end, bool make, int *tpoint_srid) |
| | Parse a temporal instant point from the buffer. More...
|
| |
| TSequence * | tpointseq_parse (const char **str, meosType temptype, interpType interp, bool end, bool make, int *tpoint_srid) |
| | Parse a temporal sequence point from the buffer. More...
|
| |
| TSequenceSet * | tpointseqset_parse (const char **str, meosType temptype, interpType interp, int *tpoint_srid) |
| | Parse a temporal sequence set point from the buffer. More...
|
| |