<?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: Snap to Polygon's lines in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/snap-to-polygon-s-lines/m-p/641662#M16498</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In Silverlight API v3.0 which is not yet final setting SnapToEdgeEnabled=true will allow you to snap to line edges that connect two verticies in a polygon. This property does not exist in v2.4 of the Silverlight API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;&amp;lt;esri:Map x:Name="MyMap" Extent="-13054165,3850112,-13027133,3863559" esri:Editor.SnapDistance="20" esri:Editor.SnapKey="S" &lt;STRONG&gt;esri:Editor.SnapToEdgeEnabled="True"&lt;/STRONG&gt;&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 May 2012 17:58:41 GMT</pubDate>
    <dc:creator>ChristopherHill</dc:creator>
    <dc:date>2012-05-22T17:58:41Z</dc:date>
    <item>
      <title>Snap to Polygon's lines</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/snap-to-polygon-s-lines/m-p/641659#M16495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Hi Everyone,&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I search really much but no result yet. What i need to do is to snap polygon's lines not only edges. I need to be able to snap any point around the polygon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is that possible in any way, is there a property or what?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Thanks in Advance&lt;/STRONG&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 05:43:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/snap-to-polygon-s-lines/m-p/641659#M16495</guid>
      <dc:creator>SelçukTınaz</dc:creator>
      <dc:date>2012-05-22T05:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: Snap to Polygon's lines</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/snap-to-polygon-s-lines/m-p/641660#M16496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;STRONG&gt;Hi Everyone,&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I search really much but no result yet. What i need to do is to snap polygon's lines not only edges. I need to be able to snap any point around the polygon.&lt;BR /&gt;Is that possible in any way, is there a property or what?&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Thanks in Advance&lt;/STRONG&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have a look at these posts , for sure they will help you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/48285-Snap-Options"&gt;http://forums.arcgis.com/threads/48285-Snap-Options&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/27004-Polygon-Editing-Capabilities-in-Silverlight-API"&gt;http://forums.arcgis.com/threads/27004-Polygon-Editing-Capabilities-in-Silverlight-API&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;example - &amp;lt;esri:Map x:Name="MyMap" Extent="-13054165,3850112,-13027133,3863559" &lt;/SPAN&gt;&lt;STRONG&gt;esri:Editor.SnapDistance="20"&lt;/STRONG&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;STRONG&gt;esri:Editor.SnapKey="S"&lt;/STRONG&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 06:10:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/snap-to-polygon-s-lines/m-p/641660#M16496</guid>
      <dc:creator>vipulsoni</dc:creator>
      <dc:date>2012-05-22T06:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Snap to Polygon's lines</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/snap-to-polygon-s-lines/m-p/641661#M16497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Unfortunately, they are not what i want exactly. I have some polygon features.Lets say it is a triangle. Then, what i need to do is to put a point feature&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;on the middle of the polygon feature's line (not polygon's edges). Other explanation: one line of polygon is [0,0] - [6,6]. I want to put a point feature at [2,2].&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to be able to snap on the line&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Thanks&lt;/STRONG&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 06:28:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/snap-to-polygon-s-lines/m-p/641661#M16497</guid>
      <dc:creator>SelçukTınaz</dc:creator>
      <dc:date>2012-05-22T06:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Snap to Polygon's lines</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/snap-to-polygon-s-lines/m-p/641662#M16498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In Silverlight API v3.0 which is not yet final setting SnapToEdgeEnabled=true will allow you to snap to line edges that connect two verticies in a polygon. This property does not exist in v2.4 of the Silverlight API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;&amp;lt;esri:Map x:Name="MyMap" Extent="-13054165,3850112,-13027133,3863559" esri:Editor.SnapDistance="20" esri:Editor.SnapKey="S" &lt;STRONG&gt;esri:Editor.SnapToEdgeEnabled="True"&lt;/STRONG&gt;&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 17:58:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/snap-to-polygon-s-lines/m-p/641662#M16498</guid>
      <dc:creator>ChristopherHill</dc:creator>
      <dc:date>2012-05-22T17:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: Snap to Polygon's lines</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/snap-to-polygon-s-lines/m-p/641663#M16499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for reply,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; First thing i am using 2.4. In javascript api, it is snaping to any point of the polygon's lines. I want to do that in silverlight but no solution yet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;İs there a way to do that in SL API 2.4 or how can i reach 3.0 api or when it is going to publish?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 04:49:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/snap-to-polygon-s-lines/m-p/641663#M16499</guid>
      <dc:creator>SelçukTınaz</dc:creator>
      <dc:date>2012-05-23T04:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Snap to Polygon's lines</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/snap-to-polygon-s-lines/m-p/641664#M16500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; After your reply, i installed api 3.0 and made necessary edits in my application. After all, i try esri:Editor.SnapToEdgeEnabled="True" options but when i press the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"ctrl" button to activate snap, the application crashed. When i remove only that setting, application works fine but without edge snapping. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be great&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 09:33:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/snap-to-polygon-s-lines/m-p/641664#M16500</guid>
      <dc:creator>SelçukTınaz</dc:creator>
      <dc:date>2012-05-23T09:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Snap to Polygon's lines</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/snap-to-polygon-s-lines/m-p/641665#M16501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you did not define esri:SnapKey, by default you can use Ctrl-key to enable snapping. Otherwise, whatever key you defined as SnapKey will be used to activate snapping. While snapping is enabled as you draw or edit your geometry, the vertex being drawn or edited will try to snap to nearby vertices (or edge if you set esri:SnapToEdgeEnabled=True). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have not experienced app crash during snapping, can you provide us with a code snippet? Where you in the middle of Draw or Edit? Kindly explain the steps to reproduce the issue. Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 16:28:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/snap-to-polygon-s-lines/m-p/641665#M16501</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2012-05-23T16:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Snap to Polygon's lines</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/snap-to-polygon-s-lines/m-p/641666#M16502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for all interest,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; But, because of my system requirements i go back to the 2.4 api and i am searching for alternative solution to the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks for all again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2012 04:41:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/snap-to-polygon-s-lines/m-p/641666#M16502</guid>
      <dc:creator>SelçukTınaz</dc:creator>
      <dc:date>2012-05-25T04:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Snap to Polygon's lines</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/snap-to-polygon-s-lines/m-p/641667#M16503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi again me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; After all i go back to 3.0 prerealease version. I try to snap by settings "esri:Editor.SnapToEdgeEnabled="True"" and snapKey and snapDistance. But when i press&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;snap button (whatever i set). The application crashed badly. Why is that? Am I doing something wrong or is it fix in 3.0 api for right now. Please help.&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, 05 Jun 2012 12:35:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/snap-to-polygon-s-lines/m-p/641667#M16503</guid>
      <dc:creator>SelçukTınaz</dc:creator>
      <dc:date>2012-06-05T12:35:17Z</dc:date>
    </item>
  </channel>
</rss>

