<?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 Sqlite .geodatabase shape field in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/sqlite-geodatabase-shape-field/m-p/629052#M7732</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For performance sake I have a need to read the data in the .geodatabase sqlite file directly.&amp;nbsp; I&amp;nbsp;can make my connection to the database and obtain all the field information except for the shape field.&amp;nbsp; I expected this to be stored as a json string representation for the geometry but it doesn't appear to be.&amp;nbsp; I tried using the sqlite hex() command to get the hexidecimal representation of the blob but I can't seem to get that hexidecimal to convert into a json string to be able to use the Geometry.FromJSON method for getting my shape information.&amp;nbsp; How can I convert this shape information into a Geometry object?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Dec 2018 23:54:08 GMT</pubDate>
    <dc:creator>KrisFoster1</dc:creator>
    <dc:date>2018-12-13T23:54:08Z</dc:date>
    <item>
      <title>Sqlite .geodatabase shape field</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/sqlite-geodatabase-shape-field/m-p/629052#M7732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For performance sake I have a need to read the data in the .geodatabase sqlite file directly.&amp;nbsp; I&amp;nbsp;can make my connection to the database and obtain all the field information except for the shape field.&amp;nbsp; I expected this to be stored as a json string representation for the geometry but it doesn't appear to be.&amp;nbsp; I tried using the sqlite hex() command to get the hexidecimal representation of the blob but I can't seem to get that hexidecimal to convert into a json string to be able to use the Geometry.FromJSON method for getting my shape information.&amp;nbsp; How can I convert this shape information into a Geometry object?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2018 23:54:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/sqlite-geodatabase-shape-field/m-p/629052#M7732</guid>
      <dc:creator>KrisFoster1</dc:creator>
      <dc:date>2018-12-13T23:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Sqlite .geodatabase shape field</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/sqlite-geodatabase-shape-field/m-p/629053#M7733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a link to another thread that I have opened that demonstrates the performance issues that are causing the need to be able to load the geometry directly from the sqlite database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/226372-query-performance"&gt;https://community.esri.com/thread/226372-query-performance&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2018 19:46:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/sqlite-geodatabase-shape-field/m-p/629053#M7733</guid>
      <dc:creator>KrisFoster1</dc:creator>
      <dc:date>2018-12-21T19:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Sqlite .geodatabase shape field</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/sqlite-geodatabase-shape-field/m-p/629054#M7734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The geometry is stored in a binary format - afaik this format isn't publicly &lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; overflow-wrap: break-word; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;documented&lt;/SPAN&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2019 23:36:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/sqlite-geodatabase-shape-field/m-p/629054#M7734</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2019-01-14T23:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Sqlite .geodatabase shape field</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/sqlite-geodatabase-shape-field/m-p/629055#M7735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Morten,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response.&amp;nbsp; Looks like the performance issues that were causing the need for this may be resolved in the next release based on your post so this will hopefully no longer be an issue &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Kris Foster&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2019 16:32:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/sqlite-geodatabase-shape-field/m-p/629055#M7735</guid>
      <dc:creator>KrisFoster1</dc:creator>
      <dc:date>2019-01-17T16:32:23Z</dc:date>
    </item>
  </channel>
</rss>

