<?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: Spatial SQL - identify arcs (curves) in polygon/line and layers in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/spatial-sql-identify-arcs-curves-in-polygon-line/m-p/720158#M40835</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No that column doesn't exist. I gues that information cannot be extracted with SQL.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Nick&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jun 2011 14:02:14 GMT</pubDate>
    <dc:creator>NickHarrison</dc:creator>
    <dc:date>2011-06-20T14:02:14Z</dc:date>
    <item>
      <title>Spatial SQL - identify arcs (curves) in polygon/line and layers</title>
      <link>https://community.esri.com/t5/data-management-questions/spatial-sql-identify-arcs-curves-in-polygon-line/m-p/720156#M40833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is it possible use spatial SQL to identify the st_polygon and/or st_linestring shapes that were constructed with arcs? By arcs I mean true arcs or curves and not line strings.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using ArcSDE 9.2 with Oracle.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2011 15:32:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/spatial-sql-identify-arcs-curves-in-polygon-line/m-p/720156#M40833</guid>
      <dc:creator>NickHarrison</dc:creator>
      <dc:date>2011-06-16T15:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial SQL - identify arcs (curves) in polygon/line and layers</title>
      <link>https://community.esri.com/t5/data-management-questions/spatial-sql-identify-arcs-curves-in-polygon-line/m-p/720157#M40834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm pretty sure the CAD data isn't carried in a SQL-accesible form (I don't see any accessor &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;functions in the SQL standard). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do your tables have a parallel SE_ANNO_CAD_DATA BLOB column? If so, are any of those&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;rows NULL?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2011 21:54:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/spatial-sql-identify-arcs-curves-in-polygon-line/m-p/720157#M40834</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2011-06-17T21:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial SQL - identify arcs (curves) in polygon/line and layers</title>
      <link>https://community.esri.com/t5/data-management-questions/spatial-sql-identify-arcs-curves-in-polygon-line/m-p/720158#M40835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No that column doesn't exist. I gues that information cannot be extracted with SQL.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Nick&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 14:02:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/spatial-sql-identify-arcs-curves-in-polygon-line/m-p/720158#M40835</guid>
      <dc:creator>NickHarrison</dc:creator>
      <dc:date>2011-06-20T14:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial SQL - identify arcs (curves) in polygon/line and layers</title>
      <link>https://community.esri.com/t5/data-management-questions/spatial-sql-identify-arcs-curves-in-polygon-line/m-p/720159#M40836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I do this all the time.&amp;nbsp; I would think you've discovered that Oracle's R-Tree Spatial Index does not support curves for geodetic coordinate systems and you need to get rid of them, correct?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;While ArcCatalog won't load the layer, you &lt;/SPAN&gt;&lt;STRONG&gt;can&lt;/STRONG&gt;&lt;SPAN&gt; load it with sdeimport though the indexing step will then fail.&amp;nbsp; However you will have a layer - the SDO_GEOMETRY will contain the curve features and the SE_ANNO_CAD_DATA field will contain the mysterious ESRI blob data (be not NULL).&amp;nbsp; At this point you can inspect the SDO_GEOMETRY for the curve features but you can't do much about them as the Oracle Spatial utility SDO_GEOM.SDO_ARC_DENSIFY does not work in a geodetic context and Oracle will not allow you to transform them into a projected system.&amp;nbsp; But you could identify them here if you just want to delete them or complain to the source about them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So to densify them you need to backup a step and import your curves into a projected coordinate system that works for you in Oracle.&amp;nbsp; Maybe a nice Albers Equal Area or such, your call.&amp;nbsp; Anyhow once you load them in this manner you will again have the curves in both SDO_GEOMETRY and SE_ANNO_CAD_CATA.&amp;nbsp; Now you can densify the SDO_GEOMETRY AND remember after you do so to set SE_ANNO_CAD_CATA to NULL as if you don't ArcSDE will keep reading the curves out of the BLOB.&amp;nbsp; I believe the SDO_GEOMETRY is ignored when the BLOB field is not null.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Paul&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2011 11:53:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/spatial-sql-identify-arcs-curves-in-polygon-line/m-p/720159#M40836</guid>
      <dc:creator>PaulDziemiela</dc:creator>
      <dc:date>2011-06-21T11:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial SQL - identify arcs (curves) in polygon/line and layers</title>
      <link>https://community.esri.com/t5/data-management-questions/spatial-sql-identify-arcs-curves-in-polygon-line/m-p/720160#M40837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Paul.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But my data is ST_GEOMETRY.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have curves in my data which don't come accross when I extract it with third party software. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was looking for an appropriate ST_GEOMETRY function, which apparently doesn't exist.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2011 14:13:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/spatial-sql-identify-arcs-curves-in-polygon-line/m-p/720160#M40837</guid>
      <dc:creator>NickHarrison</dc:creator>
      <dc:date>2011-06-21T14:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial SQL - identify arcs (curves) in polygon/line and layers</title>
      <link>https://community.esri.com/t5/data-management-questions/spatial-sql-identify-arcs-curves-in-polygon-line/m-p/720161#M40838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Nick,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry, if you are only working with SDE.ST_GEOMETRY I don't think there is a way to do it on the sql side of things.&amp;nbsp; Converting the data to SDO_GEOMETRY is the only way I know of to expose the innards of a geometry.&amp;nbsp; What happens when you run SDE.ST_AsText on an ST_GEOMETRY with curves?&amp;nbsp;&amp;nbsp; I've never tried.&amp;nbsp; &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;Paul&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2011 19:38:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/spatial-sql-identify-arcs-curves-in-polygon-line/m-p/720161#M40838</guid>
      <dc:creator>PaulDziemiela</dc:creator>
      <dc:date>2011-06-21T19:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial SQL - identify arcs (curves) in polygon/line and layers</title>
      <link>https://community.esri.com/t5/data-management-questions/spatial-sql-identify-arcs-curves-in-polygon-line/m-p/1140544#M43817</link>
      <description>&lt;P&gt;FYI - I submitted an ArcGIS Idea about this topic:&lt;BR /&gt;&lt;A href="https://community.esri.com/t5/arcgis-enterprise-ideas/determine-if-line-has-true-curves-via-sql-oracle/idi-p/1140291/jump-to/first-unread-message" target="_self"&gt;Determine if line has true curves via SQL (Oracle ST_GEOMETRY)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But I doubt ESRI will ever look at it. They don't seem to be interested in improving ST_GEOMETRY.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 20:40:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/spatial-sql-identify-arcs-curves-in-polygon-line/m-p/1140544#M43817</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2022-02-03T20:40:31Z</dc:date>
    </item>
  </channel>
</rss>

