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

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

Functions

char * npoint_as_ewkt (const Npoint *np, int maxdd)
 Return the Extended Well-Known Text (EWKT) representation of a network point. More...
 
char * npoint_as_hexwkb (const Npoint *np, uint8_t variant, size_t *size_out)
 Return the ASCII hex-encoded Well-Known Binary (HexWKB) representation of a network point. More...
 
char * npoint_as_text (const Npoint *np, int maxdd)
 Return the Well-Known Text (WKT) representation of a network point. More...
 
uint8_t * npoint_as_wkb (const Npoint *np, uint8_t variant, size_t *size_out)
 Return the Well-Known Binary (WKB) representation of a circular buffer. More...
 
Npointnpoint_from_hexwkb (const char *hexwkb)
 Return a network point from its ASCII hex-encoded Well-Known Binary (WKB) representation. More...
 
Npointnpoint_from_wkb (const uint8_t *wkb, size_t size)
 Return a network point from its Well-Known Binary (WKB) representation. More...
 
Npointnpoint_in (const char *str)
 Return a network point from its string representation. More...
 
char * npoint_out (const Npoint *np, int maxdd)
 Return the string representation of a network point. More...
 
Nsegmentnsegment_in (const char *str)
 Return a network point from its string representation. More...
 
char * nsegment_out (const Nsegment *ns, int maxdd)
 Return the string representation of a network segment. More...
 

Detailed Description

Input and output functions for static network points.