<?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: Add points to existing polygons in AEC (Architecture, Engineering and Construction) Questions</title>
    <link>https://community.esri.com/t5/aec-architecture-engineering-and-construction/add-points-to-existing-polygons/m-p/575876#M314</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Technically, this is only for creating &lt;EM&gt;new features&lt;/EM&gt;, not existing ones like you asked. That would require a GP tool to find the correct location on the perimeter of the polygon, then draw the point. Can the point be in the center of the polygon? There is a tool called &lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/feature-to-point.htm"&gt;Feature to Point&lt;/A&gt; that will create points in the geometric center of all of your polygons and the new points will have the same attributes of the polygons. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the group feature templates above: you can actually do a mixture of any geometry. Originally, the data in the picture is meant to draw a water meter (point) at the end of every water lateral I draw (line). Otherwise, that would be two separate operations. First draw the water lateral, then draw the meter. The group template creates the meter as soon as I finish drawing my lateral.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ArcGIS Pro group templates" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/436366_GroupFeatureTemplate2.PNG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Feb 2019 20:22:20 GMT</pubDate>
    <dc:creator>David</dc:creator>
    <dc:date>2019-02-01T20:22:20Z</dc:date>
    <item>
      <title>Add points to existing polygons</title>
      <link>https://community.esri.com/t5/aec-architecture-engineering-and-construction/add-points-to-existing-polygons/m-p/575873#M311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #242729; background-color: #f9f8f6;"&gt;I have a question. Is it possible to create points which is automatically created on existing polygon? Just like in the following picture&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2019 12:48:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/aec-architecture-engineering-and-construction/add-points-to-existing-polygons/m-p/575873#M311</guid>
      <dc:creator>DariusBaronas</dc:creator>
      <dc:date>2019-02-01T12:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Add points to existing polygons</title>
      <link>https://community.esri.com/t5/aec-architecture-engineering-and-construction/add-points-to-existing-polygons/m-p/575874#M312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No I do not believe you can automatically create a single vertices in the midpoint of a side of a polygon.&lt;/P&gt;&lt;P&gt;However, it can be done in a more complicated way.&amp;nbsp; convert you polygons to polylines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;convert the polylines to points and then again generating hte midpoint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then create polylines from the points and the polygons&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2019 17:15:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/aec-architecture-engineering-and-construction/add-points-to-existing-polygons/m-p/575874#M312</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2019-02-01T17:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Add points to existing polygons</title>
      <link>https://community.esri.com/t5/aec-architecture-engineering-and-construction/add-points-to-existing-polygons/m-p/575875#M313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are those points at the starting vertex of the polygon? You could use a &lt;A href="http://pro.arcgis.com/en/pro-app/help/editing/create-a-group-template.htm"&gt;group feature template&lt;/A&gt; to automatically create a point at the starting vertex of a polygon. After you set it up and draw a polygon it automatically puts a point from a different feature class at the very first vertex. In the picture below, I have two feature templates for my Field Notes layer, one to draw a regular polygon and one to draw a polygon, but also automatically put a blue meter (M) at the starting vertex. Follow the link above for instructions to create it.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/436397_GroupFeatureTemplate.PNG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2019 17:49:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/aec-architecture-engineering-and-construction/add-points-to-existing-polygons/m-p/575875#M313</guid>
      <dc:creator>David</dc:creator>
      <dc:date>2019-02-01T17:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Add points to existing polygons</title>
      <link>https://community.esri.com/t5/aec-architecture-engineering-and-construction/add-points-to-existing-polygons/m-p/575876#M314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Technically, this is only for creating &lt;EM&gt;new features&lt;/EM&gt;, not existing ones like you asked. That would require a GP tool to find the correct location on the perimeter of the polygon, then draw the point. Can the point be in the center of the polygon? There is a tool called &lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/feature-to-point.htm"&gt;Feature to Point&lt;/A&gt; that will create points in the geometric center of all of your polygons and the new points will have the same attributes of the polygons. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the group feature templates above: you can actually do a mixture of any geometry. Originally, the data in the picture is meant to draw a water meter (point) at the end of every water lateral I draw (line). Otherwise, that would be two separate operations. First draw the water lateral, then draw the meter. The group template creates the meter as soon as I finish drawing my lateral.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ArcGIS Pro group templates" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/436366_GroupFeatureTemplate2.PNG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2019 20:22:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/aec-architecture-engineering-and-construction/add-points-to-existing-polygons/m-p/575876#M314</guid>
      <dc:creator>David</dc:creator>
      <dc:date>2019-02-01T20:22:20Z</dc:date>
    </item>
  </channel>
</rss>

