MobilityDB 1.1
|
Spatial transformation functions for temporal point types. More...
Functions | |
TInstant * | tgeompointinst_tgeogpointinst (const TInstant *inst, bool oper) |
Convert a temporal point from/to a geometry/geography point. More... | |
TSequence * | tgeompointseq_tgeogpointseq (const TSequence *seq, bool oper) |
Convert a temporal point from/to a geometry/geography point. More... | |
TSequenceSet * | tgeompointseqset_tgeogpointseqset (const TSequenceSet *ss, bool oper) |
Convert a temporal point from/to a geometry/geography point. More... | |
TInstant * | tpointinst_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... | |
TSequence * | tpointseq_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... | |
TSequenceSet * | tpointseqset_set_srid (const TSequenceSet *ss, int32 srid) |
Set the SRID of a temporal sequence set point. More... | |
Spatial transformation functions for temporal point types.