|
◆ trgeoseq_make_free()
Construct a temporal sequence from an array of temporal instants and free the array and the instants after the creation.
- Parameters
-
[in] | geom | Reference geometry |
[in] | instants | Array of instants |
[in] | count | Number of elements in the array |
[in] | lower_inc,upper_inc | True if the respective bound is inclusive |
[in] | interp | Interpolation |
[in] | normalize | True if the resulting value should be normalized |
- Note
- Does not free the reference geometry
- See also
- tsequence_make
|