MobilityDB
1.0
|
◆ tpointseq_minus_geometry1()
Restrict the temporal sequence point to the complement of the geometry. It is not possible to use a similar approach as for tpointseq_at_geometry1 where instead of computing the intersections we compute the difference since in PostGIS the following query select st_astext(st_difference(geometry 'Linestring(0 0,3 3)', geometry 'MultiPoint((1 1),(2 2),(3 3))')) returns
|