<?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 How do draw shapes with Esri.ArcGISRuntime.Hydrography in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/how-do-draw-shapes-with-esri-arcgisruntime/m-p/263623#M3100</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to load S57 map by&amp;nbsp;Esri.ArcGISRuntime.Hydrography. it works fine and i can show the map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i'm tring to develop an app for ship, which need to draw some circles and triangles on the map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i didn't see any examples to show me how to start with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm quite new on this, Can anyone help give me a hint where to start from, or where i can get a sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mei Tao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Jul 2020 15:02:34 GMT</pubDate>
    <dc:creator>TaoMei</dc:creator>
    <dc:date>2020-07-31T15:02:34Z</dc:date>
    <item>
      <title>How do draw shapes with Esri.ArcGISRuntime.Hydrography</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-do-draw-shapes-with-esri-arcgisruntime/m-p/263623#M3100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to load S57 map by&amp;nbsp;Esri.ArcGISRuntime.Hydrography. it works fine and i can show the map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i'm tring to develop an app for ship, which need to draw some circles and triangles on the map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i didn't see any examples to show me how to start with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm quite new on this, Can anyone help give me a hint where to start from, or where i can get a sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mei Tao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2020 15:02:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-do-draw-shapes-with-esri-arcgisruntime/m-p/263623#M3100</guid>
      <dc:creator>TaoMei</dc:creator>
      <dc:date>2020-07-31T15:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: How do draw shapes with Esri.ArcGISRuntime.Hydrography</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-do-draw-shapes-with-esri-arcgisruntime/m-p/263624#M3101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The S57 is just a single layer in the map, which is displayed by the map view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To draw additional shapes over the top, the easiest way is to add a GraphicsOverlay to the MapView, and then to add&amp;nbsp;individual Graphics to the overlay. The graphics will each have a Geometry&amp;nbsp;(the circle or triangle, defined by as a sequence of Points), a Symbol (defining how it looks) and optionally some attributes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out these samples:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/sample-code/add-graphics-with-symbols/" title="https://developers.arcgis.com/net/latest/wpf/sample-code/add-graphics-with-symbols/"&gt;Add graphics with symbols&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://developers.arcgis.com/net/latest/wpf/sample-code/create-geometries/" title="https://developers.arcgis.com/net/latest/wpf/sample-code/create-geometries/"&gt;Create geometries&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/sample-code/add-graphics-with-renderer/" title="https://developers.arcgis.com/net/latest/wpf/sample-code/add-graphics-with-renderer/"&gt;Add graphics with renderer&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Be sure to check out &lt;A href="https://developers.arcgis.com/labs/browse/?topic=any&amp;amp;product=net"&gt;the tutorials&lt;/A&gt; too. Since&amp;nbsp;you're new to the Runtime, I'd recommend taking some time to go through a few of them. This one in particular would be useful to you:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/labs/net/display-point-line-and-polygon-graphics/" title="https://developers.arcgis.com/labs/net/display-point-line-and-polygon-graphics/"&gt;Tutorial: Display point, line, and polygon graphics&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2020 15:33:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-do-draw-shapes-with-esri-arcgisruntime/m-p/263624#M3101</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2020-07-31T15:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: How do draw shapes with Esri.ArcGISRuntime.Hydrography</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-do-draw-shapes-with-esri-arcgisruntime/m-p/263625#M3102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks very much&lt;STRONG class="" style="color: #8b8b8b; background-color: #ffffff; border: 0px; font-weight: 200; font-size: 1.286rem; padding: 0px 0px 0px 30px;"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 20.576px;"&gt;Nicholas Furness, I followed your instructions and make it work.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG class="" style="color: #8b8b8b; background-color: #ffffff; border: 0px; font-weight: 200; font-size: 1.286rem; padding: 0px 0px 0px 30px;"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 20.576px;"&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG class="" style="color: #8b8b8b; background-color: #ffffff; border: 0px; font-weight: 200; font-size: 1.286rem; padding: 0px 0px 0px 30px;"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 20.576px;"&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/502413_微信图片_20200805140539.png" /&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG class="" style="color: #8b8b8b; background-color: #ffffff; border: 0px; font-weight: 200; font-size: 1.286rem; padding: 0px 0px 0px 30px;"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 20.576px;"&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG class="" style="color: #8b8b8b; background-color: #ffffff; border: 0px; font-weight: 200; font-size: 1.286rem; padding: 0px 0px 0px 30px;"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 20.576px;"&gt;i still have some problem, like how do draw circle or how to make these symbols update position while moving.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG class="" style="color: #8b8b8b; background-color: #ffffff; border: 0px; font-weight: 200; font-size: 1.286rem; padding: 0px 0px 0px 30px;"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 20.576px;"&gt;but this is a good start. i can tried to solve those on my own first.&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG class="" style="color: #8b8b8b; background-color: #ffffff; border: 0px; font-weight: 200; font-size: 1.286rem; padding: 0px 0px 0px 30px;"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 20.576px;"&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG class="" style="color: #8b8b8b; background-color: #ffffff; border: 0px; font-weight: 200; font-size: 1.286rem; padding: 0px 0px 0px 30px;"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 20.576px;"&gt;thanks again.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2020 06:07:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-do-draw-shapes-with-esri-arcgisruntime/m-p/263625#M3102</guid>
      <dc:creator>TaoMei</dc:creator>
      <dc:date>2020-08-05T06:07:43Z</dc:date>
    </item>
  </channel>
</rss>

