<?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: Reshape overlapping polygons after editing vertices in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/reshape-overlapping-polygons-after-editing/m-p/485725#M12508</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you have an array of polygons need to be reshaped, call IGeometryServer2.Reshape method will do the job, using the boundary of the new polygon as input polyline.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can also call ITopologicalOperator.Difference to work on one polygon at a time.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Nov 2011 16:55:25 GMT</pubDate>
    <dc:creator>WeifengHe</dc:creator>
    <dc:date>2011-11-22T16:55:25Z</dc:date>
    <item>
      <title>Reshape overlapping polygons after editing vertices</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/reshape-overlapping-polygons-after-editing/m-p/485724#M12507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am working on an application that allows users to update polygons using the Editor Class (not the Editorwidget) and the EditVertices function.&amp;nbsp; After a user updates a polygon, they may overlap an adjoining polygon.&amp;nbsp; I take the resulting geometry and query for all polygons that overlap.&amp;nbsp; I would like to use the Reshape Function to reshape these overlapping polygons based on the new geometry.&amp;nbsp; How can I call call the reshape function in code to modify these overlapping polygons.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would think this is something that alot of developers would need to do in an online editing situation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2011 15:19:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/reshape-overlapping-polygons-after-editing/m-p/485724#M12507</guid>
      <dc:creator>ArtUllman</dc:creator>
      <dc:date>2011-11-22T15:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: Reshape overlapping polygons after editing vertices</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/reshape-overlapping-polygons-after-editing/m-p/485725#M12508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you have an array of polygons need to be reshaped, call IGeometryServer2.Reshape method will do the job, using the boundary of the new polygon as input polyline.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can also call ITopologicalOperator.Difference to work on one polygon at a time.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2011 16:55:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/reshape-overlapping-polygons-after-editing/m-p/485725#M12508</guid>
      <dc:creator>WeifengHe</dc:creator>
      <dc:date>2011-11-22T16:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: Reshape overlapping polygons after editing vertices</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/reshape-overlapping-polygons-after-editing/m-p/485726#M12509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am coding in a silverlight application, so I do not have access to arcobjects classes. Geometry services have a reshape function, which I was going to try.&amp;nbsp; However, I know that the Editor class in Silverlight has a Reshape tool, but I am looking for some information on how to use it to reshape one polygon after changing another polygon using editvertices.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is what I am trying to figure out.&amp;nbsp; Editor has a Reshape ICommand property.&amp;nbsp; I can't find any sample or documentation showing how to call Reshape from code.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2011 17:10:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/reshape-overlapping-polygons-after-editing/m-p/485726#M12509</guid>
      <dc:creator>ArtUllman</dc:creator>
      <dc:date>2011-11-22T17:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: Reshape overlapping polygons after editing vertices</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/reshape-overlapping-polygons-after-editing/m-p/485727#M12510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can look at the following SDK sample: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Reshape"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#Reshape&lt;/A&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You might also want to check AutoComplete: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#AutoComplete"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#AutoComplete&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The interactive way to reshape or auto complete a polygon would be to use Editor.Reshape or Add command, respectively. &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#EditToolsAutoSave"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#EditToolsAutoSave&lt;/A&gt;&lt;SPAN&gt;. If AutoSelect is checked or after you have made selections, you can add near the selected feature and auto-complete against the selected feature. You can also reshape selected feature by drawing a polyline cutter.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2011 03:31:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/reshape-overlapping-polygons-after-editing/m-p/485727#M12510</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2011-11-23T03:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Reshape overlapping polygons after editing vertices</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/reshape-overlapping-polygons-after-editing/m-p/485728#M12511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks.&amp;nbsp; I am going to call the Geometry Service as described in the sample.&amp;nbsp; I was thinking that I could use the Editor class in code rather than interactively, but I can not find any good explanation of how to do this.&amp;nbsp; The geometry service should do the trick.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2011 13:00:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/reshape-overlapping-polygons-after-editing/m-p/485728#M12511</guid>
      <dc:creator>ArtUllman</dc:creator>
      <dc:date>2011-11-23T13:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Reshape overlapping polygons after editing vertices</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/reshape-overlapping-polygons-after-editing/m-p/485729#M12512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can call Reshape in code-behind, but drawing the cutter is still interactive.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
if(editor.Reshape.CanExecute(null)) // this is true if there are selected features
&amp;nbsp;&amp;nbsp;&amp;nbsp; editor.Reshape.Execute(null); // activates Reshape, you can begin drawing the cutter.
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you already have the cutter, you can use GeometryService to do Reshape.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 21:24:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/reshape-overlapping-polygons-after-editing/m-p/485729#M12512</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2021-12-11T21:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Reshape overlapping polygons after editing vertices</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/reshape-overlapping-polygons-after-editing/m-p/485730#M12513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks.&amp;nbsp; I wrote a solution using the geometry service.&amp;nbsp; I want the operation to run without user interaction.&amp;nbsp;&amp;nbsp; I was curious if I could run the editor.Reshape without user interaction and you answered my question. Thank you for your assistance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2011 17:29:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/reshape-overlapping-polygons-after-editing/m-p/485730#M12513</guid>
      <dc:creator>ArtUllman</dc:creator>
      <dc:date>2011-11-23T17:29:36Z</dc:date>
    </item>
  </channel>
</rss>

