5.2. STOperations¶
-
public class
STOperations¶ Implements spatiotemporal operations
Author: berkay - Aug 1, 2016
5.2.1. Methods¶
5.2.1.1. interpolate¶
-
public static Geometry
interpolate(Geometry geometry, Geometry nextGeometry, double samplingRatio)¶
5.2.1.3. intersection¶
-
public static Trajectory
intersection(Trajectory traj1, Trajectory traj2)¶
5.2.1.4. intersectionAll¶
-
public static Trajectory
intersectionAll(Collection<Trajectory> trajCollection)¶
5.2.1.5. stIntersects¶
-
public static boolean
stIntersects(Trajectory traj1, Trajectory traj2)¶
5.2.1.6. union¶
-
public static Trajectory
union(Trajectory traj1, Trajectory traj2)¶
5.2.1.7. unionAll¶
-
public static Trajectory
unionAll(Collection<Trajectory> trajCollection)¶