[][src]Function spatialite_sys::gaiaOutGml

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

Encodes a Geometry object into GML notation

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

\sa gaiaParseGml

\note if \e version is set to \b 3, then GMLv3 will be used; in any other case GMLv2 will be assumed by default.