![]() |
MobilityDB 1.3
|
Accessor functions for temporal boxes. More...
Functions | |
bool | tbox_hast (const TBox *box) |
Return true if a temporal box has time dimension. More... | |
bool | tbox_hasx (const TBox *box) |
Return true if a temporal box has value dimension. More... | |
bool | tbox_tmax (const TBox *box, TimestampTz *result) |
Return in the last argument the maximum T value of a temporal box. More... | |
bool | tbox_tmax_inc (const TBox *box, bool *result) |
Return in the last argument whether the maximum T value of a temporal box is inclusive. More... | |
bool | tbox_tmin (const TBox *box, TimestampTz *result) |
Return in the last argument the minimum T value of a temporal box. More... | |
bool | tbox_tmin_inc (const TBox *box, bool *result) |
Return in the last argument whether the minimum T value of a temporal box is inclusive. More... | |
bool | tbox_xmax_inc (const TBox *box, bool *result) |
Return in the last argument whether the maximum X value of a temporal box is inclusive. More... | |
bool | tbox_xmin_inc (const TBox *box, bool *result) |
Return in the last argument whether the minimum X value of a temporal box is inclusive. More... | |
bool | tboxfloat_xmax (const TBox *box, double *result) |
Return in the last argument the maximum X value of a temporal box. More... | |
bool | tboxfloat_xmin (const TBox *box, double *result) |
Return in the last argument the minimum X value of a temporal box. More... | |
bool | tboxint_xmax (const TBox *box, int *result) |
Return in the last argument the maximum X value of a temporal box. More... | |
bool | tboxint_xmin (const TBox *box, int *result) |
Return in the last argument the minimum X value of a temporal box. More... | |
Accessor functions for temporal boxes.