<?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: How to plot a point if I know distance and angle in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-plot-a-point-if-i-know-distance-and-angle/m-p/513733#M2624</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to draw a Polyline we need 02 points .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current situation is I have Buffer Geodetic with radius 10 say.....and point1(x0,y0) which is center of that buffer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I dont know point2&amp;nbsp; Instead I have distance from point1 and angle for point2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case How to calculate Point2(x1,y1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want plot Point2 using Graphics Overlay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Sep 2019 05:56:08 GMT</pubDate>
    <dc:creator>Girishchandra_Yendargaye</dc:creator>
    <dc:date>2019-09-03T05:56:08Z</dc:date>
    <item>
      <title>How to plot a point if I know distance and angle</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-plot-a-point-if-i-know-distance-and-angle/m-p/513731#M2622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using c++ api for development.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell how to plot a point with known distance and angle here...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I would like to draw a line passing through it till map extend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2019 12:36:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-plot-a-point-if-i-know-distance-and-angle/m-p/513731#M2622</guid>
      <dc:creator>Girishchandra_Yendargaye</dc:creator>
      <dc:date>2019-08-16T12:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot a point if I know distance and angle</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-plot-a-point-if-i-know-distance-and-angle/m-p/513732#M2623</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/349604"&gt;Girishchandra  Yendargaye&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Sorry the delay in responding. Can you please provide a bit more details on what you're trying to accomplish?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We do have PolylineBuilder class that allows you to build a Polyline programatically. You can then visualize the Polyline by using a GraphicsOverlay, Graphic and a SimpleRenderer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/qt/latest/cpp/api-reference/esri-arcgisruntime-polylinebuilder.html" title="https://developers.arcgis.com/qt/latest/cpp/api-reference/esri-arcgisruntime-polylinebuilder.html"&gt;PolylineBuilder Class | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/qt/latest/cpp/api-reference/esri-arcgisruntime-graphic.html" title="https://developers.arcgis.com/qt/latest/cpp/api-reference/esri-arcgisruntime-graphic.html"&gt;Graphic Class | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/qt/latest/cpp/api-reference/esri-arcgisruntime-graphicsoverlay.html" title="https://developers.arcgis.com/qt/latest/cpp/api-reference/esri-arcgisruntime-graphicsoverlay.html"&gt;GraphicsOverlay Class | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/qt/latest/cpp/api-reference/esri-arcgisruntime-simplerenderer.html" title="https://developers.arcgis.com/qt/latest/cpp/api-reference/esri-arcgisruntime-simplerenderer.html"&gt;SimpleRenderer Class | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps. Please provide some more info so that we can help with some more specific information if this doesn't&amp;nbsp;match your workflow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2019 16:32:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-plot-a-point-if-i-know-distance-and-angle/m-p/513732#M2623</guid>
      <dc:creator>JamesBallard1</dc:creator>
      <dc:date>2019-08-29T16:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot a point if I know distance and angle</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-plot-a-point-if-i-know-distance-and-angle/m-p/513733#M2624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to draw a Polyline we need 02 points .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current situation is I have Buffer Geodetic with radius 10 say.....and point1(x0,y0) which is center of that buffer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I dont know point2&amp;nbsp; Instead I have distance from point1 and angle for point2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case How to calculate Point2(x1,y1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want plot Point2 using Graphics Overlay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2019 05:56:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-plot-a-point-if-i-know-distance-and-angle/m-p/513733#M2624</guid>
      <dc:creator>Girishchandra_Yendargaye</dc:creator>
      <dc:date>2019-09-03T05:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot a point if I know distance and angle</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-plot-a-point-if-i-know-distance-and-angle/m-p/513734#M2625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I am not sure if i understand the question. Maybe you can provide a picture?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my words:&lt;/P&gt;&lt;P&gt;You have a point x0,y0. For the second coordinate you know the distance to p0 and the angle, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume that the&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/qt/latest/cpp/api-reference/esri-arcgisruntime-geometryengine.html" title="https://developers.arcgis.com/qt/latest/cpp/api-reference/esri-arcgisruntime-geometryengine.html"&gt;GeometryEngine Class | ArcGIS for Developers&lt;/A&gt;&amp;nbsp; can help you. Maybe &lt;STRONG&gt;&lt;A href="https://developers.arcgis.com/qt/latest/cpp/api-reference/esri-arcgisruntime-geometryengine.html#moveGeodetic"&gt;moveGeodetic.&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hope it helps&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2019 13:59:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/how-to-plot-a-point-if-i-know-distance-and-angle/m-p/513734#M2625</guid>
      <dc:creator>NorbertThoden</dc:creator>
      <dc:date>2019-09-03T13:59:28Z</dc:date>
    </item>
  </channel>
</rss>

