<?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 Re: GPX to Features - VB.NET in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/gpx-to-features-vb-net/m-p/673388#M18040</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Great thank you for the assistance!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Nov 2013 15:36:35 GMT</pubDate>
    <dc:creator>deleted-user-VeC5jUIlNXtq</dc:creator>
    <dc:date>2013-11-06T15:36:35Z</dc:date>
    <item>
      <title>GPX to Features - VB.NET</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/gpx-to-features-vb-net/m-p/673384#M18036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm wondering if there is any way I'm able to run the Conversion tool "GPX to Features" directly from VB.NET?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've had very little luck finding anything. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm interested in something along the lines of the &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/How_to_run_a_geoprocessing_tool/0001000003rr000000/" rel="nofollow" target="_blank"&gt;ESRI sample code&lt;/A&gt;&lt;SPAN&gt; for VB.NET buffer analysis replaced with GPXToFeatures. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do I need to access Python first and then run the tool? It will be part of a larger VB.NET conversion process to a feature class in a FGDB.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any sort of input or guidance would be greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Edit: I guess technically it is part of geoprocessing tools...so it should be accessible through the above mentioned method?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 14:32:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/gpx-to-features-vb-net/m-p/673384#M18036</guid>
      <dc:creator>deleted-user-VeC5jUIlNXtq</dc:creator>
      <dc:date>2013-11-06T14:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: GPX to Features - VB.NET</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/gpx-to-features-vb-net/m-p/673385#M18037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, you should be able to execute any tool in the Geoprocessing toolbox like that. I've always used the syntax used in the "Executing a system tool with managed assembly" section.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, I'm surprised that the GPXToFeature tool isn't in the ArcObjects API reference (like &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/#/Overview/00510000002s000000/" rel="nofollow" target="_blank"&gt;this one&lt;/A&gt;&lt;SPAN&gt; for FeatureToRaster). Then again, none of the toolboxes after DataManagementTools are showing up, either.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 15:01:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/gpx-to-features-vb-net/m-p/673385#M18037</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2013-11-06T15:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: GPX to Features - VB.NET</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/gpx-to-features-vb-net/m-p/673386#M18038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the quick reply!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, thanks for the info...I definitely didn't even see/check that thread of info...but it's not there anyway...surprising.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Should be easy enough to run, I'll play around with it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only other question related to this matter is: this will likely be run hundreds of times with GPX files being scattered among different folders.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I didn't see any &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#//00140000014t000000"&gt;IGxObjectFilter&lt;/A&gt;&lt;SPAN&gt; relating to GPX files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you know of either a filter that I could use the GxDialog to allow the user to navigate to the GPX (rather than the alternative of them manually finding the path and giving it to the program through a textbox), or a different dialog window entirely? Essentially what I would like is to allow the dialog window from selecting the GPX file as if the user was running the actual tool.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 15:07:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/gpx-to-features-vb-net/m-p/673386#M18038</guid>
      <dc:creator>deleted-user-VeC5jUIlNXtq</dc:creator>
      <dc:date>2013-11-06T15:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: GPX to Features - VB.NET</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/gpx-to-features-vb-net/m-p/673387#M18039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You could use the &lt;/SPAN&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/system.windows.forms.openfiledialog%28v=vs.90%29.aspx"&gt;OpenFileDialog&lt;/A&gt;&lt;SPAN&gt; and specify the file type&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 15:26:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/gpx-to-features-vb-net/m-p/673387#M18039</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2013-11-06T15:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: GPX to Features - VB.NET</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/gpx-to-features-vb-net/m-p/673388#M18040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Great thank you for the assistance!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 15:36:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/gpx-to-features-vb-net/m-p/673388#M18040</guid>
      <dc:creator>deleted-user-VeC5jUIlNXtq</dc:creator>
      <dc:date>2013-11-06T15:36:35Z</dc:date>
    </item>
  </channel>
</rss>

