<?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: How to use the ESRI ExtractData Geoprocessing Service in the latest .Net SDK in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-the-esri-extractdata-geoprocessing/m-p/640494#M7940</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've marked this question as answered as I've came up with a better solution to my issue than using the GeoProcessing service. Thank you for your time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 May 2020 17:21:42 GMT</pubDate>
    <dc:creator>BrockHayes</dc:creator>
    <dc:date>2020-05-22T17:21:42Z</dc:date>
    <item>
      <title>How to use the ESRI ExtractData Geoprocessing Service in the latest .Net SDK</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-the-esri-extractdata-geoprocessing/m-p/640489#M7935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using the Extract Data Geoprocessing service at this link:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A class="link-titled" href="http://sampleserver4.arcgisonline.com/ArcGIS/rest/services/HomelandSecurity/Incident_Data_Extraction/GPServer/Extract%20Data%20Task" title="http://sampleserver4.arcgisonline.com/ArcGIS/rest/services/HomelandSecurity/Incident_Data_Extraction/GPServer/Extract%20Data%20Task"&gt;Extract Data Task (HomelandSecurity/Incident_Data_Extraction)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've created a GeoprocessingTask and I've added the GeoprocessingParameters for "Layers_to_Clip" and "Feature_Format". I'm struggling with trying to determine what I need to provide for the "Area_of_Interest" parameter as I can get the geometry from my GraphicsOverlay, but I don't know how to turn the geometry into a GPFeatureRecordSetLayer as referred to in the service as this no longer exists to my knowledge in the newest version of the SDK. Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Link to the code I'm referring to:&amp;nbsp;&lt;A class="link-titled" href="https://paste.ofcode.org/uAnZfzTNUUcuMaCBYnLFSE" title="https://paste.ofcode.org/uAnZfzTNUUcuMaCBYnLFSE"&gt;https://paste.ofcode.org/uAnZfzTNUUcuMaCBYnLFS&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2020 21:15:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-the-esri-extractdata-geoprocessing/m-p/640489#M7935</guid>
      <dc:creator>BrockHayes</dc:creator>
      <dc:date>2020-05-20T21:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the ESRI ExtractData Geoprocessing Service in the latest .Net SDK</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-the-esri-extractdata-geoprocessing/m-p/640490#M7936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alright, so I've figured out the "Area_of_Interest" parameter, but now I'm having issues with the "Layers_to_Clip" parameter. I'm passing a list of GeoprocessingStrings here:&lt;/P&gt;&lt;P&gt;extractDataParameters.Inputs.Add("Layers_to_Clip", new GeoprocessingMultiValue&amp;lt;GeoprocessingString&amp;gt;(geoprocessingStrings));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So geoprocessingStrings is the list of GeoprocessingStrings and I am getting the string containing the layer name when I check the list, but I am still getting an error when I try to create the job and get the results as the HTTP request says "Invalid value for parameter 'Layers_to_Clip". Could someone help with this issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2020 15:26:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-the-esri-extractdata-geoprocessing/m-p/640490#M7936</guid>
      <dc:creator>BrockHayes</dc:creator>
      <dc:date>2020-05-21T15:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the ESRI ExtractData Geoprocessing Service in the latest .Net SDK</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-the-esri-extractdata-geoprocessing/m-p/640491#M7937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recommend testing the service endpoint in the browser and comparing the request URL with that made by ArcGIS Runtime (add a handler for the HttpRequestBegin event).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible, since that service is running on a version of ArcGIS that is no longer supported that there could be a difference in the way the parameters are requested in later versions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;ArcGISHttpClientHandler&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;HttpRequestBegin &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;sender&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; request&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
    &lt;SPAN class="comment token"&gt;// ... Check the request URL&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 03:13:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-the-esri-extractdata-geoprocessing/m-p/640491#M7937</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2021-12-12T03:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the ESRI ExtractData Geoprocessing Service in the latest .Net SDK</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-the-esri-extractdata-geoprocessing/m-p/640492#M7938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;I just checked this and it doesn't appear that the request URL is asking for different parameters as I just made a post request with Postman and the parameters are the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2020 00:22:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-the-esri-extractdata-geoprocessing/m-p/640492#M7938</guid>
      <dc:creator>BrockHayes</dc:creator>
      <dc:date>2020-05-22T00:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the ESRI ExtractData Geoprocessing Service in the latest .Net SDK</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-the-esri-extractdata-geoprocessing/m-p/640493#M7939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you able to get the job to succeed when running via the web browser? (&lt;A class="link-titled" href="http://sampleserver4.arcgisonline.com/ArcGIS/rest/services/HomelandSecurity/Incident_Data_Extraction/GPServer/Extract%20Data%20Task/submitJob" title="http://sampleserver4.arcgisonline.com/ArcGIS/rest/services/HomelandSecurity/Incident_Data_Extraction/GPServer/Extract%20Data%20Task/submitJob"&gt;Submit Job: Extract Data Task&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2020 17:16:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-the-esri-extractdata-geoprocessing/m-p/640493#M7939</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2020-05-22T17:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the ESRI ExtractData Geoprocessing Service in the latest .Net SDK</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-the-esri-extractdata-geoprocessing/m-p/640494#M7940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've marked this question as answered as I've came up with a better solution to my issue than using the GeoProcessing service. Thank you for your time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2020 17:21:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-use-the-esri-extractdata-geoprocessing/m-p/640494#M7940</guid>
      <dc:creator>BrockHayes</dc:creator>
      <dc:date>2020-05-22T17:21:42Z</dc:date>
    </item>
  </channel>
</rss>

