[][src]Function spatialite_sys::gaiaOutBufferInitialize

pub unsafe extern "C" fn gaiaOutBufferInitialize(buf: gaiaOutBufferPtr)

Initializes a dynamically growing Text output buffer

\param buf pointer to gaiaOutBufferStruct structure

\sa gaiaOutBufferReset, gaiaAppendToOutBuffer

\note Text notations representing Geometry objects may easily require a huge storage amount: the gaiaOutBufferStruct automatically supports a dynamically growing output buffer. \n You are required to initialize this structure before attempting any further operation; and you are responsible to cleanup any related memory allocation when it's any longer required.