FDO API Reference Feature Data Objects
virtual FDO_GEOM_API FdoIGeometry* FdoGeometryFactoryAbstract::CreateGeometry ( FdoIGeometry geometry  )  [pure virtual]

Geometry Creates a Geometry object by copying from another Geometry.

Remarks:
This is a pseudo-copy-constructor. It is required that any implementation use only public methods on the underlying Geometry object, thus enabling conversion from geometries of the same (or any other) implementation of this Geometry package.
Parameters:
geometry Input Source geometry
Returns:
Returns an envelope

Implemented in FdoFgfGeometryFactory.


Comments or suggestions? Send us feedback.