|
◆ temporal_as_mfjson()
char * temporal_as_mfjson |
( |
const Temporal * |
temp, |
|
|
bool |
with_bbox, |
|
|
int |
flags, |
|
|
int |
precision, |
|
|
const char * |
srs |
|
) |
| |
Return the MF-JSON representation of a temporal value.
- Parameters
-
[in] | temp | Temporal value |
[in] | with_bbox | True when the output value has bounding box |
[in] | flags | Flags |
[in] | precision | Number of decimal digits. It is only used when the base type has floating point components, such as tfloat or tgeometry |
[in] | srs | Spatial reference system |
- Returns
- On error return
NULL @csqlfn Temporal_as_mfjson()
|