<?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 modify graphic on graphicsoverlay qt in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/modify-graphic-on-graphicsoverlay-qt/m-p/363308#M1827</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm looking for an example that shows how to modify the location of a graphic.&amp;nbsp; Say I added 50 graphics, and later on I need to modify 5.&amp;nbsp; Is there a way to update just the 5 or do I have to clear the layer and add them all back in.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jan 2020 20:27:54 GMT</pubDate>
    <dc:creator>MauricioRamirez1</dc:creator>
    <dc:date>2020-01-10T20:27:54Z</dc:date>
    <item>
      <title>modify graphic on graphicsoverlay qt</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/modify-graphic-on-graphicsoverlay-qt/m-p/363308#M1827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm looking for an example that shows how to modify the location of a graphic.&amp;nbsp; Say I added 50 graphics, and later on I need to modify 5.&amp;nbsp; Is there a way to update just the 5 or do I have to clear the layer and add them all back in.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2020 20:27:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/modify-graphic-on-graphicsoverlay-qt/m-p/363308#M1827</guid>
      <dc:creator>MauricioRamirez1</dc:creator>
      <dc:date>2020-01-10T20:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: modify graphic on graphicsoverlay qt</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/modify-graphic-on-graphicsoverlay-qt/m-p/363309#M1828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/170621"&gt;Mauricio Ramirez&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Thanks for reaching out. You can change the geometry of a graphic at any time. So in your example, you can modify the geometries for the 5 graphics you want to change and leave the other 45 alone; you don't need to clear the entire graphicsOverlay&amp;nbsp;collection and start over.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need assistance with identifying graphics, we do have a sample for that. I hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-runtime-samples-qt/tree/master/ArcGISRuntimeSDKQt_CppSamples/DisplayInformation/IdentifyGraphics" title="https://github.com/Esri/arcgis-runtime-samples-qt/tree/master/ArcGISRuntimeSDKQt_CppSamples/DisplayInformation/IdentifyGraphics"&gt;arcgis-runtime-samples-qt/ArcGISRuntimeSDKQt_CppSamples/DisplayInformation/IdentifyGraphics at master · Esri/arcgis-runt…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-runtime-samples-qt/tree/master/ArcGISRuntimeSDKQt_QMLSamples/DisplayInformation/IdentifyGraphics" title="https://github.com/Esri/arcgis-runtime-samples-qt/tree/master/ArcGISRuntimeSDKQt_QMLSamples/DisplayInformation/IdentifyGraphics"&gt;arcgis-runtime-samples-qt/ArcGISRuntimeSDKQt_QMLSamples/DisplayInformation/IdentifyGraphics at master · Esri/arcgis-runt…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2020 21:04:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/modify-graphic-on-graphicsoverlay-qt/m-p/363309#M1828</guid>
      <dc:creator>JamesBallard1</dc:creator>
      <dc:date>2020-01-10T21:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: modify graphic on graphicsoverlay qt</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/modify-graphic-on-graphicsoverlay-qt/m-p/363310#M1829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;James,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for replying.&amp;nbsp; After the graphic is identified, do we just change the geometry for the identified graphic and that's it, or do we then have to add it back to the overlay?&amp;nbsp; The workflow is muddy in my mind.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2020 22:14:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/modify-graphic-on-graphicsoverlay-qt/m-p/363310#M1829</guid>
      <dc:creator>MauricioRamirez1</dc:creator>
      <dc:date>2020-01-10T22:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: modify graphic on graphicsoverlay qt</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/modify-graphic-on-graphicsoverlay-qt/m-p/363311#M1830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/170621"&gt;Mauricio Ramirez&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's right - you can change the&amp;nbsp;geometry directly on the identified graphic and that's it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're working with our C++ Qt API, then the pointers may actually be different for the graphics returned from an identify operation, but&amp;nbsp;they will reference the same underlying Runtime graphics that exist in the graphics overlay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2020 22:25:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/modify-graphic-on-graphicsoverlay-qt/m-p/363311#M1830</guid>
      <dc:creator>JamesBallard1</dc:creator>
      <dc:date>2020-01-10T22:25:07Z</dc:date>
    </item>
  </channel>
</rss>

