Writeable plugin datasource?

1912
2
02-26-2016 04:52 AM
ImranRajjad
New Contributor III

I am trying to add write support to plugin datasource, Has anyone attempted doing this? I am trying to figure out the interfaces the PluginWorkspaceHelpder and PluginDatasetHelpder classes should implement to enable editing in ArcMap. I have tried to implement IPlugInWorkspaceHelper2 on the workspacehelpder class  and ITable interface on IPlugInDatasetHelper class. Still when I enable editing the workspace appears to be read-only and none of the implemented methods are called.

Tags (3)
0 Kudos
2 Replies
nicogis
MVP Frequent Contributor
0 Kudos
ImranRajjad
New Contributor III

I have tried the points plugin sample included in Java SDK API reference, I am trying to enable the write functionality on pluginin data source

regards,

Imran

0 Kudos