FDO .NET API Reference Feature Data Objects
OSGeo ::FDO ::Geometry ::IGeometry* OSGeo::FDO::Geometry::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 OSGeo::FDO::Geometry::FgfGeometryFactory.


Comments or suggestions? Send us feedback.