MobilityDB 1.3
Loading...
Searching...
No Matches
Functions
tnpoint_boxops.c File Reference

Bounding box operators for temporal network points. More...

#include "npoint/tnpoint_boxops.h"
#include <meos.h>
#include <meos_internal.h>
#include <meos_internal_geo.h>
#include "geo/postgis_funcs.h"
#include "npoint/tnpoint.h"

Functions

void tnpointinst_set_stbox (const TInstant *inst, STBox *box)
 Return in the last argument the spatiotemporal box of a temporal network point instant. More...
 
void tnpointinstarr_linear_set_stbox (const TInstant **instants, int count, STBox *box)
 Return in the last argument q spatiotemporal box constructed from an array of temporal network point instants. More...
 
void tnpointinstarr_set_stbox (const TInstant **instants, int count, interpType interp, STBox *box)
 Return in the last argument a spatiotemporal box constructed from an array of temporal network point instants. More...
 
void tnpointinstarr_step_set_stbox (const TInstant **instants, int count, STBox *box)
 Return in the last argument a spatiotemporal box constructed from an array of temporal network point instants. More...
 
void tnpointseq_expand_stbox (const TSequence *seq, const TInstant *inst)
 Expand the temporal box of a temporal network point sequence with an instant. More...
 

Detailed Description

Bounding box operators for temporal network points.