pub unsafe extern "C" fn gaiaToEWKB(
out_buf: gaiaOutBufferPtr,
geom: gaiaGeomCollPtr,
)Expand description
Encodes a Geometry object into EWKB notation
\param out_buf pointer to dynamically growing Text buffer \param geom pointer to Geometry object
\sa gaiaFromWkb, gaiaToWkb, gaiaToHexWkb, gaiaFromEWKB, gaiaToEWKB
\note this function will produce strictly conformat EWKB; you can safely use this for PostGIS data exchange.