<?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: How to interpret sde.ST_Geometry.POINTS property in Oracle in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/how-to-interpret-sde-st-geometry-points-property/m-p/860438#M5675</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, but using &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;SDE.ST_AsBinary or SDE.ST_AsText&amp;nbsp; &lt;/SPAN&gt;is not an option because of performance issues, &lt;/P&gt;&lt;P&gt;Can you send me some links to old documentation that describe that format, please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 May 2015 12:42:24 GMT</pubDate>
    <dc:creator>AndreaV</dc:creator>
    <dc:date>2015-05-12T12:42:24Z</dc:date>
    <item>
      <title>How to interpret sde.ST_Geometry.POINTS property in Oracle</title>
      <link>https://community.esri.com/t5/geodatabase-questions/how-to-interpret-sde-st-geometry-points-property/m-p/860434#M5671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I use ArcSDE 10.2 with Oracle 11g and I use ST_Geometry as the default GEOMETRY_STORAGE.&lt;/P&gt;&lt;P&gt;I work in .NET Framework and I use the Oracle Developer Tools (ODT) to create a wrapper for the User Defined-Type (UDT) ST_Geometry. I can read the whole object structure but I don't know how to interpret the binary stream stored in the POINTS property of the ST_GEOMETRY object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With refer to: &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/ST_Geometry_storage_in_Oracle/002n0000006m000000/" title="http://resources.arcgis.com/en/help/main/10.1/index.html#/ST_Geometry_storage_in_Oracle/002n0000006m000000/"&gt;ArcGIS Help 10.1&lt;/A&gt;​, ESRI says that:&lt;/P&gt;&lt;P&gt;"Points: Contains the byte stream of the point coordinates that define the geometry" but no further detail is given.&lt;/P&gt;&lt;P&gt;Is there any documentation about that or anyone knows how to interpret the POINTS property?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 10:04:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/how-to-interpret-sde-st-geometry-points-property/m-p/860434#M5671</guid>
      <dc:creator>AndreaV</dc:creator>
      <dc:date>2015-05-12T10:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to interpret sde.ST_Geometry.POINTS property in Oracle</title>
      <link>https://community.esri.com/t5/geodatabase-questions/how-to-interpret-sde-st-geometry-points-property/m-p/860435#M5672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this what you require?&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/What_is_the_ST_Geometry_storage_type/002n00000069000000/" title="http://resources.arcgis.com/en/help/main/10.2/index.html#/What_is_the_ST_Geometry_storage_type/002n00000069000000/"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 11:29:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/how-to-interpret-sde-st-geometry-points-property/m-p/860435#M5672</guid>
      <dc:creator>ToddBlanchette</dc:creator>
      <dc:date>2015-05-12T11:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to interpret sde.ST_Geometry.POINTS property in Oracle</title>
      <link>https://community.esri.com/t5/geodatabase-questions/how-to-interpret-sde-st-geometry-points-property/m-p/860436#M5673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the answer but ST_GEOMETRY.POINTS is not stored as OGC WKB. POINTS property stores a binary stream of coordinates. The problem is to know how the coordinates are encoded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 12:05:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/how-to-interpret-sde-st-geometry-points-property/m-p/860436#M5673</guid>
      <dc:creator>AndreaV</dc:creator>
      <dc:date>2015-05-12T12:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to interpret sde.ST_Geometry.POINTS property in Oracle</title>
      <link>https://community.esri.com/t5/geodatabase-questions/how-to-interpret-sde-st-geometry-points-property/m-p/860437#M5674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The POINTS stream layout is unchanged from 9.2 (when HIGH precision was added), and virtually unchanged since 3.0.&amp;nbsp; There's plenty of older documentation which details the format&amp;nbsp; Using it, however, is &lt;STRONG&gt;not&lt;/STRONG&gt; best practice.&amp;nbsp; Instead use the SDE.ST_AsBinary or SDE.ST_AsText accessors, and then you won't be impacted if it does change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 12:21:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/how-to-interpret-sde-st-geometry-points-property/m-p/860437#M5674</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2015-05-12T12:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to interpret sde.ST_Geometry.POINTS property in Oracle</title>
      <link>https://community.esri.com/t5/geodatabase-questions/how-to-interpret-sde-st-geometry-points-property/m-p/860438#M5675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, but using &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;SDE.ST_AsBinary or SDE.ST_AsText&amp;nbsp; &lt;/SPAN&gt;is not an option because of performance issues, &lt;/P&gt;&lt;P&gt;Can you send me some links to old documentation that describe that format, please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 12:42:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/how-to-interpret-sde-st-geometry-points-property/m-p/860438#M5675</guid>
      <dc:creator>AndreaV</dc:creator>
      <dc:date>2015-05-12T12:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to interpret sde.ST_Geometry.POINTS property in Oracle</title>
      <link>https://community.esri.com/t5/geodatabase-questions/how-to-interpret-sde-st-geometry-points-property/m-p/860439#M5676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrea,&amp;nbsp;&lt;/P&gt;&lt;P&gt;If&amp;nbsp;you got&amp;nbsp;the&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;POINTS&amp;nbsp;blob format resource, can you share it ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 21:26:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/how-to-interpret-sde-st-geometry-points-property/m-p/860439#M5676</guid>
      <dc:creator>MuratKarahan</dc:creator>
      <dc:date>2017-05-22T21:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to interpret sde.ST_Geometry.POINTS property in Oracle</title>
      <link>https://community.esri.com/t5/geodatabase-questions/how-to-interpret-sde-st-geometry-points-property/m-p/860440#M5677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all...&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also&amp;nbsp;have a similar problem... please could you post your code for the wrapper?&lt;/P&gt;&lt;P&gt;I tried to develop myself but nothing works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Matteo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2018 06:45:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/how-to-interpret-sde-st-geometry-points-property/m-p/860440#M5677</guid>
      <dc:creator>SIT_AGSM_VERONA_SPAAGSM_VERONA</dc:creator>
      <dc:date>2018-04-06T06:45:50Z</dc:date>
    </item>
  </channel>
</rss>

