FDO API Reference Feature Data Objects

NAMESPACE_OSGEO_GEOMETRY::IGeometry* GeometryFactoryAbstract::CreateGeometry System::String *  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 FgfGeometryFactory.


Comments or suggestions? Send us feedback.