|
|
◆ tpoint_as_mvtgeom()
| bool tpoint_as_mvtgeom |
( |
const Temporal * |
temp, |
|
|
const STBox * |
bounds, |
|
|
int32_t |
extent, |
|
|
int32_t |
buffer, |
|
|
bool |
clip_geom, |
|
|
GSERIALIZED ** |
gsarr, |
|
|
int64 ** |
timesarr, |
|
|
int * |
count |
|
) |
| |
Return a temporal point transformed to Mapbox Vector Tile format.
- Parameters
-
| [in] | temp | Temporal point |
| [in] | bounds | Bounds |
| [in] | extent | Extent |
| [in] | buffer | Buffer |
| [in] | clip_geom | True when the geometry is clipped |
| [out] | gsarr | Array of geometries |
| [out] | timesarr | Array of timestamps |
| [out] | count | Number of elements in the output array @csqlfn Tpoint_AsMVTGeom() |
|