MobilityDB 1.1
Functions

Spatial accessor functions for temporal point types. More...

Collaboration diagram for Spatial accessor functions:

Functions

static TSequencetnpointseq_cumulative_length (const TSequence *seq, double prevlength)
 Return the cumulative length traversed by a temporal point. More...
 
GSERIALIZEDtpointcontseq_trajectory (const TSequence *seq)
 Return the trajectory of a temporal sequence point. More...
 
GSERIALIZEDtpointdiscseq_trajectory (const TSequence *seq)
 Compute the trajectory of a temporal discrete sequence point. More...
 
int tpointinst_srid (const TInstant *inst)
 Return the SRID of a temporal instant point. More...
 
TSequenceSettpointseq_azimuth (const TSequence *seq)
 Return the temporal azimuth of a temporal geometry point. More...
 
TSequencetpointseq_cumulative_length (const TSequence *seq, double prevlength)
 Return the cumulative length traversed by a temporal point. More...
 
bool tpointseq_is_simple (const TSequence *seq)
 Return true if a temporal point does not self-intersect. More...
 
double tpointseq_length (const TSequence *seq)
 Return the length traversed by a temporal sequence point. More...
 
TSequencetpointseq_speed (const TSequence *seq)
 Return the speed of a temporal point. More...
 
int tpointseq_srid (const TSequence *seq)
 Return the SRID of a temporal sequence point. More...
 
STBoxtpointseq_stboxes (const TSequence *seq, int *count)
 Return an array of spatiotemporal boxes from the segments of a temporal sequence point. More...
 
TSequenceSettpointseqset_azimuth (const TSequenceSet *ss)
 Return the temporal azimuth of a temporal geometry point. More...
 
TSequenceSettpointseqset_cumulative_length (const TSequenceSet *ss)
 Return the cumulative length traversed by a temporal point. More...
 
bool tpointseqset_is_simple (const TSequenceSet *ss)
 Return true if a temporal point does not self-intersect. More...
 
double tpointseqset_length (const TSequenceSet *ss)
 Return the length traversed by a temporal sequence set point. More...
 
TSequenceSettpointseqset_speed (const TSequenceSet *ss)
 Return the speed of a temporal point. More...
 
int tpointseqset_srid (const TSequenceSet *ss)
 Return the SRID of a temporal sequence set point. More...
 
STBoxtpointseqset_stboxes (const TSequenceSet *ss, int *count)
 Return an array of spatiotemporal boxes from the segments of a temporal sequence set point. More...
 
GSERIALIZEDtpointseqset_trajectory (const TSequenceSet *ss)
 Return the trajectory of a temporal point with sequence set type. More...
 

Detailed Description

Spatial accessor functions for temporal point types.