<?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: Forming a field of type geometry in Geodatabase in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/forming-a-field-of-type-geometry-in-geodatabase/m-p/64814#M1627</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: dbroux&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That doesn't seem to be a Silverlight question.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Concerning ArcGIS server you can look at &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00170000006z000000"&gt;Make XY event layer &lt;/A&gt;&lt;SPAN&gt;tool. But it's more likely a Microsoft SQL question.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Dec 2013 06:33:46 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2013-12-10T06:33:46Z</dc:date>
    <item>
      <title>Forming a field of type geometry in Geodatabase</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/forming-a-field-of-type-geometry-in-geodatabase/m-p/64811#M1624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: aviabunin&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dear Gurus !&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There is a table events with fields X, Y - containing the coordinates of points, which must be registered in the geodatabase. Created geodatabase cuks_gdb with standard tools of arcgis desktop 10.1. Table events copied in geodatabase :&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;select * into cuks_gdb.sde.events from cuks.dbo.events&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3 . In the cloned table added field "shp" type geometry.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4 . Formed a field value by field values �??�??x, y:&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;update cuks_gdb.sde.events set Shp = geometry :: STGeomFromText ('Point (' + ltrim (STR (x, 99, 11 )) + '' + ltrim (STR (y, 99, 11) ) + ')' , 28406 );&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All formed ,&amp;nbsp; error messages were not. But when I try to save changes in any field then I get an error message&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The parameter type cuks_gdb.sys.geometry is invalid. Parameter name: value&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How to fix ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 08:06:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/forming-a-field-of-type-geometry-in-geodatabase/m-p/64811#M1624</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-12-06T08:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Forming a field of type geometry in Geodatabase</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/forming-a-field-of-type-geometry-in-geodatabase/m-p/64812#M1625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: aviabunin&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Is there are any tool to form geometry field from x,y - fields?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Is there are any other way to form needed table in geodatabase from x,y-table in sql server?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. The initial problem is , that service on the table with ObjectID and Shape fields not worked&amp;nbsp; - data not saved in the example with EditorWidget. Only delete operation work well, and normally executes update operation , when I test feature service in arcgis,com.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Can I update and add features in geodatabase from arcgis desktop 10.1 and how I can do this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Dec 2013 14:24:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/forming-a-field-of-type-geometry-in-geodatabase/m-p/64812#M1625</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-12-07T14:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Forming a field of type geometry in Geodatabase</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/forming-a-field-of-type-geometry-in-geodatabase/m-p/64813#M1626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Э�?о баг:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://connect.microsoft.com/SQLServer/feedback/details/375067/ssms-edit-top-200-rows-fails-if-table-contains-geometry-or-geography-columns"&gt;https://connect.microsoft.com/SQLServer/feedback/details/375067/ssms-edit-top-200-rows-fails-if-table-contains-geometry-or-geography-columns&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 09:50:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/forming-a-field-of-type-geometry-in-geodatabase/m-p/64813#M1626</guid>
      <dc:creator>AnatoliiTerentiev</dc:creator>
      <dc:date>2013-12-09T09:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Forming a field of type geometry in Geodatabase</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/forming-a-field-of-type-geometry-in-geodatabase/m-p/64814#M1627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: dbroux&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That doesn't seem to be a Silverlight question.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Concerning ArcGIS server you can look at &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00170000006z000000"&gt;Make XY event layer &lt;/A&gt;&lt;SPAN&gt;tool. But it's more likely a Microsoft SQL question.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 06:33:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/forming-a-field-of-type-geometry-in-geodatabase/m-p/64814#M1627</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-12-10T06:33:46Z</dc:date>
    </item>
  </channel>
</rss>

