MobilityDB 1.3
Loading...
Searching...
No Matches
Functions
tnpoint_boxops.h File Reference
#include <postgres.h>
#include "temporal/temporal.h"
#include "npoint/tnpoint.h"

Go to the source code of this file.

Functions

bool npoint_set_stbox (const Npoint *np, STBox *box)
 Bounding box operators for temporal network points. More...
 
bool npoint_timestamptz_set_stbox (const Npoint *np, TimestampTz t, STBox *box)
 Return in the last argument a spatiotemporal box constructed from a network point and a timestamptz. More...
 
bool npoint_tstzspan_set_stbox (const Npoint *np, const Span *s, STBox *box)
 Return in the last argument a spatiotemporal box constructed from a network point and a timestamptz span. More...
 
void npointarr_set_stbox (const Datum *values, int count, STBox *box)
 Return in the last argument a spatiotemporal box constructed from an array of network points. More...
 
bool nsegment_set_stbox (const Nsegment *ns, STBox *box)
 Return the bounding box of the network segment value. More...
 
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_set_stbox (const TInstant **inst, 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 tnpointseq_expand_stbox (const TSequence *seq, const TInstant *inst)
 Expand the temporal box of a temporal network point sequence with an instant. More...