<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Pug-In Data Sources in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/pug-in-data-sources/m-p/432225#M11709</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I need to add a custom data format and from what I can see, plug-in data sources is the way to go. I basically this custom data format to behave like a regular SDE Feature Class and be able to copy from this to an SDE database&amp;nbsp; and display in ArcMap and ArcGIS Server etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From what I have read the only limitation is that it is readonly. Has anyone had any experience with plug-in data sources and possibly any other limitations?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; I did try the simple point example that is provided and worked create within ArcMap but I couldn't get ArcGIS Server to recognize the layer in the mxd of my map service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in Advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 May 2010 13:54:03 GMT</pubDate>
    <dc:creator>JamesStreet</dc:creator>
    <dc:date>2010-05-14T13:54:03Z</dc:date>
    <item>
      <title>Pug-In Data Sources</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/pug-in-data-sources/m-p/432225#M11709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I need to add a custom data format and from what I can see, plug-in data sources is the way to go. I basically this custom data format to behave like a regular SDE Feature Class and be able to copy from this to an SDE database&amp;nbsp; and display in ArcMap and ArcGIS Server etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From what I have read the only limitation is that it is readonly. Has anyone had any experience with plug-in data sources and possibly any other limitations?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; I did try the simple point example that is provided and worked create within ArcMap but I couldn't get ArcGIS Server to recognize the layer in the mxd of my map service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in Advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 May 2010 13:54:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/pug-in-data-sources/m-p/432225#M11709</guid>
      <dc:creator>JamesStreet</dc:creator>
      <dc:date>2010-05-14T13:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: Pug-In Data Sources</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/pug-in-data-sources/m-p/432226#M11710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I implemented a plugin datasource for a project for vehicle tracking.&amp;nbsp; The samples lead you to think the data needs to be on disk, but we got it to use an in memory list of vehicles.&amp;nbsp; So while you can't use the editor to edit a plugin datasource, you can have tools that change the data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Installation of plugins is a bit tricky, remembering to re-register the PluginWorkspaceFactory dll is a common source of pain.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;A plug-in workspace factory helper should be registered in the component category ESRI PlugIn Workspace Factory Helpers. &lt;STRONG&gt;PlugInWorkspaceFactory.dll should then be reregistered &lt;/STRONG&gt;(this file is found in the ArcGIS installation bin folder). This reregistration will register the CLSID returned by WorkspaceFactoryTypeID in the ESRI Workspace Factories and ESRI Gx Enabled Workspace Factories categories.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;A href="http://resources.esri.com/help/9.3/arcgisengine/dotnet/f4ce6eb3-606c-4aa1-a7ba-28abaa81f930.htm#ImplementingWSFactoryHelper"&gt;http://resources.esri.com/help/9.3/arcgisengine/dotnet/f4ce6eb3-606c-4aa1-a7ba-28abaa81f930.htm#ImplementingWSFactoryHelper&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A major annoyance for me is the COMException you're required to throw:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Implementation of NextRecord must raise an error if there are no more rows to fetch.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hopefully this has changed for 10.0, but I haven't checked.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 May 2010 14:57:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/pug-in-data-sources/m-p/432226#M11710</guid>
      <dc:creator>KirkKuykendall</dc:creator>
      <dc:date>2010-05-14T14:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Plug-in Data Sources With ArcGIS Server</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/pug-in-data-sources/m-p/432227#M11711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Would you recommend this approach over custom layers?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 May 2010 00:59:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/pug-in-data-sources/m-p/432227#M11711</guid>
      <dc:creator>JamesStreet</dc:creator>
      <dc:date>2010-05-18T00:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Pug-In Data Sources</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/pug-in-data-sources/m-p/432228#M11712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you go with a plugin datasource, you can use Featurelayers to display your data, so all the tools (except for editing tools) that work with featurelayers will work a featurelayer that uses your plugin. (Attribute tables, Identify, Data export etc.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If use of these OOTB featurelayer tools is not important, I'd go with a inheriting BaseCustomLayer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another option might be inheriting from FeaturelayerClass,&amp;nbsp; I played around with this a bit and have seen threads of others doing this too, but I've never thoroughly tested it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 May 2010 12:52:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/pug-in-data-sources/m-p/432228#M11712</guid>
      <dc:creator>KirkKuykendall</dc:creator>
      <dc:date>2010-05-18T12:52:59Z</dc:date>
    </item>
  </channel>
</rss>

