![]() |
MobilityDB 1.3
|
Input and output functions for static poses. More...
Functions | |
Datum | Npoint_as_ewkb (PG_FUNCTION_ARGS) |
Return the Well-Known Binary (WKB) representation of a network point @sqlfn asBinary() More... | |
Datum | Pose_as_ewkb (PG_FUNCTION_ARGS) |
Return the Well-Known Binary (WKB) representation of a pose @sqlfn asBinary() More... | |
Datum | Pose_as_hexwkb (PG_FUNCTION_ARGS) |
Return the ASCII hex-encoded Well-Known Binary (HexWKB) representation of a pose @sqlfn asHexWKB() More... | |
Datum | Pose_as_wkb (PG_FUNCTION_ARGS) |
Return the Well-Known Binary (WKB) representation of a pose @sqlfn asBinary() More... | |
Datum | Pose_from_ewkt (PG_FUNCTION_ARGS) |
Return a pose from its Extended Well-Known Text (EWKT) representation. More... | |
Datum | Pose_from_hexwkb (PG_FUNCTION_ARGS) |
Return a pose from its ASCII hex-encoded Well-Known Binary (HexWKB) representation @sqlfn poseFromHexWKB() More... | |
Datum | Pose_from_wkb (PG_FUNCTION_ARGS) |
Return a pose from its Well-Known Binary (WKB) representation @sqlfn poseFromBinary() More... | |
Datum | Pose_in (PG_FUNCTION_ARGS) |
Input function for pose values. More... | |
Datum | Pose_out (PG_FUNCTION_ARGS) |
Output function for pose values @sqlfn pose_out() More... | |
Datum | Pose_recv (PG_FUNCTION_ARGS) |
Return a pose from its Well-Known Binary (WKB) representation @sqlfn pose_recv() More... | |
Datum | Pose_send (PG_FUNCTION_ARGS) |
Return the Well-Known Binary (WKB) representation of a pose @sqlfn pose_send() More... | |
Input and output functions for static poses.