<?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 Plotting points on maps in arcgis qt and getting transect length in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/plotting-points-on-maps-in-arcgis-qt-and-getting/m-p/1077674#M4334</link>
    <description>&lt;P&gt;I am building an application similar to the geodesic operations sample present in&amp;nbsp;&lt;A href="https://developers.arcgis.com/qt/cpp/sample-code/geodesic-operations/" target="_blank" rel="noopener"&gt;Geodesic operations | ArcGIS Runtime API for Qt | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The example has a fixed source point and a dynamic destination point. I would like to implement this with multiple points(more than 2) in which the source point is dynamic as well.&lt;/P&gt;</description>
    <pubDate>Mon, 12 Jul 2021 05:42:23 GMT</pubDate>
    <dc:creator>SupratimChatterjee</dc:creator>
    <dc:date>2021-07-12T05:42:23Z</dc:date>
    <item>
      <title>Plotting points on maps in arcgis qt and getting transect length</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/plotting-points-on-maps-in-arcgis-qt-and-getting/m-p/1077674#M4334</link>
      <description>&lt;P&gt;I am building an application similar to the geodesic operations sample present in&amp;nbsp;&lt;A href="https://developers.arcgis.com/qt/cpp/sample-code/geodesic-operations/" target="_blank" rel="noopener"&gt;Geodesic operations | ArcGIS Runtime API for Qt | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The example has a fixed source point and a dynamic destination point. I would like to implement this with multiple points(more than 2) in which the source point is dynamic as well.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2021 05:42:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/plotting-points-on-maps-in-arcgis-qt-and-getting/m-p/1077674#M4334</guid>
      <dc:creator>SupratimChatterjee</dc:creator>
      <dc:date>2021-07-12T05:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: Plotting points on maps in arcgis qt and getting transect length</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/plotting-points-on-maps-in-arcgis-qt-and-getting/m-p/1078393#M4341</link>
      <description>&lt;P&gt;The source and destination can be dynamic, but you will need to rerun the calculation. One thing to note is that geometries are immutable value objects in the API, so they are cheap and efficient, but will not get updated automatically. For example, you could set up a timer or have some notification system in your app that emits a signal when to re-run the analysis, and each time, the GeometryEngine::distanceGeodetic static function will be executed&amp;nbsp;&lt;A href="https://developers.arcgis.com/qt/cpp/api-reference/esri-arcgisruntime-geometryengine.html#distanceGeodetic" target="_blank"&gt;https://developers.arcgis.com/qt/cpp/api-reference/esri-arcgisruntime-geometryengine.html#distanceGeodetic&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 18:00:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/plotting-points-on-maps-in-arcgis-qt-and-getting/m-p/1078393#M4341</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2021-07-13T18:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: Plotting points on maps in arcgis qt and getting transect length</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/plotting-points-on-maps-in-arcgis-qt-and-getting/m-p/1078570#M4342</link>
      <description>&lt;P&gt;Ya, turns out that I just had to declare the polyline outside the connect signal in my code.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jul 2021 04:03:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/plotting-points-on-maps-in-arcgis-qt-and-getting/m-p/1078570#M4342</guid>
      <dc:creator>SupratimChatterjee</dc:creator>
      <dc:date>2021-07-14T04:03:57Z</dc:date>
    </item>
  </channel>
</rss>

