|
◆ tpointinst_parse()
TInstant * tpointinst_parse |
( |
const char ** |
str, |
|
|
meosType |
temptype, |
|
|
bool |
end, |
|
|
bool |
make, |
|
|
int * |
tpoint_srid |
|
) |
| |
Parse a temporal instant point from the buffer.
- Parameters
-
[in] | str | Input string |
[in] | temptype | Temporal type |
[in] | end | Set to true when reading a single instant to ensure there is no moreinput after the sequence |
[in] | make | Set to false for the first pass to do not create the instant |
[in,out] | tpoint_srid | SRID of the temporal point |
|