<?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: Can you use ArcObjects to do simple geoprocessing in a ASP.NET MVC application? in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/can-you-use-arcobjects-to-do-simple-geoprocessing/m-p/453337#M12310</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to run a GP tool using ArcObjects SDK&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#c4ff8b68-0410-435f-b8e5-682d5cea47cf.htm" title="http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#c4ff8b68-0410-435f-b8e5-682d5cea47cf.htm"&gt;http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#c4ff8b68-0410-435f-b8e5-682d5cea47cf.htm&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ArcObjects 10.5, the minimum requirement of .NET is 4.5.&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/system-requirements/latest/arcobjects-sdk-system-requirements.htm" title="http://desktop.arcgis.com/en/system-requirements/latest/arcobjects-sdk-system-requirements.htm"&gt;ArcObjects SDK 10.5.x system requirements—System Requirements | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Oct 2017 19:32:45 GMT</pubDate>
    <dc:creator>YuanLiu</dc:creator>
    <dc:date>2017-10-03T19:32:45Z</dc:date>
    <item>
      <title>Can you use ArcObjects to do simple geoprocessing in a ASP.NET MVC application?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/can-you-use-arcobjects-to-do-simple-geoprocessing/m-p/453336#M12309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE style="color: #242729; background-color: rgba(248, 248, 248, 0.6); border: 0px; font-size: 13px;"&gt;&lt;TBODY style="border: 0px; font-weight: inherit; font-size: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-size: inherit;"&gt;&lt;TD class="" style="border: 0px; font-weight: inherit; font-size: inherit; padding: 0px 15px 0px 0px;"&gt;&lt;DIV class="" style="border: 0px; font-weight: inherit; font-size: inherit;"&gt;&lt;SPAN class="" style="color: #6a737c; border: 0px; font-weight: inherit; font-size: 20px; margin: 8px 0px;"&gt;0&lt;/SPAN&gt;&lt;A style="color: #358daa; border: 0px; font-weight: inherit; text-decoration: none; text-indent: -9999em; font-size: 1px; margin: 0px auto 10px;" title="This question does not show any research effort; it is unclear or not useful"&gt;down vote&lt;/A&gt;&lt;A href="https://gis.stackexchange.com/questions/256209/can-you-do-simple-geoprocessing-in-net-framework-not-mapping-applications-no" style="color: #358daa; border: 0px; font-weight: inherit; text-decoration: none; text-indent: -9999em; font-size: 1px; margin: 0px auto 2px;" title="Click to mark as favorite question (click again to undo)"&gt;favorite&lt;/A&gt;&lt;DIV class="" style="border: 0px; font-weight: inherit; font-size: inherit;"&gt; &lt;/DIV&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;TD class="" style="border: 0px; font-weight: inherit; font-size: inherit;"&gt;&lt;DIV style="border: 0px; font-weight: inherit; font-size: inherit;"&gt;&lt;DIV class="" style="border: 0px; font-weight: inherit; margin: 0px 0px 5px;"&gt;&lt;P style="border: 0px; font-weight: inherit; font-size: inherit; margin: 0px 0px 1em;"&gt;So I will be creating a web application in .NET. It will have an MVC structure. It's a data entry application where someone will be inputting a bunch of a stuff from a datasheet and we'll suck it into some database tables that are part of an ArcSDE database. Some of this data will be "manufactured" with conditional statements based on what they input into the form, and here is where geoprocessing comes into play. The user will input a piece of information into the form and if it is of a certain value, we will pull spatial data from the database and do some geoprocessing. It'd just be a buffer and an intersect, pretty simple stuff to do using arcpy...but I need to integrate this into .NET somehow. Can you do geoprocessing inside of .NET? Do you have to call out to a python script?&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; font-size: inherit; margin: 0px 0px 1em;"&gt;I've read a bunch of stuff on ArcObjects SDK for .NET seems to be all about creating add-ins for desktop applications and that's not what I want to do at all. We're not creating add-ins, we're not creating a end-user web mapping application.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="border: 0px; font-weight: bold; font-size: inherit;"&gt;I just want to be able to do some geoprocessing in the background, return a value based on the result, and save it to a database table.&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; font-size: inherit; margin: 0px 0px 1em;"&gt;&lt;SPAN&gt;If this is possible, what version of .NET Framework/Core is compatible with ArcObjects SDK for .NET?&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2017 11:44:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/can-you-use-arcobjects-to-do-simple-geoprocessing/m-p/453336#M12309</guid>
      <dc:creator>MKF62</dc:creator>
      <dc:date>2017-09-22T11:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: Can you use ArcObjects to do simple geoprocessing in a ASP.NET MVC application?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/can-you-use-arcobjects-to-do-simple-geoprocessing/m-p/453337#M12310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to run a GP tool using ArcObjects SDK&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#c4ff8b68-0410-435f-b8e5-682d5cea47cf.htm" title="http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#c4ff8b68-0410-435f-b8e5-682d5cea47cf.htm"&gt;http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#c4ff8b68-0410-435f-b8e5-682d5cea47cf.htm&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ArcObjects 10.5, the minimum requirement of .NET is 4.5.&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/system-requirements/latest/arcobjects-sdk-system-requirements.htm" title="http://desktop.arcgis.com/en/system-requirements/latest/arcobjects-sdk-system-requirements.htm"&gt;ArcObjects SDK 10.5.x system requirements—System Requirements | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 19:32:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/can-you-use-arcobjects-to-do-simple-geoprocessing/m-p/453337#M12310</guid>
      <dc:creator>YuanLiu</dc:creator>
      <dc:date>2017-10-03T19:32:45Z</dc:date>
    </item>
  </channel>
</rss>

