<?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: non esri SQL table with mixed geometries in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/non-esri-sql-table-with-mixed-geometries/m-p/284793#M16344</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You have to work with the functions that Microsoft provides.&amp;nbsp; In this case, it's .InstanceOf(POINT). As a one time thing you can even cast to Well-Known Text and search for "Point%". -V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Aug 2013 10:39:53 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2013-08-07T10:39:53Z</dc:date>
    <item>
      <title>non esri SQL table with mixed geometries</title>
      <link>https://community.esri.com/t5/data-management-questions/non-esri-sql-table-with-mixed-geometries/m-p/284790#M16341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a SQL database.&amp;nbsp; In this SQL database is a SQL Spatial table, from a NONE Esri source.&amp;nbsp; This table has mixed (ug!) geometries, points, multiponts and polygons.&amp;nbsp; This table is from a third party application and I have NO control over it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can view the data OK in ArcMap, when I add it on, I have to choose the geometry type and unique field.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, if I try to do anything with layers I get a 99999 error "Invalid Entity type"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I'm trying to do is to take this source, buffer the point features, then merge it with the polygon features to create a single ArcMap friendly layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ACM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Aug 2013 13:41:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/non-esri-sql-table-with-mixed-geometries/m-p/284790#M16341</guid>
      <dc:creator>AdrianMarsden</dc:creator>
      <dc:date>2013-08-05T13:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: non esri SQL table with mixed geometries</title>
      <link>https://community.esri.com/t5/data-management-questions/non-esri-sql-table-with-mixed-geometries/m-p/284791#M16342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try using views to limit to a single topology class via the where clause. -V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Aug 2013 00:30:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/non-esri-sql-table-with-mixed-geometries/m-p/284791#M16342</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-08-07T00:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: non esri SQL table with mixed geometries</title>
      <link>https://community.esri.com/t5/data-management-questions/non-esri-sql-table-with-mixed-geometries/m-p/284792#M16343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi - tried that with an Esri view, and failed.&amp;nbsp; I tried to do it setting the view up on SQL, but couldn't get the syntax right for "GEOMETRY=POINT" or whatever.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway, esri(uk) have told me they think 10.2 will work better, so I'm about to install that on a VPC to take a look.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ACM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Aug 2013 07:24:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/non-esri-sql-table-with-mixed-geometries/m-p/284792#M16343</guid>
      <dc:creator>AdrianMarsden</dc:creator>
      <dc:date>2013-08-07T07:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: non esri SQL table with mixed geometries</title>
      <link>https://community.esri.com/t5/data-management-questions/non-esri-sql-table-with-mixed-geometries/m-p/284793#M16344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You have to work with the functions that Microsoft provides.&amp;nbsp; In this case, it's .InstanceOf(POINT). As a one time thing you can even cast to Well-Known Text and search for "Point%". -V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Aug 2013 10:39:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/non-esri-sql-table-with-mixed-geometries/m-p/284793#M16344</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-08-07T10:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: non esri SQL table with mixed geometries</title>
      <link>https://community.esri.com/t5/data-management-questions/non-esri-sql-table-with-mixed-geometries/m-p/284794#M16345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; I was just wondering myself if you could CAST a geometry column.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;FYI - 10.2 behaves in exactly the same way with the approach I was using in 10.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;trying the CAST now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ACM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Aug 2013 10:45:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/non-esri-sql-table-with-mixed-geometries/m-p/284794#M16345</guid>
      <dc:creator>AdrianMarsden</dc:creator>
      <dc:date>2013-08-07T10:45:01Z</dc:date>
    </item>
  </channel>
</rss>

