[fdo-users] Re: BulkCopy using IFeatureReader (using MgFeatureReader)

Jackie Ng jumpinjackie at gmail.com
Wed Mar 16 07:30:50 EDT 2011


No there isn't.

IFeatureReader and MgFeatureReader are two different things with no common
inheritance ancestry.

You could try an adapter class that implements IFeatureReader and maps the
calls to your MgFeatureReader, but the FDO .net wrapper being a C++/CLI
mixture, I would wager the Autodesk BulkCopy class be expecting the
IFeatureReader wrapping some unmanaged C++ class. So you could probably
scratch this idea as well.

- Jackie

--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/BulkCopy-using-IFeatureReader-using-MgFeatureReader-tp6176075p6176149.html
Sent from the FDO Users mailing list archive at Nabble.com.


More information about the fdo-users mailing list