<?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: Editing and Snapping in Silverlight in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-and-snapping-in-silverlight/m-p/521271#M13375</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Maybe this? &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcims/10.0/mainhelp/topics/admin_publishing.htm"&gt;http://help.arcgis.com/en/arcims/10.0/mainhelp/topics/admin_publishing.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have not created a any service on my own, sorry I can't help there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This might help too &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/EN/arcgisserver/10.0/apis/rest/index.html"&gt;http://help.arcgis.com/EN/arcgisserver/10.0/apis/rest/index.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Oct 2010 12:21:05 GMT</pubDate>
    <dc:creator>JenniferNery</dc:creator>
    <dc:date>2010-10-21T12:21:05Z</dc:date>
    <item>
      <title>Editing and Snapping in Silverlight</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-and-snapping-in-silverlight/m-p/521266#M13370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm simply looking for a way or possibly a template that allows for editing a feature layers geometry and snapping it to another layer.&amp;nbsp; I've been looking on resources.arcgis.com but any advice is appreciated.&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, 20 Oct 2010 20:17:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-and-snapping-in-silverlight/m-p/521266#M13370</guid>
      <dc:creator>JoshV</dc:creator>
      <dc:date>2010-10-20T20:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: Editing and Snapping in Silverlight</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-and-snapping-in-silverlight/m-p/521267#M13371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sure, you can look at this sample: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/2.1/samples/start.htm#EditToolsAutoSave"&gt;http://help.arcgis.com/en/webapi/silverlight/2.1/samples/start.htm#EditToolsAutoSave&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Notice that the map has attached properties SnapKey and SnapDistance, the Editor uses this. If you activate the EditVertices button, key down on S while moving a vertex, it will snap to other vertices on another feature other than itself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If SnapKey or SnapDistance is not set, they get default by values (Ctrl, 15) as in the EditorWidget sample in our SDK &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/2.1/samples/start.htm#ToolkitEditorWidget"&gt;http://help.arcgis.com/en/webapi/silverlight/2.1/samples/start.htm#ToolkitEditorWidget&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Oct 2010 20:59:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-and-snapping-in-silverlight/m-p/521267#M13371</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2010-10-20T20:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Editing and Snapping in Silverlight</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-and-snapping-in-silverlight/m-p/521268#M13372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Sure, you can look at this sample: &lt;A href="http://help.arcgis.com/en/webapi/silverlight/2.1/samples/start.htm#EditToolsAutoSave"&gt;http://help.arcgis.com/en/webapi/silverlight/2.1/samples/start.htm#EditToolsAutoSave&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Notice that the map has attached properties SnapKey and SnapDistance, the Editor uses this. If you activate the EditVertices button, key down on S while moving a vertex, it will snap to other vertices on another feature other than itself.&lt;BR /&gt;&lt;BR /&gt;If SnapKey or SnapDistance is not set, they get default by values (Ctrl, 15) as in the EditorWidget sample in our SDK &lt;A href="http://help.arcgis.com/en/webapi/silverlight/2.1/samples/start.htm#ToolkitEditorWidget"&gt;http://help.arcgis.com/en/webapi/silverlight/2.1/samples/start.htm#ToolkitEditorWidget&lt;/A&gt;.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Jennifer, just to verify..&amp;nbsp; In order for me to duplicate what is in that sample link, I will need ArcGIS Server 10, I assume the latest and greatest Silverlight (version 4.0 maybe?), and Visual Studio 2010?&amp;nbsp; Did I miss anything?&amp;nbsp; There is no chance I can duplicate the snapping in an editing environment just using Visual studio 2008 with ArcGIS Server 10 and Silverlight 4.0 is there?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My last question is I notice in the XAML the "Editable Layer" is classified as a "FeatureLayer" but what extra steps do I need to take to make a layer (a layer from my map service from my mxd) an "Editable Layer" besides just declaring it a FeatureLayer in my XAML?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you so much for the insight Jennifer..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Josh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 11:00:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-and-snapping-in-silverlight/m-p/521268#M13372</guid>
      <dc:creator>JoshV</dc:creator>
      <dc:date>2010-10-21T11:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Editing and Snapping in Silverlight</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-and-snapping-in-silverlight/m-p/521269#M13373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The Editor supports GraphicsLayer too.&amp;nbsp; If you choose to use FeatureLayer, you will need an editable feature service. I'm not sure what other MXD settings are necessary. You can probably check the feature service in the sample and view it in the browser to get an idea of what it would look like.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes you will need at least ArcGIS API for SL/WPF v2.0, but there were bug fixes in v2.1 regarding Snapping.&amp;nbsp; If you can use v2.1 beta, RC is coming up soon.&amp;nbsp; You will then need ArcGIS Server 10 and also SL 4.&amp;nbsp; As far as SL4 and VS 2008 compatibility, here's a link to MS forum &lt;/SPAN&gt;&lt;A href="http://forums.silverlight.net/forums/p/178873/402929.aspx"&gt;http://forums.silverlight.net/forums/p/178873/402929.aspx&lt;/A&gt;&lt;SPAN&gt;. We use VS 2010 though.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 12:07:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-and-snapping-in-silverlight/m-p/521269#M13373</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2010-10-21T12:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Editing and Snapping in Silverlight</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-and-snapping-in-silverlight/m-p/521270#M13374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The Editor supports GraphicsLayer too.&amp;nbsp; If you choose to use FeatureLayer, you will need an editable feature service. I'm not sure what other MXD settings are necessary. You can probably check the feature service in the sample and view it in the browser to get an idea of what it would look like.&lt;BR /&gt;&lt;BR /&gt;Yes you will need at least ArcGIS API for SL/WPF v2.0, but there were bug fixes in v2.1 regarding Snapping.&amp;nbsp; If you can use v2.1 beta, RC is coming up soon.&amp;nbsp; You will then need ArcGIS Server 10 and also SL 4.&amp;nbsp; As far as SL4 and VS 2008 compatibility, here's a link to MS forum &lt;A href="http://forums.silverlight.net/forums/p/178873/402929.aspx"&gt;http://forums.silverlight.net/forums/p/178873/402929.aspx&lt;/A&gt;. We use VS 2010 though.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cool Jennifer.. Do you have any links or documentation on what is involved on an "Editable feature Service"?&amp;nbsp; I just need to know the ends and outs of making a Layer in my Web Application editable.&amp;nbsp; Will I be able to do multi-user editing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks Jennifer&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 12:13:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-and-snapping-in-silverlight/m-p/521270#M13374</guid>
      <dc:creator>JoshV</dc:creator>
      <dc:date>2010-10-21T12:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: Editing and Snapping in Silverlight</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-and-snapping-in-silverlight/m-p/521271#M13375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Maybe this? &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcims/10.0/mainhelp/topics/admin_publishing.htm"&gt;http://help.arcgis.com/en/arcims/10.0/mainhelp/topics/admin_publishing.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have not created a any service on my own, sorry I can't help there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This might help too &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/EN/arcgisserver/10.0/apis/rest/index.html"&gt;http://help.arcgis.com/EN/arcgisserver/10.0/apis/rest/index.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 12:21:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-and-snapping-in-silverlight/m-p/521271#M13375</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2010-10-21T12:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Editing and Snapping in Silverlight</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-and-snapping-in-silverlight/m-p/521272#M13376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Maybe this? &lt;A href="http://help.arcgis.com/en/arcims/10.0/mainhelp/topics/admin_publishing.htm"&gt;http://help.arcgis.com/en/arcims/10.0/mainhelp/topics/admin_publishing.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I have not created a any service on my own, sorry I can't help there.&lt;BR /&gt;&lt;BR /&gt;This might help too &lt;A href="http://help.arcgis.com/EN/arcgisserver/10.0/apis/rest/index.html"&gt;http://help.arcgis.com/EN/arcgisserver/10.0/apis/rest/index.html&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Jennifer-&amp;nbsp; I took your suggestion and looked at the REST URL for the FeatureLayer used in that example you posted and can see is in a "FeatureServer Service" and the Evacuation Perimeter layer is of type "Feature Layer" and has operation properties of "Add Features, Update Features, Delete Features, and Apply Edits"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So do you happen to know how I can create a service like that?&amp;nbsp; I assume I could publish a service like this from ArcCatalog?&amp;nbsp; I'm having a difficult time tracking documentation on this for some reason.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 15:14:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-and-snapping-in-silverlight/m-p/521272#M13376</guid>
      <dc:creator>JoshV</dc:creator>
      <dc:date>2010-10-21T15:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: Editing and Snapping in Silverlight</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-and-snapping-in-silverlight/m-p/521273#M13377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I know, I had trouble finding resource too. After asking the experts, this for sure is what you need:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#//009300000021000000.htm"&gt;http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#//009300000021000000.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 16:26:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-and-snapping-in-silverlight/m-p/521273#M13377</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2010-10-21T16:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Editing and Snapping in Silverlight</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-and-snapping-in-silverlight/m-p/521274#M13378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I know, I had trouble finding resource too. After asking the experts, this for sure is what you need:&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#//009300000021000000.htm"&gt;http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#//009300000021000000.htm&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Jennifer, that helps a lot.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 16:57:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editing-and-snapping-in-silverlight/m-p/521274#M13378</guid>
      <dc:creator>JoshV</dc:creator>
      <dc:date>2010-10-21T16:57:26Z</dc:date>
    </item>
  </channel>
</rss>

