FDO API Reference Feature Data Objects
virtual FDO_GEOM_API FdoString* FdoIGeometry::GetText (  )  [pure virtual]

Gets the text string representation of this Geometry.

Remarks:
This object retains ownership of the string. The caller should NOT attempt to free it. The text string may be retained in memory by the object indefinitely. Calling this method on a large number of Geometries that are retained in memory may cause a noticable increase in memory consumption.
Returns:
Returns the text string


Comments or suggestions? Send us feedback.