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

◆ geo_out()

char * geo_out ( const GSERIALIZED gs)

Return the ASCII hex-encoded Well-Known Binary (HexWKB) representation of a geometry/geography.

The output is ‘'SRID=#;{wkb in hex form}’‘, e.g., 'SRID=-99;0101000000000000000000F03F0000000000000040’. The WKB otput is in the machine endian. If SRID=-1, the 'SRID=-1;' will probably not be present.

Parameters
[in]gsGeometry/geography
Note
PostGIS function: LWGEOM_out(PG_FUNCTION_ARGS)