![]() |
MobilityDB 1.3
|
Accessor functions for spatiotemporal boxes. More...
Functions | |
Datum | Stbox_area (PG_FUNCTION_ARGS) |
Return the area of a spatiotemporal box @sqlfn area() More... | |
Datum | Stbox_hast (PG_FUNCTION_ARGS) |
Return true if a spatiotemporal box has time dimension @sqlfn hasT() More... | |
Datum | Stbox_hasx (PG_FUNCTION_ARGS) |
Return true if a spatiotemporal box has value dimension @sqlfn hasX() More... | |
Datum | Stbox_hasz (PG_FUNCTION_ARGS) |
Return true if a spatiotemporal box has Z dimension @sqlfn hasZ() More... | |
Datum | Stbox_isgeodetic (PG_FUNCTION_ARGS) |
Return true if a spatiotemporal box is geodetic @sqlfn isGeodetic() More... | |
Datum | Stbox_perimeter (PG_FUNCTION_ARGS) |
Return the area of a spatiotemporal box @sqlfn area() More... | |
Datum | Stbox_tmax (PG_FUNCTION_ARGS) |
Return the maximum T value of a spatiotemporal box, if any @sqlfn Tmax() More... | |
Datum | Stbox_tmax_inc (PG_FUNCTION_ARGS) |
Return true if the maximum timestamptz value of a spatiotemporal box is inclusive, if any @sqlfn Tmax_inc() More... | |
Datum | Stbox_tmin (PG_FUNCTION_ARGS) |
Return the minimum timestamptz value of a spatiotemporal box, if any @sqlfn Tmin() More... | |
Datum | Stbox_tmin_inc (PG_FUNCTION_ARGS) |
Return true if the minimum timestamptz value of a spatiotemporal box is inclusive, if any @sqlfn Tmin_inc() More... | |
Datum | Stbox_volume (PG_FUNCTION_ARGS) |
Return the volume of a 3D spatiotemporal box @sqlfn volume() More... | |
Datum | Stbox_xmax (PG_FUNCTION_ARGS) |
Return the maximum X value of a spatiotemporal box, if any @sqlfn Xmax() More... | |
Datum | Stbox_xmin (PG_FUNCTION_ARGS) |
Return the minimum X value of a spatiotemporal box, if any @sqlfn Xmin() More... | |
Datum | Stbox_ymax (PG_FUNCTION_ARGS) |
Return the maximum Y value of a spatiotemporal box, if any @sqlfn Ymax() More... | |
Datum | Stbox_ymin (PG_FUNCTION_ARGS) |
Return the minimum Y value of a spatiotemporal box, if any @sqlfn Ymin() More... | |
Datum | Stbox_zmax (PG_FUNCTION_ARGS) |
Return the maximum Z value of a spatiotemporal box, if any @sqlfn Zmax() More... | |
Datum | Stbox_zmin (PG_FUNCTION_ARGS) |
Return the minimum Z value of a spatiotemporal box, if any @sqlfn Zmin() More... | |
Accessor functions for spatiotemporal boxes.