[][src]Function spatialite_sys::gaiaOutBareKml

pub unsafe extern "C" fn gaiaOutBareKml(
    out_buf: gaiaOutBufferPtr,
    geom: gaiaGeomCollPtr,
    precision: c_int
)

Encodes a Geometry object into KML notation

\param out_buf pointer to dynamically growing Text buffer \param geom pointer to Geometry object \param precision decimal digits to be used for coordinates

\sa gaiaParseKml, gaiaOutFullKml

\note this function will export the simplest KML notation (no descriptions).