[][src]Function spatialite_sys::gaiaFromSpatiaLiteBlobWkb

pub unsafe extern "C" fn gaiaFromSpatiaLiteBlobWkb(
    blob: *const c_uchar,
    size: c_uint
) -> gaiaGeomCollPtr

Creates a Geometry object from the corresponding BLOB-Geometry

\param blob pointer to BLOB-Geometry \param size the BLOB's size

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

\sa gaiaFreeGeomColl, gaiaToSpatiaLiteBlobWkb, gaiaToCompressedBlobWkb, gaiaFromSpatiaLiteBlobWkbEx

\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.