<?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 to load multiple cells in HydrographicS57Layer in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-load-multiple-cells-in-hydrographics57layer/m-p/76176#M834</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are working on a maritime application in WPF using the ArcGIS Runtime SDK for .NET. In the documentation it says it should be possible to load one or more cells in the HydrographicS57Layer, however, I can only see a Path property referring to a single cell. I imagine if we load many cells at once and one layer must be created for each cell there will be a performance penalty?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I noticed in the older SDK for WPF there is a Cells collection property on the layer. Has this changed in the SDK for .NET?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advise will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Sindre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Jan 2015 09:16:11 GMT</pubDate>
    <dc:creator>Sindre_PaulsrudMoe</dc:creator>
    <dc:date>2015-01-13T09:16:11Z</dc:date>
    <item>
      <title>How to load multiple cells in HydrographicS57Layer</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-load-multiple-cells-in-hydrographics57layer/m-p/76176#M834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are working on a maritime application in WPF using the ArcGIS Runtime SDK for .NET. In the documentation it says it should be possible to load one or more cells in the HydrographicS57Layer, however, I can only see a Path property referring to a single cell. I imagine if we load many cells at once and one layer must be created for each cell there will be a performance penalty?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I noticed in the older SDK for WPF there is a Cells collection property on the layer. Has this changed in the SDK for .NET?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advise will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Sindre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 09:16:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-load-multiple-cells-in-hydrographics57layer/m-p/76176#M834</guid>
      <dc:creator>Sindre_PaulsrudMoe</dc:creator>
      <dc:date>2015-01-13T09:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to load multiple cells in HydrographicS57Layer</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-load-multiple-cells-in-hydrographics57layer/m-p/76177#M835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are right that a change in .Net API: you need to create one layer by cell.&lt;/P&gt;&lt;P&gt;There is no performance penalty since behind the scene in WPF a group layer with one sublayer by cell was created as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'll try to fix the documentation in a next version.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 09:35:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-load-multiple-cells-in-hydrographics57layer/m-p/76177#M835</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2015-01-13T09:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to load multiple cells in HydrographicS57Layer</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-load-multiple-cells-in-hydrographics57layer/m-p/76178#M836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! As a follow-up question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We want to be able to extract additional information about a feature at a particular coordinate within the cell. For example to be able to click on a buoy or get depth/sounding information at a particular point. Can this be achieved? I have already managed to extract some information using the HitTestAsync method on the layer to get the S57FeatureObject collection at a point but it does not seem to include all information. Am I on the right track or is there some other way to get the data as well? When we have a lot of layers do we need to loop through them all and do hit testing on each?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have compared it to a different application (ENC-X) where it is possible to also retrieve textual information in the cell, such as T&amp;amp;P's and caution areas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some best-practices and guidance on the above would be great.&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, 13 Jan 2015 11:06:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-load-multiple-cells-in-hydrographics57layer/m-p/76178#M836</guid>
      <dc:creator>Sindre_PaulsrudMoe</dc:creator>
      <dc:date>2015-01-13T11:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to load multiple cells in HydrographicS57Layer</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-load-multiple-cells-in-hydrographics57layer/m-p/76179#M837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're on the right track - any attributes should be exposed in the feature object's Attributes list. Hit testing is per-layer, so if you want to search a bunch of layers you need to do each one in turn (but obviously since it's an async hit test method you can kick them all off at the same time).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2015 10:35:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-load-multiple-cells-in-hydrographics57layer/m-p/76179#M837</guid>
      <dc:creator>InnesMacKenzie</dc:creator>
      <dc:date>2015-01-19T10:35:46Z</dc:date>
    </item>
  </channel>
</rss>

