|
Temporal * | tcontains_geo_tpoint (const GSERIALIZED *gs, const Temporal *temp, bool restr, bool atvalue) |
| Return the temporal contains relationship between a geometry and a temporal point. More...
|
|
int | tdwithin_add_solutions (int solutions, TimestampTz lower, TimestampTz upper, bool lower_inc, bool upper_inc, bool upper_inc1, TimestampTz t1, TimestampTz t2, TInstant **instants, TSequence **result) |
|
Temporal * | tdwithin_tpoint_geo (const Temporal *temp, const GSERIALIZED *gs, double dist, bool restr, bool atvalue) |
| Return a temporal Boolean that states whether a temporal point and a geometry are within the given distance. More...
|
|
Temporal * | tdwithin_tpoint_tpoint (const Temporal *temp1, const Temporal *temp2, double dist, bool restr, bool atvalue) |
| Return a temporal Boolean that states whether the temporal points are within the given distance. More...
|
|
Temporal * | tdwithin_tpoint_tpoint1 (const Temporal *sync1, const Temporal *sync2, double dist, bool restr, bool atvalue) |
| Return a temporal Boolean that states whether the temporal points are within the given distance. More...
|
|
int | tdwithin_tpointsegm_tpointsegm (Datum sv1, Datum ev1, Datum sv2, Datum ev2, TimestampTz lower, TimestampTz upper, double dist, bool hasz, datum_func3 func, TimestampTz *t1, TimestampTz *t2) |
| Return the timestamps at which EITHER the segments of the two temporal points OR a segment of a temporal point and a point are within the given distance. More...
|
|
static TSequenceSet * | tdwithin_tpointseq_point (const TSequence *seq, Datum point, Datum dist, datum_func3 func) |
| Return the timestamps at which the a temporal point and a point are within the given distance. More...
|
|
static int | tdwithin_tpointseq_point1 (const TSequence *seq, Datum point, Datum dist, datum_func3 func, TSequence **result) |
| Return the timestamps at which a temporal point and a point are within the given distance. More...
|
|
static TSequenceSet * | tdwithin_tpointseq_tpointseq (const TSequence *seq1, const TSequence *seq2, double dist, datum_func3 func) |
| Return the timestamps at which the segments of two temporal points are within the given distance. More...
|
|
static int | tdwithin_tpointseq_tpointseq2 (const TSequence *seq1, const TSequence *seq2, Datum dist, datum_func3 func, TSequence **result) |
| Return the timestamps at which the segments of two temporal points are within the given distance. More...
|
|
static TSequenceSet * | tdwithin_tpointseqset_point (const TSequenceSet *ss, Datum point, Datum dist, datum_func3 func) |
| Return the timestamps at which a temporal point and a point are within the given distance. More...
|
|
static TSequenceSet * | tdwithin_tpointseqset_tpointseqset (const TSequenceSet *ss1, const TSequenceSet *ss2, double dist, datum_func3 func) |
| Return the timestamps at which the segments of two temporal points are within the given distance. More...
|
|
Temporal * | tinterrel_tpoint_geo (const Temporal *temp, const GSERIALIZED *gs, bool tinter, bool restr, bool atvalue) |
| Evaluates tintersects/tdisjoint for a temporal point and a geometry. More...
|
|
TSequenceSet * | tinterrel_tpointcontseq_geom (const TSequence *seq, Datum geom, const STBox *box, bool tinter, Datum(*func)(Datum, Datum)) |
| Evaluates tintersects/tdisjoint for a temporal point and a geometry. More...
|
|
static TSequence ** | tinterrel_tpointcontseq_geom1 (const TSequence *seq, Datum geom, const STBox *box, bool tinter, Datum(*func)(Datum, Datum), int *count) |
| Evaluates tintersects/tdisjoint for a temporal point and a geometry. More...
|
|
TSequence * | tinterrel_tpointdiscseq_geom (const TSequence *seq, Datum geom, bool tinter, Datum(*func)(Datum, Datum)) |
| Evaluates tintersects/tdisjoint for a temporal point and a geometry. More...
|
|
TInstant * | tinterrel_tpointinst_geom (const TInstant *inst, Datum geom, bool tinter, Datum(*func)(Datum, Datum)) |
| Temporal spatial relationships for temporal points. More...
|
|
static TSequence ** | tinterrel_tpointseq_simple_geom (const TSequence *seq, Datum geom, const STBox *box, bool tinter, int *count) |
| Evaluates tintersects/tdisjoint for a temporal point and a geometry. More...
|
|
static TSequence ** | tinterrel_tpointseq_step_geom (const TSequence *seq, Datum geom, bool tinter, Datum(*func)(Datum, Datum), int *count) |
| Evaluates tintersects/tdisjoint for a temporal sequence point with step interpolation and a geometry. More...
|
|
TSequenceSet * | tinterrel_tpointseqset_geom (const TSequenceSet *ss, Datum geom, const STBox *box, bool tinter, Datum(*func)(Datum, Datum)) |
| Evaluates tintersects/tdisjoint for a temporal point and a geometry. More...
|
|
Temporal * | ttouches_tpoint_geo (const Temporal *temp, const GSERIALIZED *gs, bool restr, bool atvalue) |
| Return the temporal touches relationship between a geometry and a temporal point. More...
|
|