arcobjects - How do I add point features from memory rather than a database or file? -


I am embedding MapControl in a C ++ application. The application is linked to a proprietary, non-relational database. Therefore, it is not possible to add map control directly to GIS data. Instead, I want to load my feature features only in the feature layer. I understand the mechanics of making a feature layer, but they look tied to some types of data sources. How do I load feature data directly into the layer without pointing to a file or database? In other words, I only want these features to be a memory resident.

Instead of ScratchWorkspaceFactory, I will use.

You will still need a feature laser, which will have a reference to the feature that is in the temporary workspace, as well as the symbolology (IGeoFeatureLayer.Renderer) which defines how information will be emblemed. .


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -