[][src]Function spatialite_sys::gaiaFromEWKB

pub unsafe extern "C" fn gaiaFromEWKB(
    in_buffer: *const c_uchar
) -> gaiaGeomCollPtr

Creates a Geometry object from EWKB notation

\param in_buffer pointer to EWKB buffer

\return the pointer to the newly created Geometry object: NULL on failure.

\sa gaiaToWkb, gaiaToHexWkb, gaiaParseHexEWKB, gaiaToEWKB, gaiaEwkbGetPoint, gaiaEwkbGetLinestring, gaiaEwkbGetPolygon, gaiaEwkbGetMultiGeometry

\note you are responsible to destroy (before or after) any allocated Geometry, unless you've passed ownership of the Geometry object to some further object: in this case destroying the higher order object will implicitly destroy any contained child object.