<?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 Spatial View that Reprojects Esri Geometry to SQL Server Geometry in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/spatial-view-that-reprojects-esri-geometry-to-sql/m-p/461426#M26383</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear Esri ArcSDE Team,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have ArcGIS 10.1 and have to use an enterprise geodatabase for storing some layers that require advanced capabilities of the gdb.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I also have to provide a partial view of the data to 3rd party systems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was thinking of creating a spatial view but have noticed that the Geometry Column is using Esri format. Is there any command I can use for reprojecting on the fly the esri format into SQL server native geometry type? I was thinking of applying that command on the spatial view. I know it will impact the performance but is much better than starting replicating data across all the different systems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any thoughts on this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jose&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Apr 2013 00:00:42 GMT</pubDate>
    <dc:creator>JoseSousa</dc:creator>
    <dc:date>2013-04-08T00:00:42Z</dc:date>
    <item>
      <title>Spatial View that Reprojects Esri Geometry to SQL Server Geometry</title>
      <link>https://community.esri.com/t5/data-management-questions/spatial-view-that-reprojects-esri-geometry-to-sql/m-p/461426#M26383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear Esri ArcSDE Team,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have ArcGIS 10.1 and have to use an enterprise geodatabase for storing some layers that require advanced capabilities of the gdb.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I also have to provide a partial view of the data to 3rd party systems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was thinking of creating a spatial view but have noticed that the Geometry Column is using Esri format. Is there any command I can use for reprojecting on the fly the esri format into SQL server native geometry type? I was thinking of applying that command on the spatial view. I know it will impact the performance but is much better than starting replicating data across all the different systems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any thoughts on this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jose&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 00:00:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/spatial-view-that-reprojects-esri-geometry-to-sql/m-p/461426#M26383</guid>
      <dc:creator>JoseSousa</dc:creator>
      <dc:date>2013-04-08T00:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial View that Reprojects Esri Geometry to SQL Server Geometry</title>
      <link>https://community.esri.com/t5/data-management-questions/spatial-view-that-reprojects-esri-geometry-to-sql/m-p/461427#M26384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;These are the Esri Forums, not a conduit to Development.&amp;nbsp; Most of the folks who &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;answer questions are experienced users, and even those with Esri badges aren't&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;likely to be Development staff.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is certainly no way to reproject *and* change storage type in one query, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and most certainly not as part of a spatial view.&amp;nbsp; You may certainly migrate&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;or (better) recreate a layer with a different storage method.&amp;nbsp; Changing the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;projection as part of a view would be exceedingly difficult, since there would&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;be no way to reproject the spatial constraint on query. I urge you to find a &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;different way to solve this problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 00:28:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/spatial-view-that-reprojects-esri-geometry-to-sql/m-p/461427#M26384</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-04-08T00:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial View that Reprojects Esri Geometry to SQL Server Geometry</title>
      <link>https://community.esri.com/t5/data-management-questions/spatial-view-that-reprojects-esri-geometry-to-sql/m-p/461428#M26385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Vince,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is no reason for being upset.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From my mind Esri could be using dynamic queries or functions to enable this functionality. Esri already implements other functions so this could be just one more ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;E.g.:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;create view dbo.ViewName as select dbo.Function(parameter) from dbo.TableName&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The function could have the logic for reprojecting the geometries. I didn't knew there was a technical limitation for this as I haven't actually tested the script to see if that would work for this scenario. That was what I was trying to get from you guys and the reason I have addressed the post to Esri. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is a very specific question and I needed a response that I could trust. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I will have to assume considering your response that it is technically impossible to implement this functionality using Spatial Views.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Because a versioned view cannot be used when I am using advanced features of the GDB that means that I will have to be searching for a different solution but that always includes data replication is some extent.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jose&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 02:06:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/spatial-view-that-reprojects-esri-geometry-to-sql/m-p/461428#M26385</guid>
      <dc:creator>JoseSousa</dc:creator>
      <dc:date>2013-04-08T02:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial View that Reprojects Esri Geometry to SQL Server Geometry</title>
      <link>https://community.esri.com/t5/data-management-questions/spatial-view-that-reprojects-esri-geometry-to-sql/m-p/461429#M26386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not upset, just pointing out that your greeting would incline most folks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;who saw your post to ignore it.&amp;nbsp; If you want fellow users, post a message&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in the User Forums.&amp;nbsp; If you want Esri staff, create a Tech Support incident.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Directing either to the other is confusing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 12:40:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/spatial-view-that-reprojects-esri-geometry-to-sql/m-p/461429#M26386</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-04-08T12:40:48Z</dc:date>
    </item>
  </channel>
</rss>

