<?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 Cut using Geometry Service in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/cut-using-geometry-service/m-p/432626#M11162</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;HI,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; I have downloaded a sample from &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Cut"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Cut&lt;/A&gt;&lt;SPAN&gt; interactive sample and it worked fine, but when I replaced the layers with my code it does not work effectively , it throws me an error ""The remote server returned an error: NotFound.""..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't understand what this error means &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please guide I have attached my code...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Sep 2012 06:21:00 GMT</pubDate>
    <dc:creator>SantoshV</dc:creator>
    <dc:date>2012-09-03T06:21:00Z</dc:date>
    <item>
      <title>Cut using Geometry Service</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/cut-using-geometry-service/m-p/432626#M11162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;HI,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; I have downloaded a sample from &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Cut"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Cut&lt;/A&gt;&lt;SPAN&gt; interactive sample and it worked fine, but when I replaced the layers with my code it does not work effectively , it throws me an error ""The remote server returned an error: NotFound.""..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't understand what this error means &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please guide I have attached my code...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2012 06:21:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/cut-using-geometry-service/m-p/432626#M11162</guid>
      <dc:creator>SantoshV</dc:creator>
      <dc:date>2012-09-03T06:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Cut using Geometry Service</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/cut-using-geometry-service/m-p/432627#M11163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It seems to be a performance issue because your input geometries are very heavy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By generalizing them, you will get better results:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;query.ReturnGeometry = &lt;SPAN style="color:blue;"&gt;true&lt;/SPAN&gt;;
&lt;SPAN style="color:#ff0000;"&gt;query.MaxAllowableOffset = 1000;
&lt;/SPAN&gt;queryTask.ExecuteCompleted += queryTask_ExecuteCompleted;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 19:26:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/cut-using-geometry-service/m-p/432627#M11163</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2021-12-11T19:26:11Z</dc:date>
    </item>
  </channel>
</rss>

