<?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 ST_GEOMETRY function to remove M and/or Z values in ArcGIS Enterprise Ideas</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-ideas/st-geometry-function-to-remove-m-and-or-z-values/idi-p/1164490</link>
    <description>&lt;P&gt;Could a function be added to ST_GEOMETRY to &lt;U&gt;remove the M-dimension from a geometry&lt;/U&gt;?&lt;/P&gt;&lt;P&gt;Similar to SDO_GEOMETRY's&amp;nbsp;&lt;A href="https://docs.oracle.com/en/database/oracle/oracle-database/21/spatl/SDO_LRS-reference.html#GUID-146D951F-BE8A-46DF-8CF3-96DD2EA5AAA1" target="_self"&gt;CONVERT_TO_STD_GEOM&lt;/A&gt; function:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;SDO_LRS.CONVERT_TO_STD_GEOM&lt;BR /&gt;Converts an LRS geometric segment to a standard SDO_GEOMETRY line string by removing measure information.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jun 2022 05:57:44 GMT</pubDate>
    <dc:creator>Bud</dc:creator>
    <dc:date>2022-06-29T05:57:44Z</dc:date>
    <item>
      <title>ST_GEOMETRY function to remove M and/or Z values</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-ideas/st-geometry-function-to-remove-m-and-or-z-values/idi-p/1164490</link>
      <description>&lt;P&gt;Could a function be added to ST_GEOMETRY to &lt;U&gt;remove the M-dimension from a geometry&lt;/U&gt;?&lt;/P&gt;&lt;P&gt;Similar to SDO_GEOMETRY's&amp;nbsp;&lt;A href="https://docs.oracle.com/en/database/oracle/oracle-database/21/spatl/SDO_LRS-reference.html#GUID-146D951F-BE8A-46DF-8CF3-96DD2EA5AAA1" target="_self"&gt;CONVERT_TO_STD_GEOM&lt;/A&gt; function:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;SDO_LRS.CONVERT_TO_STD_GEOM&lt;BR /&gt;Converts an LRS geometric segment to a standard SDO_GEOMETRY line string by removing measure information.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 05:57:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-ideas/st-geometry-function-to-remove-m-and-or-z-values/idi-p/1164490</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2022-06-29T05:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: ST_GEOMETRY function to remove M-dimension from geometry</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-ideas/st-geometry-function-to-remove-m-and-or-z-values/idc-p/1165071#M2811</link>
      <description>&lt;P&gt;We also need to be able to remove the Z dimension from ST_GEOMETRY.&lt;/P&gt;&lt;P&gt;Related post here:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://gis.stackexchange.com/questions/372574/i-need-to-remove-z-dimension-on-spatial-column-st-geometry-with-esri-on-oracle" target="_self"&gt;I need to remove Z dimension on spatial column (ST_GEOMETRY) with Esri on Oracle using the PL/SQL packages&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Apr 2022 21:59:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-ideas/st-geometry-function-to-remove-m-and-or-z-values/idc-p/1165071#M2811</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2022-04-17T21:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: ST_GEOMETRY function to remove M and/or Z coordinates from geometries</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-ideas/st-geometry-function-to-remove-m-and-or-z-values/idc-p/1187584#M2890</link>
      <description>&lt;P&gt;For anyone who doesn’t want to wait for this to be implemented, here&lt;SPAN&gt;&amp;nbsp;are some ideas for a temporary workaround:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Convert the ST_GEOMETRY to WKT, manipulate the WKT ordinates, convert back to ST_GEOMETRY.&lt;BR /&gt;&lt;BR /&gt;Note: We might lose some information from the SHAPE if we did that, such as losing true curves, since true curves are only stored in the shape blob, not in the ST_GEOMETRY portion of the SHAPE column. &lt;A href="https://gis.stackexchange.com/questions/422862/what-column-is-true-curve-data-stored-in-sde-st-geometry-for-oracle" target="_self"&gt;What column is true curve data stored in? (SDE.ST_GEOMETRY for Oracle)&lt;/A&gt;&lt;BR /&gt;In other words, the ST_GEOMETRY constructor function that we’d use to update the SHAPE would replace the entire SHAPE value, so the shape blob with true curves info would be lost.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Links:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://dba.stackexchange.com/questions/312401/remove-third-ordinate-from-string-of-set-of-3-ordinates" target="_self"&gt;Remove third ordinate from string of 3 ordinates&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://dba.stackexchange.com/questions/310434/in-a-string-replace-third-number-in-each-set-with-new-number" target="_self"&gt;In a string, replace third number in each set with new number&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Or convert to SDO_GEOMETRY, remove the Ms or Zs using Oracle Spatial functions, and then convert back to ST_GEOMETRY.&lt;UL&gt;&lt;LI&gt;&lt;A href="https://community.oracle.com/tech/apps-infra/discussion/4497738/idea-function-to-remove-z-but-not-m-from-sdo-geometry" target="_self"&gt;Idea: Function to remove Z, but not M, from SDO_GEOMETRY&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://gis.stackexchange.com/questions/372574/i-need-to-remove-z-dimension-on-spatial-column-st-geometry-with-esri-on-oracle" target="_self"&gt;Remove Z dimension&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://gis.stackexchange.com/questions/428735/convert-m-enabled-sde-st-geometry-to-sdo-geometry-using-sql" target="_self"&gt;Convert M-enabled SDE.ST_GEOMETRY to SDO_GEOMETRY using SQL&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;I&gt;I haven’t had a chance to test those ideas.&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 06:05:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-ideas/st-geometry-function-to-remove-m-and-or-z-values/idc-p/1187584#M2890</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2022-06-29T06:05:18Z</dc:date>
    </item>
  </channel>
</rss>

