<?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>idea More succinct ST_GEOMETRY function calls in PL/SQL in ArcGIS Enterprise Ideas</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-ideas/more-succinct-st-geometry-function-calls-in-pl-sql/idi-p/1160211</link>
    <description>&lt;P&gt;Function calls in PL/SQL are quite verbose.&lt;/P&gt;&lt;P&gt;In a plain SQL query, we can do this…&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;sde.st_geometryN_f&lt;/SPAN&gt;(shape,&lt;SPAN class=""&gt;1&lt;/SPAN&gt;)&lt;/PRE&gt;&lt;P&gt;…but in a custom PL/SQL function, we have to do this:&lt;/P&gt;&lt;PRE&gt;sde.st_geometry_operators.&lt;SPAN class=""&gt;st_geometryN_f&lt;/SPAN&gt;(shape,&lt;SPAN class=""&gt;1&lt;/SPAN&gt;)&lt;/PRE&gt;&lt;P&gt;Which makes the function calls hard to read when we string multiple functions together:&lt;/P&gt;&lt;PRE&gt;-- startpoint X of a multi-part polyline&lt;BR /&gt;sde.st_geometry_operators.&lt;SPAN class=""&gt;st_x_f&lt;/SPAN&gt;(sde.st_geometry_operators.&lt;SPAN class=""&gt;st_startpoint_f&lt;/SPAN&gt;(sde.st_geometry_operators.&lt;SPAN class=""&gt;st_geometryN_f&lt;/SPAN&gt;(shape,&lt;SPAN class=""&gt;1&lt;/SPAN&gt;)));&lt;/PRE&gt;&lt;P&gt;More info:&amp;nbsp;&lt;A href="https://gis.stackexchange.com/a/344451/62572" target="_blank" rel="noopener nofollow noreferrer"&gt;Use SDE.ST_GEOMETRY functions in a custom function&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Could Esri give us a shorter way to make SDE.ST_GEOMETRY function calls in PL/SQL?&lt;/P&gt;</description>
    <pubDate>Sat, 21 May 2022 16:29:18 GMT</pubDate>
    <dc:creator>Bud</dc:creator>
    <dc:date>2022-05-21T16:29:18Z</dc:date>
    <item>
      <title>More succinct ST_GEOMETRY function calls in PL/SQL</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-ideas/more-succinct-st-geometry-function-calls-in-pl-sql/idi-p/1160211</link>
      <description>&lt;P&gt;Function calls in PL/SQL are quite verbose.&lt;/P&gt;&lt;P&gt;In a plain SQL query, we can do this…&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;sde.st_geometryN_f&lt;/SPAN&gt;(shape,&lt;SPAN class=""&gt;1&lt;/SPAN&gt;)&lt;/PRE&gt;&lt;P&gt;…but in a custom PL/SQL function, we have to do this:&lt;/P&gt;&lt;PRE&gt;sde.st_geometry_operators.&lt;SPAN class=""&gt;st_geometryN_f&lt;/SPAN&gt;(shape,&lt;SPAN class=""&gt;1&lt;/SPAN&gt;)&lt;/PRE&gt;&lt;P&gt;Which makes the function calls hard to read when we string multiple functions together:&lt;/P&gt;&lt;PRE&gt;-- startpoint X of a multi-part polyline&lt;BR /&gt;sde.st_geometry_operators.&lt;SPAN class=""&gt;st_x_f&lt;/SPAN&gt;(sde.st_geometry_operators.&lt;SPAN class=""&gt;st_startpoint_f&lt;/SPAN&gt;(sde.st_geometry_operators.&lt;SPAN class=""&gt;st_geometryN_f&lt;/SPAN&gt;(shape,&lt;SPAN class=""&gt;1&lt;/SPAN&gt;)));&lt;/PRE&gt;&lt;P&gt;More info:&amp;nbsp;&lt;A href="https://gis.stackexchange.com/a/344451/62572" target="_blank" rel="noopener nofollow noreferrer"&gt;Use SDE.ST_GEOMETRY functions in a custom function&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Could Esri give us a shorter way to make SDE.ST_GEOMETRY function calls in PL/SQL?&lt;/P&gt;</description>
      <pubDate>Sat, 21 May 2022 16:29:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-ideas/more-succinct-st-geometry-function-calls-in-pl-sql/idi-p/1160211</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2022-05-21T16:29:18Z</dc:date>
    </item>
  </channel>
</rss>

