FDO .NET API Reference Feature Data Objects
OSGeo ::FDO ::Geometry ::IGeometry* OSGeo::FDO::Geometry::FgfGeometryFactory::CreateGeometryFromFgf ( System::Byte  bytes[],
Int32  count 
)

Creates a Geometry from FGF data.

Parameters:
bytes Input FGF data that defines the Geometry. The caller must guarantee the validity of the array for the lifetime of the associated geometry object.
count Input Number of bytes of FGF data.
Returns:
Returns an instance of IGeometry


Comments or suggestions? Send us feedback.