<?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: Coordinate Sys vs spatial Data Type in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/coordinate-sys-vs-spatial-data-type/m-p/178962#M10087</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Haniu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For each of the spatial data type there may be an appropriate coordinate systems to use. Here is a link to the information &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//002q0000006p000000"&gt; ArcGIS and Microsoft Spatial types&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually using the Geometry option is suggested for projected data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the Geography option:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;From the help - &lt;/P&gt;&lt;P style="margin: 0.5em 0 0.5em 10px; color: #4d4d4d; font-family: Arial, Helvetica, sans-serif;"&gt;"You might use the geography storage type with ArcGIS if&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The coordinate system you want to use is defined in the SQL Server data dictionary.&lt;/LI&gt;&lt;LI&gt;You don't need to store z- or m-values for features.&lt;/LI&gt;&lt;LI&gt;Your data covers large spatial extents and you need to use SQL area and length calculations.&lt;SPAN style="margin: 0 0 0 10px;"&gt;The SQL area and length calculations that use Great Elliptic line interpolation can be noticeably different that planar line interpolation over large spatial extents.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;You need to use Great Elliptic line interpolation for SQL spatial queries."&lt;/LI&gt;&lt;/UL&gt;&lt;P style="text-align: justify;"&gt;&lt;/P&gt;&lt;P&gt;Hopefully this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-George&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Sep 2014 11:47:21 GMT</pubDate>
    <dc:creator>George_Thompson</dc:creator>
    <dc:date>2014-09-12T11:47:21Z</dc:date>
    <item>
      <title>Coordinate Sys vs spatial Data Type</title>
      <link>https://community.esri.com/t5/data-management-questions/coordinate-sys-vs-spatial-data-type/m-p/178961#M10086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear experds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the relation between Coordinate System and spatial Data Type ?&lt;/P&gt;&lt;P&gt;I creates some FCs :&lt;/P&gt;&lt;P&gt;1. Coordinate System : &lt;STRONG&gt;Projected&lt;/STRONG&gt;, Config Keyword : &lt;STRONG&gt;Geography&lt;/STRONG&gt;. Result: Failed. SQL Native Client 11.0: The multi-part identifier "SHAPE.STSrid" could not be bound"&lt;/P&gt;&lt;P&gt;2. Coordinate : &lt;STRONG&gt;Projected&lt;/STRONG&gt;, Keyword : &lt;STRONG&gt;Geometry&lt;/STRONG&gt;. Result ; Success&lt;/P&gt;&lt;P&gt;3. Coordinate : &lt;STRONG&gt;Geography&lt;/STRONG&gt;, Keyword : &lt;STRONG&gt;Geography&lt;/STRONG&gt;. Result ; Success&lt;/P&gt;&lt;P&gt;4. Coordinate : &lt;STRONG&gt;Geography&lt;/STRONG&gt;, Keyword : &lt;STRONG&gt;Geometry&lt;/STRONG&gt;. Result ; Success&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What factor are causing the error ? Which spatial data type should I choose for Projected and Geography coordinate system ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[SQL Server 2012. Arcgis 10.1]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 09:04:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/coordinate-sys-vs-spatial-data-type/m-p/178961#M10086</guid>
      <dc:creator>HaniuHokkaido</dc:creator>
      <dc:date>2014-09-12T09:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Coordinate Sys vs spatial Data Type</title>
      <link>https://community.esri.com/t5/data-management-questions/coordinate-sys-vs-spatial-data-type/m-p/178962#M10087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Haniu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For each of the spatial data type there may be an appropriate coordinate systems to use. Here is a link to the information &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//002q0000006p000000"&gt; ArcGIS and Microsoft Spatial types&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually using the Geometry option is suggested for projected data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the Geography option:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: justify;"&gt;From the help - &lt;/P&gt;&lt;P style="margin: 0.5em 0 0.5em 10px; color: #4d4d4d; font-family: Arial, Helvetica, sans-serif;"&gt;"You might use the geography storage type with ArcGIS if&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The coordinate system you want to use is defined in the SQL Server data dictionary.&lt;/LI&gt;&lt;LI&gt;You don't need to store z- or m-values for features.&lt;/LI&gt;&lt;LI&gt;Your data covers large spatial extents and you need to use SQL area and length calculations.&lt;SPAN style="margin: 0 0 0 10px;"&gt;The SQL area and length calculations that use Great Elliptic line interpolation can be noticeably different that planar line interpolation over large spatial extents.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;You need to use Great Elliptic line interpolation for SQL spatial queries."&lt;/LI&gt;&lt;/UL&gt;&lt;P style="text-align: justify;"&gt;&lt;/P&gt;&lt;P&gt;Hopefully this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-George&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2014 11:47:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/coordinate-sys-vs-spatial-data-type/m-p/178962#M10087</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2014-09-12T11:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Coordinate Sys vs spatial Data Type</title>
      <link>https://community.esri.com/t5/data-management-questions/coordinate-sys-vs-spatial-data-type/m-p/178963#M10088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Allright George.. thanks. &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 01:16:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/coordinate-sys-vs-spatial-data-type/m-p/178963#M10088</guid>
      <dc:creator>HaniuHokkaido</dc:creator>
      <dc:date>2014-09-16T01:16:56Z</dc:date>
    </item>
  </channel>
</rss>

