MobilityDB 1.1
|
Accessor functions for box types. More...
Functions | |
PGDLLEXPORT Datum | Stbox_hast (PG_FUNCTION_ARGS) |
Return true if a spatiotemporal box has time dimension. More... | |
PGDLLEXPORT Datum | Stbox_hasx (PG_FUNCTION_ARGS) |
Return true if a spatiotemporal box has value dimension. More... | |
PGDLLEXPORT Datum | Stbox_hasz (PG_FUNCTION_ARGS) |
Return true if a spatiotemporal box has Z dimension. More... | |
PGDLLEXPORT Datum | Stbox_isgeodetic (PG_FUNCTION_ARGS) |
Return true if a spatiotemporal box is geodetic. More... | |
PGDLLEXPORT Datum | Stbox_tmax (PG_FUNCTION_ARGS) |
Return the maximum T value of a spatiotemporal box, if any. More... | |
PGDLLEXPORT Datum | Stbox_tmin (PG_FUNCTION_ARGS) |
Return the minimum T value of a spatiotemporal box, if any. More... | |
PGDLLEXPORT Datum | Stbox_xmax (PG_FUNCTION_ARGS) |
Return the maximum X value of a spatiotemporal box, if any. More... | |
PGDLLEXPORT Datum | Stbox_xmin (PG_FUNCTION_ARGS) |
Return the minimum X value of a spatiotemporal box, if any. More... | |
PGDLLEXPORT Datum | Stbox_ymax (PG_FUNCTION_ARGS) |
Return the maximum Y value of a spatiotemporal box, if any. More... | |
PGDLLEXPORT Datum | Stbox_ymin (PG_FUNCTION_ARGS) |
Return the minimum Y value of a spatiotemporal box, if any. More... | |
PGDLLEXPORT Datum | Stbox_zmax (PG_FUNCTION_ARGS) |
Return the maximum Z value of a spatiotemporal box, if any. More... | |
PGDLLEXPORT Datum | Stbox_zmin (PG_FUNCTION_ARGS) |
Return the minimum Z value of a spatiotemporal box, if any. More... | |
PGDLLEXPORT Datum | Tbox_hast (PG_FUNCTION_ARGS) |
Return true if a temporal box has time dimension. More... | |
PGDLLEXPORT Datum | Tbox_hasx (PG_FUNCTION_ARGS) |
Return true if a temporal box has value dimension. More... | |
PGDLLEXPORT Datum | Tbox_tmax (PG_FUNCTION_ARGS) |
Return the maximum timestamp of a temporal box. More... | |
PGDLLEXPORT Datum | Tbox_tmin (PG_FUNCTION_ARGS) |
Return the minimum timestamp of a temporal box. More... | |
PGDLLEXPORT Datum | Tbox_xmax (PG_FUNCTION_ARGS) |
Return the maximum X value of a temporal box. More... | |
PGDLLEXPORT Datum | Tbox_xmin (PG_FUNCTION_ARGS) |
Return the minimum X value of a temporal box. More... | |
Accessor functions for box types.