FDO API Reference Feature Data Objects

FDO_GEOM_API FdoIGeometry* FdoGeometryFactoryAbstract::CreateGeometry FdoString text  ) 
 

Creates a Geometry object by converting from a text string.

Remarks:
While this method is not pure virtual, its default implementation will throw an exception if called. A concrete, derived class should override this method if conversion from text is required.
Parameters:
text Input Source geometry text
Returns:
Returns a Geometry

Reimplemented in FdoFgfGeometryFactory.


Comments or suggestions? Send us feedback.