|
|
◆ tpointinst_clip_edges()
| static void tpointinst_clip_edges |
( |
const TInstant * |
inst, |
|
|
Edge ** |
edges, |
|
|
int |
nedges, |
|
|
RTree * |
rtree, |
|
|
Edge ** |
cand_edges |
|
) |
| |
|
static |
Clip a 2D/3D trajectory with linear interpolation with respect to a geometry.
- Parameters
-
| [in] | inst | Temporal sequence |
| [in] | edges | Array of geometry edges |
| [in] | nedges | Number of edges in the array |
| [in] | rtree | R-tree for the edges, may be NULL if no index is used |
| [in] | cand_edges | Edge array buffer of size nedges for storing the result of an R-tree look up, may be NULL if no index is used |
|