![]() |
MobilityDB 1.3
|
Constructor functions for box types. More...
Functions | |
bool | cbuffer_timestamptz_set_stbox (const Cbuffer *cb, TimestampTz t, STBox *box) |
Return in the last argument a spatiotemporal box constructed from a circular buffer and a timestamptz. More... | |
bool | cbuffer_tstzspan_set_stbox (const Cbuffer *cb, const Span *s, STBox *box) |
Return in the last argument a spatiotemporal box constructed from a circular buffer and a timestamptz span. More... | |
bool | npoint_set_stbox (const Npoint *np, STBox *box) |
Return in the last argument the spatiotemporal box of a network point. 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... | |
TBox * | number_timestamptz_to_tbox (Datum value, meosType basetype, TimestampTz t) |
Return a temporal box from an integer and a timestamptz. More... | |
TBox * | number_tstzspan_to_tbox (Datum value, meosType basetype, const Span *s) |
Return a temporal box from an integer and a timestamptz span. More... | |
bool | pose_timestamptz_set_stbox (const Pose *pose, TimestampTz t, STBox *box) |
Return in the last argument a spatiotemporal box constructed from a pose and a timestamptz. More... | |
bool | pose_tstzspan_set_stbox (const Pose *pose, const Span *s, STBox *box) |
Return in the last argument a spatiotemporal box constructed from a pose and a timestamptz span. More... | |
void | posearr_set_stbox (const Datum *values, int count, STBox *box) |
Return in the last argument a spatiotemporal box contructed from an array of poses. More... | |
void | stbox_set (bool hasx, bool hasz, bool geodetic, int32 srid, double xmin, double xmax, double ymin, double ymax, double zmin, double zmax, const Span *s, STBox *box) |
Return in the last argument a spatiotemporal box constructed from the given arguments. More... | |
void | tbox_set (const Span *s, const Span *p, TBox *box) |
Return in the last argument a temporal box constructed from a number span and a timestamptz span. More... | |
Constructor functions for box types.