<?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 isBlankShape function (shape is null, or geometry is nil or null) in Attribute Rules Ideas</title>
    <link>https://community.esri.com/t5/attribute-rules-ideas/isblankshape-function-shape-is-null-or-geometry-is/idi-p/1358438</link>
    <description>&lt;P&gt;&lt;SPAN&gt;It would help to have an Arcade function called&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;isBlankShape&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;where you pass in a shape value and the function checks to see if the&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.esri.com/t5/data-management-questions/select-features-that-have-blank-shapes/m-p/1346965" target="_self"&gt;shape is blank&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;or not:&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;False:&amp;nbsp;Has shape and geometry. Normal feature with populated coordinates; visible in the map&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;True: Shape is not null, but geometry is nil/zero-vertex&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;True: Shape is not null, but geometry is null&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;True: &lt;/SPAN&gt;Shape field is completely null&lt;/LI&gt;&lt;/OL&gt;</description>
    <pubDate>Fri, 08 Dec 2023 14:16:16 GMT</pubDate>
    <dc:creator>Bud</dc:creator>
    <dc:date>2023-12-08T14:16:16Z</dc:date>
    <item>
      <title>isBlankShape function (shape is null, or geometry is nil or null)</title>
      <link>https://community.esri.com/t5/attribute-rules-ideas/isblankshape-function-shape-is-null-or-geometry-is/idi-p/1358438</link>
      <description>&lt;P&gt;&lt;SPAN&gt;It would help to have an Arcade function called&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;isBlankShape&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;where you pass in a shape value and the function checks to see if the&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.esri.com/t5/data-management-questions/select-features-that-have-blank-shapes/m-p/1346965" target="_self"&gt;shape is blank&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;or not:&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;False:&amp;nbsp;Has shape and geometry. Normal feature with populated coordinates; visible in the map&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;True: Shape is not null, but geometry is nil/zero-vertex&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;True: Shape is not null, but geometry is null&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;True: &lt;/SPAN&gt;Shape field is completely null&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Fri, 08 Dec 2023 14:16:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-ideas/isblankshape-function-shape-is-null-or-geometry-is/idi-p/1358438</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2023-12-08T14:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: isBlankShape function (shape is null, or geometry is nil or null)</title>
      <link>https://community.esri.com/t5/attribute-rules-ideas/isblankshape-function-shape-is-null-or-geometry-is/idc-p/1358440#M189</link>
      <description>&lt;P&gt;Another option could be to enhance &lt;A href="https://developers.arcgis.com/arcade/function-reference/logical_functions/#isempty" target="_self"&gt;IsEmpty()&lt;/A&gt; method to work on the shape field.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2023 08:27:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-ideas/isblankshape-function-shape-is-null-or-geometry-is/idc-p/1358440#M189</guid>
      <dc:creator>AmirBar-Maor</dc:creator>
      <dc:date>2023-12-08T08:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: isBlankShape function (shape is null, or geometry is nil or null)</title>
      <link>https://community.esri.com/t5/attribute-rules-ideas/isblankshape-function-shape-is-null-or-geometry-is/idc-p/1358921#M190</link>
      <description>&lt;P&gt;Good idea.&amp;nbsp; I was going to suggest&amp;nbsp;&lt;SPAN&gt;ST_GEOMETRY SQL functions (which is what we use) but I see you've already gone down that road.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Dec 2023 22:56:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-ideas/isblankshape-function-shape-is-null-or-geometry-is/idc-p/1358921#M190</guid>
      <dc:creator>AndrewQuee</dc:creator>
      <dc:date>2023-12-10T22:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: isBlankShape function (shape is null, or geometry is nil or null)</title>
      <link>https://community.esri.com/t5/attribute-rules-ideas/isblankshape-function-shape-is-null-or-geometry-is/idc-p/1381717#M203</link>
      <description>&lt;P&gt;Related:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-questions/how-to-return-null-in-arcade-with-calculate-field/m-p/1381710/highlight/true#M78704" target="_self"&gt;How to return null in Arcade with Calculate Field (python works fine)?&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://community.esri.com/t5/attribute-rules-ideas/use-a-database-function-in-an-attribute-rule/idi-p/1354417" target="_self"&gt;Use a database function in an attribute rule&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 13 Feb 2024 17:48:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-ideas/isblankshape-function-shape-is-null-or-geometry-is/idc-p/1381717#M203</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2024-02-13T17:48:15Z</dc:date>
    </item>
  </channel>
</rss>

