<?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: From data table to spatial view in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/from-data-table-to-spatial-view/m-p/795551#M2352</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've not implemented it myself but&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://docs.oracle.com/database/121/SPATL/spatially-enabling-table.htm#SPATL1514" title="https://docs.oracle.com/database/121/SPATL/spatially-enabling-table.htm#SPATL1514"&gt;Spatially Enabling a Table&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looks promising.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 03 May 2020 18:34:01 GMT</pubDate>
    <dc:creator>DavidPike</dc:creator>
    <dc:date>2020-05-03T18:34:01Z</dc:date>
    <item>
      <title>From data table to spatial view</title>
      <link>https://community.esri.com/t5/geodatabase-questions/from-data-table-to-spatial-view/m-p/795548#M2349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all ,&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN class="" data-action-target="source" data-ved="2ahUKEwjC_MnvoJTpAhVGIbkGHcFTDLEQv7cBMAB6BAgMEAs"&gt;&lt;/SPAN&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;I have an a table with x, y coordinates in my DB oracle .&amp;nbsp; that I have an a&amp;nbsp; GDB on for my spatial side, how can I convert that table to a point layer inside my GDB. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="en"&gt;I have tried doing a view but it is still a nonspatial datatable when I view it in desktop arcmap&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 May 2020 03:48:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/from-data-table-to-spatial-view/m-p/795548#M2349</guid>
      <dc:creator>PamelaLandy</dc:creator>
      <dc:date>2020-05-02T03:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: From data table to spatial view</title>
      <link>https://community.esri.com/t5/geodatabase-questions/from-data-table-to-spatial-view/m-p/795549#M2350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pamela,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you go to 'Add Data' and point to your table, it will then get added to ArcMap Table of Contents (TOC) on the left-hand-side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you then right click on the table, go to 'Display XY' where a popup will then appear for you to specify your coordinate columns and coordinate system (be very aware of the coordinate system you are using, is it lat long or NAD etc?). when you click 'OK' the data should be displayed spatially in your map frame.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the moment, that data is only being displayed on the fly and does not 'exist' in a spatial context.&amp;nbsp; The final step is to right-click on the newly added displayed data in the TOC and --&amp;gt; Data --&amp;gt; export Data to save it as a shapefile (.shp) or a feature class within a GDB.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 May 2020 11:29:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/from-data-table-to-spatial-view/m-p/795549#M2350</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2020-05-02T11:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: From data table to spatial view</title>
      <link>https://community.esri.com/t5/geodatabase-questions/from-data-table-to-spatial-view/m-p/795550#M2351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dave ,&amp;nbsp;It is a possibility but in &lt;STRONG&gt;postgres&lt;/STRONG&gt; I have seen that through a line like this in the view , it is possible to give it the spatial reference&lt;/P&gt;&lt;P&gt;&lt;EM&gt;st_point((table.attrlong)::double precision, (table.attrlatt)::double precision, 4326) AS shape&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Although I already configured the libst_shapelib.so library I am still looking for the same in oracle.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 May 2020 18:17:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/from-data-table-to-spatial-view/m-p/795550#M2351</guid>
      <dc:creator>PamelaLandy</dc:creator>
      <dc:date>2020-05-03T18:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: From data table to spatial view</title>
      <link>https://community.esri.com/t5/geodatabase-questions/from-data-table-to-spatial-view/m-p/795551#M2352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've not implemented it myself but&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://docs.oracle.com/database/121/SPATL/spatially-enabling-table.htm#SPATL1514" title="https://docs.oracle.com/database/121/SPATL/spatially-enabling-table.htm#SPATL1514"&gt;Spatially Enabling a Table&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looks promising.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 May 2020 18:34:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/from-data-table-to-spatial-view/m-p/795551#M2352</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2020-05-03T18:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: From data table to spatial view</title>
      <link>https://community.esri.com/t5/geodatabase-questions/from-data-table-to-spatial-view/m-p/795552#M2353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pamela&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use sde.st_point or sde.st_geometry for creating the spatial view. Make sure you add anumeric unique identifier (similar to an OBJECTID field).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also try "Make query layer" from ArcGIS Desktop, but this do not create the view in the database, so in the mxd...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jesús de Diego&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 May 2020 23:36:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/from-data-table-to-spatial-view/m-p/795552#M2353</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-05-03T23:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: From data table to spatial view</title>
      <link>https://community.esri.com/t5/geodatabase-questions/from-data-table-to-spatial-view/m-p/795553#M2354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jesus ,&amp;nbsp;Do you have an example or reference for&amp;nbsp;how to generate a spatial view from a table ( points coord(x y) ) using the sde.st_point or sde.st_geometry in oracle.&lt;/P&gt;&lt;P&gt;Thanks in advanced&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2020 04:51:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/from-data-table-to-spatial-view/m-p/795553#M2354</guid>
      <dc:creator>PamelaLandy</dc:creator>
      <dc:date>2020-05-04T04:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: From data table to spatial view</title>
      <link>https://community.esri.com/t5/geodatabase-questions/from-data-table-to-spatial-view/m-p/795554#M2355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pamela, here's an example based on one that's worked for me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CREATE OR REPLACE FORCE EDITIONABLE VIEW "SCHEMA_NAME"."VIEW_NAME" ("ID", "SHAPE", "JOB_NUMBER") AS &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; SELECT ID, sde.st_geometry(device_longitude,device_latitude,null,null,4326) SHAPE, JOB_NUMBER&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;FROM the_source_non_spatial_table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Database people will have to excuse me if the syntax is poorly done, I'm a bit of an amateur at it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess you can do a similar thing in an Insert or Update statement to make it a permanent point feature class. When you do that you're supposed to create the ObjectID the right way, there's a reference here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://support.esri.com/en/technical-article/000009261" title="https://support.esri.com/en/technical-article/000009261"&gt;How To: Populate an ArcSDE maintained row ID column when inserting a new ST_Geometry feature with SQL in Oracle&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2020 14:56:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/from-data-table-to-spatial-view/m-p/795554#M2355</guid>
      <dc:creator>MatthewCarey</dc:creator>
      <dc:date>2020-05-12T14:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: From data table to spatial view</title>
      <link>https://community.esri.com/t5/geodatabase-questions/from-data-table-to-spatial-view/m-p/795555#M2356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Select * into tablename from view&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Craig Swadner (GIS Coordinator)&lt;/P&gt;&lt;P&gt;City of Cape Coral&lt;/P&gt;&lt;P&gt;1015 Cultural Park Blvd.&lt;/P&gt;&lt;P&gt;Cape Coral, Fl 33990&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you know the best way to report issues to ITS is to use the Service Desk system?  This will ensure someone in ITS gets your request and allows us to track the progress.  Please enter all your issues and/or questions by clicking https://breeze.cape.capecoral.net&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2020 18:28:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/from-data-table-to-spatial-view/m-p/795555#M2356</guid>
      <dc:creator>CraigSwadner</dc:creator>
      <dc:date>2020-05-12T18:28:27Z</dc:date>
    </item>
  </channel>
</rss>

