[][src]Function spatialite_sys::gaiaParseKml

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

Creates a Geometry object from KML notation

\param in_buffer pointer to KML buffer

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

\sa gaiaOutBareKml, gaiaOutFullKml

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