![]() |
MobilityDB 1.3
|
Input and output functions for spatiotemporal boxes. More...
Functions | |
Datum | Stbox_as_hexwkb (PG_FUNCTION_ARGS) |
Return the ASCII hex-encoded Well-Known Binary (HexWKB) representation of a spatiotemporal box @sqlfn asHexWKB() More... | |
Datum | Stbox_as_text (PG_FUNCTION_ARGS) |
Return the Well-Known Text (WKT) representation of a spatiotemporal box @sqlfn asText() More... | |
Datum | Stbox_as_wkb (PG_FUNCTION_ARGS) |
Return the Well-Known Binary (WKB) representation of a spatiotemporal box @sqlfn asBinary() More... | |
Datum | Stbox_from_hexwkb (PG_FUNCTION_ARGS) |
Return a spatiotemporal box from its ASCII hex-encoded Well-Known Binary (HexWKB) representation @sqlfn stboxFromHexWKB() More... | |
Datum | Stbox_from_wkb (PG_FUNCTION_ARGS) |
Return a spatiotemporal box from its Well-Known Binary (WKB) representation @sqlfn stboxFromBinary() More... | |
Datum | Stbox_in (PG_FUNCTION_ARGS) |
Return a spatiotemporal box from its Well-Known Text (WKT) representation @sqlfn stbox_in() More... | |
Datum | Stbox_out (PG_FUNCTION_ARGS) |
Return the Well-Known Text (WKT) representation of a spatiotemporal box @sqlfn stbox_out() More... | |
Datum | Stbox_recv (PG_FUNCTION_ARGS) |
Return a spatiotemporal box from its Well-Known Binary (WKB) representation @sqlfn stbox_recv() More... | |
Datum | Stbox_send (PG_FUNCTION_ARGS) |
Return the Well-Known Binary (WKB) representation of a spatiotemporal box @sqlfn stbox_send() More... | |
Input and output functions for spatiotemporal boxes.