MobilityDB 1.1

◆ gserialized_out()

char * gserialized_out ( const GSERIALIZED geom)

Output function for geometries.

LWGEOM_out(lwgeom) --> cstring output is 'SRID=#;{wkb in hex form}' ie. 'SRID=-99;0101000000000000000000F03F0000000000000040' WKB is machine endian if SRID=-1, the 'SRID=-1;' will probably not be present.

Note
PostGIS function: LWGEOM_out(PG_FUNCTION_ARGS)