<?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: Line of  sight show in Map View in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/line-of-sight-show-in-map-view/m-p/594188#M7287</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply,&amp;nbsp; is it possible to convert Line of sight as graphic and show in Map View. Line of sight Visibility&amp;nbsp; Color and obstructed color changes at time of zoom in/out&amp;nbsp; and Camera view operation in Scene View. LOS&amp;nbsp; is working based on rendering,so please suggest how&amp;nbsp; to restrict it, because user get confuse .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Feb 2018 06:30:52 GMT</pubDate>
    <dc:creator>Siva_SankaraReddy_T</dc:creator>
    <dc:date>2018-02-08T06:30:52Z</dc:date>
    <item>
      <title>Line of  sight show in Map View</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/line-of-sight-show-in-map-view/m-p/594186#M7285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;created Line of Sight using Analysis Overlay API in Scene View. But i want show on Map View 2D also. Please help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 05:37:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/line-of-sight-show-in-map-view/m-p/594186#M7285</guid>
      <dc:creator>Siva_SankaraReddy_T</dc:creator>
      <dc:date>2018-02-07T05:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Line of  sight show in Map View</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/line-of-sight-show-in-map-view/m-p/594187#M7286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Line-of-sight analysis is using the 3D content in the 3D scene to calculate visibility, and therefore this isn't supported in 2D.&lt;/P&gt;&lt;P&gt;The best you can do is make the camera look straight-down to make it close to 2D.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 17:10:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/line-of-sight-show-in-map-view/m-p/594187#M7286</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2018-02-07T17:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Line of  sight show in Map View</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/line-of-sight-show-in-map-view/m-p/594188#M7287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply,&amp;nbsp; is it possible to convert Line of sight as graphic and show in Map View. Line of sight Visibility&amp;nbsp; Color and obstructed color changes at time of zoom in/out&amp;nbsp; and Camera view operation in Scene View. LOS&amp;nbsp; is working based on rendering,so please suggest how&amp;nbsp; to restrict it, because user get confuse .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2018 06:30:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/line-of-sight-show-in-map-view/m-p/594188#M7287</guid>
      <dc:creator>Siva_SankaraReddy_T</dc:creator>
      <dc:date>2018-02-08T06:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Line of  sight show in Map View</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/line-of-sight-show-in-map-view/m-p/594189#M7288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The LineOfSight and Viewshed analysis tools&amp;nbsp;provide high performance on-the-fly visual calculations in the SceneView. The&amp;nbsp;output of these tools cannot currently be persisted/saved (e.g as graphics). If you want to run&amp;nbsp;visibility analysis and save the results you could look at using the Local Server component to run Geoprocessing packages that you have created in ArcMap. These packages can include a variety of tools from ArcMap - for the full list supported please see&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/guide/local-server-geoprocessing-tools-support.htm" title="https://developers.arcgis.com/net/latest/wpf/guide/local-server-geoprocessing-tools-support.htm"&gt;Local Server geoprocessing tools support—ArcGIS Runtime SDK for .NET (WPF) | ArcGIS for Developers&lt;/A&gt;. Although this will not provide the same interactive/exploratory experience, it will provide a lot of additional control over the analysis and how you process the results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For additional information on working with the Local Server component see&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/guide/local-server.htm" title="https://developers.arcgis.com/net/latest/wpf/guide/local-server.htm"&gt;Local Server—ArcGIS Runtime SDK for .NET (WPF) | ArcGIS for Developers&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instructions on creating geoprocessing packages in ArcMap, see&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/analyze/sharing-workflows/a-quick-tour-of-geoprocessing-packages.htm" title="http://desktop.arcgis.com/en/arcmap/latest/analyze/sharing-workflows/a-quick-tour-of-geoprocessing-packages.htm"&gt;A quick tour of geoprocessing packages—ArcMap | ArcGIS Desktop&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2018 16:13:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/line-of-sight-show-in-map-view/m-p/594189#M7288</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2018-02-08T16:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Line of  sight show in Map View</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/line-of-sight-show-in-map-view/m-p/1237137#M11506</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;This topic is almost 5 years old, but I got a request right now from a customer asking if we can do Line of Sight analysis in 2D. And this is not for the first time we are getting this question.&lt;BR /&gt;Are there any new findings here? Is this possible in the meantime?&lt;/P&gt;&lt;P&gt;Are there workarounds for (creating in 3D and exporting to 2D)?&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2022 07:07:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/line-of-sight-show-in-map-view/m-p/1237137#M11506</guid>
      <dc:creator>MaximilianGlas</dc:creator>
      <dc:date>2022-12-02T07:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Line of  sight show in Map View</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/line-of-sight-show-in-map-view/m-p/1259689#M11702</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Any update about the line of sight analisys support on 2D map?&lt;/P&gt;</description>
      <pubDate>Sun, 19 Feb 2023 05:50:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/line-of-sight-show-in-map-view/m-p/1259689#M11702</guid>
      <dc:creator>NebiSARIKAYA</dc:creator>
      <dc:date>2023-02-19T05:50:56Z</dc:date>
    </item>
  </channel>
</rss>

