MobilityDB 1.3
Loading...
Searching...
No Matches
Functions

Input and output functions for static network points. More...

Functions

Datum Npoint_as_ewkt (PG_FUNCTION_ARGS)
 Return the Extended Well-Known Text (EWKT) representation of a network point. More...
 
Datum Npoint_as_hexwkb (PG_FUNCTION_ARGS)
 Return the ASCII hex-encoded Well-Known Binary (HexWKB) representation of a network point @sqlfn asHexWKB() More...
 
Datum Npoint_as_text (PG_FUNCTION_ARGS)
 Return the Well-Known Text (WKT) representation of a network point @sqlfn asText() More...
 
Datum Npoint_as_wkb (PG_FUNCTION_ARGS)
 Return the Well-Known Binary (WKB) representation of a network point @sqlfn asBinary() More...
 
Datum Npoint_from_hexwkb (PG_FUNCTION_ARGS)
 Return a network point from its ASCII hex-encoded Well-Known Binary (HexWKB) representation @sqlfn npointFromHexWKB() More...
 
Datum Npoint_from_wkb (PG_FUNCTION_ARGS)
 Return a network point from its Well-Known Binary (WKB) representation @sqlfn npointFromBinary() More...
 
Datum Npoint_in (PG_FUNCTION_ARGS)
 Return a network point from its Well-Known Text (WKT) representation. More...
 
Datum Npoint_out (PG_FUNCTION_ARGS)
 Return the Well-Known Text (WKT) representation of a a network point @sqlfn npoint_out() More...
 
Datum Npoint_recv (PG_FUNCTION_ARGS)
 Return a network point from its Well-Known Binary (WKB) representation @sqlfn npoint_recv() More...
 
Datum Npoint_send (PG_FUNCTION_ARGS)
 Return the Well-Known Binary (WKB) representation of a a network point @sqlfn npoint_send() More...
 
Datum Nsegment_in (PG_FUNCTION_ARGS)
 Return a network segment from its Well-Known Text (WKT) representation. More...
 
Datum Nsegment_out (PG_FUNCTION_ARGS)
 Return the Well-Known Text (WKT) representation of a network segment @sqlfn nsegment_out() More...
 
Datum Nsegment_recv (PG_FUNCTION_ARGS)
 Return a network segment from its Well-Known Binary (WKB) representation @sqlfn nsegment_recv() More...
 
Datum Nsegment_send (PG_FUNCTION_ARGS)
 Return the Well-Known Binary (WKB) representation of a network segment @sqlfn nsegment_send() More...
 

Detailed Description

Input and output functions for static network points.