<?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: Dynamic endpoints layer in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/dynamic-endpoints-layer/m-p/1173893#M55154</link>
    <description>&lt;P&gt;Anyone know if it's possible to upload that endpoints symbology/layer to ArcGIS Online?&lt;/P&gt;</description>
    <pubDate>Fri, 13 May 2022 19:15:25 GMT</pubDate>
    <dc:creator>Bud</dc:creator>
    <dc:date>2022-05-13T19:15:25Z</dc:date>
    <item>
      <title>Dynamic endpoints layer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/dynamic-endpoints-layer/m-p/1172662#M55015</link>
      <description>&lt;P&gt;&lt;EM&gt;Oracle 18c; 10.7.1 EGDB; SDE.ST_GEOMETRY.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bud_0-1652236843933.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/41050iE52289CBCDB086AC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bud_0-1652236843933.png" alt="Bud_0-1652236843933.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a polyline FC. I want to create a dynamic layer that will display the startpoints and endpoints of the lines as points. I'm looking for an option that is dynamic, such as:&lt;/P&gt;&lt;OL class="lia-list-style-type-upper-alpha"&gt;&lt;LI&gt;Create something like an XY event layer, except it shows the startpoint and endpoint of lines.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Or, an option in the FC symbology to display the start/endpoints as points. Similar to we could do with &lt;A href="https://i.stack.imgur.com/Jf5nA.png" target="_self"&gt;endpoint&amp;nbsp;arrows in ArcMap&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;Or, custom Arcade-based symbology. Write an Arcade expression to isolate the start/endpoints of the lines. Display as points.&lt;/LI&gt;&lt;LI&gt;Other?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;FONT color="#999999"&gt;I &lt;U&gt;don't&lt;/U&gt; want to:&lt;/FONT&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;FONT color="#999999"&gt;Create a static point FC (via a GP tool, python script, etc). Nor do I want to update such a FC via attribute rules or a db trigger.&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#999999"&gt;Create static XY fields in the FC.&lt;/FONT&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#999999"&gt;For example, populate XY fields with an attribute rule or a database trigger. That would require creating 4 permanent fields (start_x, start_y, end_x, end_y). The extra fields would add clutter to the FC and be too much work to implement in other FCs.&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#999999"&gt;Update a static point FC on a schedule. I want the data to be dynamic. For example, if I create a new line, I want to see the start/endpoints immediately...as soon as I save the edit.&amp;nbsp; I don't want to wait for a scheduled job to run.&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#999999"&gt;Use ST_GEOMETRY functions to get the start/endpoints. That has proven to be far too slow. And the ST_POINT subtype geometry that gets returned by ST_GEOMETRY functions is &lt;A href="https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-crashes-when-copying-oracle-view-to/m-p/1172088" target="_self"&gt;problematic in ArcGIS Pro/ArcMap&lt;/A&gt;.&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#999999"&gt;Convert the FC from ST_GEOMETRY to SDO_GEOMETRY in order to get the endpoints in an SQL query. That's not possible due to countless dependencies on the ST_GEOMETRY shape field in the FC.&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#999999"&gt;Create a geometric network to show the start/endpoints. I don't a need geometric network.&lt;/FONT&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;FONT color="#999999"&gt;As mentioned, the solution needs to be:&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#999999"&gt;Dynamic.&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#999999"&gt;Fast (just as fast as XY event layers, which are &lt;A href="https://gis.stackexchange.com/questions/380176/are-xy-event-layers-optimized-indexed-on-the-fly" target="_self"&gt;surprisingly fast&lt;/A&gt;)&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#999999"&gt;Easy to set up&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#999999"&gt;Symbol should be points, not arrows&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#999999"&gt;It would be ideal if we could visually differentiate between startpoints vs endpoints (i.e. different colors). But that's not a must-have; it would be acceptable if the start and endpoints for a given line were merged into a multi-part feature.&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#999999"&gt;I don't need to be able to select an individual point with the select tool. I just need to &lt;EM&gt;see&lt;/EM&gt; the points in the map.&amp;nbsp;&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#999999"&gt;Use case: ArcGIS Pro editing, Portal/Field Maps, etc.&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;BR /&gt;Is there a way to create a dynamic endpoints layer in ArcGIS Pro?&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 19:00:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/dynamic-endpoints-layer/m-p/1172662#M55015</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2022-05-11T19:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic endpoints layer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/dynamic-endpoints-layer/m-p/1172709#M55017</link>
      <description>&lt;P&gt;Purely symbology based:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Format Line Symbol, Add Marker symbol layer&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JohannesLindner_0-1652261178316.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/41057iB9C70C64B49BF86A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JohannesLindner_0-1652261178316.png" alt="JohannesLindner_0-1652261178316.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;Format the markers to be placed at extremities&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JohannesLindner_1-1652261261442.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/41058i7DBD23C02084A9D4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JohannesLindner_1-1652261261442.png" alt="JohannesLindner_1-1652261261442.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;Profit&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JohannesLindner_2-1652261319673.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/41059iCDFE956F5E5104BC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JohannesLindner_2-1652261319673.png" alt="JohannesLindner_2-1652261319673.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;You can also add a second marker layer and format the marker layers to show at the start and end extremities, then symbolize them differently. eg start points as dots, end points as open circles:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JohannesLindner_3-1652261479379.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/41060iB831DED616CAB4A3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JohannesLindner_3-1652261479379.png" alt="JohannesLindner_3-1652261479379.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 09:32:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/dynamic-endpoints-layer/m-p/1172709#M55017</guid>
      <dc:creator>JohannesLindner</dc:creator>
      <dc:date>2022-05-11T09:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic endpoints layer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/dynamic-endpoints-layer/m-p/1173893#M55154</link>
      <description>&lt;P&gt;Anyone know if it's possible to upload that endpoints symbology/layer to ArcGIS Online?&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 19:15:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/dynamic-endpoints-layer/m-p/1173893#M55154</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2022-05-13T19:15:25Z</dc:date>
    </item>
  </channel>
</rss>

