MobilityDB 1.1
Functions

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

Collaboration diagram for Spatial transformation functions:

Functions

TInstanttgeompointinst_tgeogpointinst (const TInstant *inst, bool oper)
 Convert a temporal point from/to a geometry/geography point. More...
 
TSequencetgeompointseq_tgeogpointseq (const TSequence *seq, bool oper)
 Convert a temporal point from/to a geometry/geography point. More...
 
TSequenceSettgeompointseqset_tgeogpointseqset (const TSequenceSet *ss, bool oper)
 Convert a temporal point from/to a geometry/geography point. More...
 
TInstanttpointinst_set_srid (const TInstant *inst, int32 srid)
 Set the SRID of a temporal instant point. More...
 
TSequence ** tpointseq_make_simple (const TSequence *seq, int *count)
 Split a temporal sequence point into an array of non self-intersecting fragments. More...
 
TSequencetpointseq_set_srid (const TSequence *seq, int32 srid)
 Set the SRID of a temporal sequence point. More...
 
TSequence ** tpointseqset_make_simple (const TSequenceSet *ss, int *count)
 Split a temporal sequence set point into an array of non self-intersecting fragments. More...
 
TSequenceSettpointseqset_set_srid (const TSequenceSet *ss, int32 srid)
 Set the SRID of a temporal sequence set point. More...
 

Detailed Description

Spatial transformation functions for temporal point types.