<?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: output operator of Esri::ArcGISRuntime::Point in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/output-operator-of-esri-arcgisruntime-point/m-p/92019#M427</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Norbert, this looks like a bug. I think there is some implicit type conversion that is happening. The x and y are correct, and the others are not z or m - they are just wrong. Can you please log a bug through support so that this gets put into the support system? Thanks for reporting! In the meantime, maybe you can use toJson() instead for debugging geometries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Lucas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Mar 2017 20:51:35 GMT</pubDate>
    <dc:creator>LucasDanzinger</dc:creator>
    <dc:date>2017-03-15T20:51:35Z</dc:date>
    <item>
      <title>output operator of Esri::ArcGISRuntime::Point</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/output-operator-of-esri-arcgisruntime-point/m-p/92018#M426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I create two point and put them to QDebug/qCritical.&lt;/P&gt;&lt;P&gt;But i get unexpected results:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;const Viewpoint &amp;amp;vp = mapGeoView-&amp;gt;currentViewpoint(ViewpointType::CenterAndScale);&lt;BR /&gt; const Point &amp;amp;mapCenter = static_cast&amp;lt;Point&amp;gt;(vp.targetGeometry());&lt;/P&gt;&lt;P&gt;Point myLocation = mapCenter;&lt;BR /&gt;Point skyLocation = Esri::ArcGISRuntime::Point(mapCenter.x(), mapCenter.y(), 99999, sr);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;qCritical() &amp;lt;&amp;lt; " myLocation =" &amp;lt;&amp;lt; myLocation &amp;lt;&amp;lt; " z=" &amp;lt;&amp;lt; myLocation.z();&lt;BR /&gt; qCritical() &amp;lt;&amp;lt; " skyLocation=" &amp;lt;&amp;lt; skyLocation &amp;lt;&amp;lt; " z=" &amp;lt;&amp;lt; skyLocation.z();&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;myLocation= 8.89179 53.0743 5.64578e-316 3.95253e-322&amp;nbsp; z= 0 &lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New;"&gt;myLocation = 8.89179 53.0743 5.64578e-316 3.95253e-322&amp;nbsp; z= 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New;"&gt;skyLocation= 8.89179 53.0743 5.74185e-316 3.95253e-322&amp;nbsp; z= 99999&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The 1st and 2nd are clear.&lt;/P&gt;&lt;P&gt;The 3rd should be the z-value, right? But why &lt;SPAN style="font-family: Courier New;"&gt;5.64578e-31?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The 4th is most likely the m-value (&lt;SPAN style="font-family: Courier New;"&gt;3.95253e-322&lt;/SPAN&gt;) right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 12:54:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/output-operator-of-esri-arcgisruntime-point/m-p/92018#M426</guid>
      <dc:creator>NorbertThoden</dc:creator>
      <dc:date>2017-03-15T12:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: output operator of Esri::ArcGISRuntime::Point</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/output-operator-of-esri-arcgisruntime-point/m-p/92019#M427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Norbert, this looks like a bug. I think there is some implicit type conversion that is happening. The x and y are correct, and the others are not z or m - they are just wrong. Can you please log a bug through support so that this gets put into the support system? Thanks for reporting! In the meantime, maybe you can use toJson() instead for debugging geometries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Lucas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 20:51:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/output-operator-of-esri-arcgisruntime-point/m-p/92019#M427</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2017-03-15T20:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: output operator of Esri::ArcGISRuntime::Point</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/output-operator-of-esri-arcgisruntime-point/m-p/92020#M428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luke,&lt;/P&gt;&lt;P&gt;thanks for your information and tip (toJson)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I logged a bug:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Esri Support Case Number 01903553.&lt;/LI&gt;&lt;LI&gt;BUG-000103765 : The z and m value of Esri::ArcGISRuntime::Point provides incorrect result.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 09:22:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/output-operator-of-esri-arcgisruntime-point/m-p/92020#M428</guid>
      <dc:creator>NorbertThoden</dc:creator>
      <dc:date>2017-03-16T09:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: output operator of Esri::ArcGISRuntime::Point</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/output-operator-of-esri-arcgisruntime-point/m-p/92021#M429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qt 100.4.0:&lt;/P&gt;&lt;H2&gt;Qt 100.4.0: Issues resolved&lt;/H2&gt;&lt;UL&gt;&lt;LI&gt;BUG-000103765 The &amp;lt;&amp;lt; operator outputs incorrect value for Geometries&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2018 14:44:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/output-operator-of-esri-arcgisruntime-point/m-p/92021#M429</guid>
      <dc:creator>NorbertThoden</dc:creator>
      <dc:date>2018-11-08T14:44:07Z</dc:date>
    </item>
  </channel>
</rss>

