<?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: Convert Lat/Long Fields to SDE spatial view and keep it up-to-date in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/convert-lat-long-fields-to-sde-spatial-view-and/m-p/659788#M37399</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I need the spatial view to allow end users to see this information as a point layer inside the geodatabase dynamically instead of converting&amp;nbsp; the lat/long values to points each time they need to use this point layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The comman i had used is sdetable -o create_view (and i included the shape field i had added to the table).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jun 2010 07:27:13 GMT</pubDate>
    <dc:creator>GISAnalyst</dc:creator>
    <dc:date>2010-06-22T07:27:13Z</dc:date>
    <item>
      <title>Convert Lat/Long Fields to SDE spatial view and keep it up-to-date</title>
      <link>https://community.esri.com/t5/data-management-questions/convert-lat-long-fields-to-sde-spatial-view-and/m-p/659782#M37393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear All&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have one Oracle table containing Lat/Long seperate fields, and this table is updated (new inserts) daily, and i need to convert these coordinate daynamically to points. and as far as i want these locations to be shown all the times and up-to-date , i want to create an SDE spatial view (as far as its a view and will reflect the up-to-date state of the records).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My proplem is when using the sdetable -o create_view command , i have to add a shape field in order to convert it to spatial view? in my case the coordinates is exists on two columns (lat/long) and not on shapefield?is there anyway that support the idea i just raised?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know that i can use the Add even theme or convert xy tools available and schedule them based on time interval, but i need something more dynamic.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope someone have solution for that (Unfortunatly i am not a programer and i know that this also can be accomplished using webservice (if someone familiar on creating a service that deal with this scenario i wwill appreciate it)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All the best&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jun 2010 05:56:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/convert-lat-long-fields-to-sde-spatial-view-and/m-p/659782#M37393</guid>
      <dc:creator>GISAnalyst</dc:creator>
      <dc:date>2010-06-07T05:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Lat/Long Fields to SDE spatial view and keep it up-to-date</title>
      <link>https://community.esri.com/t5/data-management-questions/convert-lat-long-fields-to-sde-spatial-view-and/m-p/659783#M37394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;A spatial view requires an existing geometry column; you can't build one on the fly as a&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;part of view creation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This task should be fairly easy to accomplish if you're using a modern ArcSDE (one with &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ST_GEOMETRY), but if you're not a programmer you're going to need a SQL person to &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;assist you, since writing the trigger to autopopulate the geometry column can be tricky.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jun 2010 10:10:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/convert-lat-long-fields-to-sde-spatial-view-and/m-p/659783#M37394</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2010-06-07T10:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Lat/Long Fields to SDE spatial view and keep it up-to-date</title>
      <link>https://community.esri.com/t5/data-management-questions/convert-lat-long-fields-to-sde-spatial-view-and/m-p/659784#M37395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear Vangelo&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for response , do you have any links or similar triggers that i can look at or see.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the layers inside SDE is by default configuerd to use ST_Geometry as Geometry type (as far as it becomes the default geometry storage type (i am using 9.3.1 SDE release))&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you assisst me on writing such a trigger&amp;nbsp; i will appreciate it , or even if you have any idea about creating a service that do this process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot in advance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jun 2010 07:42:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/convert-lat-long-fields-to-sde-spatial-view-and/m-p/659784#M37395</guid>
      <dc:creator>GISAnalyst</dc:creator>
      <dc:date>2010-06-08T07:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Lat/Long Fields to SDE spatial view and keep it up-to-date</title>
      <link>https://community.esri.com/t5/data-management-questions/convert-lat-long-fields-to-sde-spatial-view-and/m-p/659785#M37396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It looks like the search engine issues are closer to being resolved, since a search from&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://support.esri.com"&gt;http://support.esri.com&lt;/A&gt;&lt;SPAN&gt; on "st_geometry trigger" turned up &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/content/kbase?fa=articleShow&amp;amp;d=34972"&gt;this&lt;/A&gt;&lt;SPAN&gt; in the first page.&amp;nbsp; You'll&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;also need to maintain the objectid appropriately (I recommend a USER-set registered &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;column, but then it can't participate in advanced geodatabase functionality).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jun 2010 13:21:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/convert-lat-long-fields-to-sde-spatial-view-and/m-p/659785#M37396</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2010-06-08T13:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Lat/Long Fields to SDE spatial view and keep it up-to-date</title>
      <link>https://community.esri.com/t5/data-management-questions/convert-lat-long-fields-to-sde-spatial-view-and/m-p/659786#M37397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear Vangelo&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Creating the trigger is working fine and its filling the information as requierd, the proplem just raised is when creating a spatial view (view contains the shape filed (created in the table), this view is shown as table not as layer within arccatalogu?! plus it appears as not regesiterd with the geodatabase, and when trying to register it a message appears talkes about missing states?!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the purpose at the end is showing these locations dynamically as point layer (without droping the layer everytime and add it again based on the coordinates fields)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;could you advise?!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 07:03:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/convert-lat-long-fields-to-sde-spatial-view-and/m-p/659786#M37397</guid>
      <dc:creator>GISAnalyst</dc:creator>
      <dc:date>2010-06-17T07:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Lat/Long Fields to SDE spatial view and keep it up-to-date</title>
      <link>https://community.esri.com/t5/data-management-questions/convert-lat-long-fields-to-sde-spatial-view-and/m-p/659787#M37398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you placed the geometry in the table with the lat/lon columns, why do you&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;need a view?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A properly constructed view should be visible to ArcGIS as a simple feature class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What does 'sdetable -o describe' report on each of the tables and the view, what&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;does 'sdetable -o describe' report on the the geometry table and view, and what&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; command did you use to create the view? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS does not permit the registration of views.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 11:48:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/convert-lat-long-fields-to-sde-spatial-view-and/m-p/659787#M37398</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2010-06-17T11:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Lat/Long Fields to SDE spatial view and keep it up-to-date</title>
      <link>https://community.esri.com/t5/data-management-questions/convert-lat-long-fields-to-sde-spatial-view-and/m-p/659788#M37399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I need the spatial view to allow end users to see this information as a point layer inside the geodatabase dynamically instead of converting&amp;nbsp; the lat/long values to points each time they need to use this point layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The comman i had used is sdetable -o create_view (and i included the shape field i had added to the table).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2010 07:27:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/convert-lat-long-fields-to-sde-spatial-view-and/m-p/659788#M37399</guid>
      <dc:creator>GISAnalyst</dc:creator>
      <dc:date>2010-06-22T07:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Lat/Long Fields to SDE spatial view and keep it up-to-date</title>
      <link>https://community.esri.com/t5/data-management-questions/convert-lat-long-fields-to-sde-spatial-view-and/m-p/659789#M37400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, you don't need a view to accomplish this.&amp;nbsp; All you need is a geometry column on the &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;table being updated (which can be accessed directly).&amp;nbsp; Your previous post indicated you've &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;already done this.&amp;nbsp; If you can't access the geometry column directly, it's unlikely that a&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;view will function as desired.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want my help with view construction, you'll need to provide the 'sdetable' output I &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;requested and the exact 'sdetable -o create_view' command (without password), so I can &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;understand how you've configured your solution.&amp;nbsp; The output from '&lt;/SPAN&gt;&lt;SPAN style="text-decoration:underline;"&gt;sdelayer&lt;/SPAN&gt;&lt;SPAN&gt; -o describe_long'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;on the table with the geometry column and the view is also necessary (sorry for the typo). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't recommend changes without understanding what you have done so far.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2010 11:04:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/convert-lat-long-fields-to-sde-spatial-view-and/m-p/659789#M37400</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2010-06-22T11:04:40Z</dc:date>
    </item>
  </channel>
</rss>

