|
◆ spatial_parse_elem()
bool spatial_parse_elem |
( |
const char ** |
str, |
|
|
meosType |
temptype, |
|
|
char |
delim, |
|
|
int * |
temp_srid, |
|
|
Datum * |
result |
|
) |
| |
Parse a spatial base value from the input buffer.
- Parameters
-
[in] | str | Input string |
[in] | temptype | Temporal type |
[in] | delim | Delimiter character |
[in,out] | temp_srid | SRID of the result. If it is SRID_UNKNOWN, it may take the value from the base value if it is not SRID_UNKNOWN. |
[out] | result | New spatial base value, may be NULL |
|