<?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: ArcGISLocalFeatureLayer rendering issue 10.2.4 in Java Maps SDK Questions</title>
    <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgislocalfeaturelayer-rendering-issue-10-2-4/m-p/329726#M970</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The full code is part of a much larger application. However I have written a sample application that demonstrates the same issue and is essentially doing the same thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you click the load shape file button and then save &lt;SPAN&gt;shape button you should then see the rendering issue once the applyEdits API has been called.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I hope this is enough for you to isolate the issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Sep 2016 09:51:27 GMT</pubDate>
    <dc:creator>MichaelKnight</dc:creator>
    <dc:date>2016-09-07T09:51:27Z</dc:date>
    <item>
      <title>ArcGISLocalFeatureLayer rendering issue 10.2.4</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgislocalfeaturelayer-rendering-issue-10-2-4/m-p/329722#M966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to utilize the editing features of&amp;nbsp;ArcGISLocalFeatureLayer. My code is currently all working correctly but I am getting rendering issues when trying to add certain geometries to the underlying .mpk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However if I view this layer using&amp;nbsp;ArcGISLocalDynamicMapServiceLayer the rendering issue goes away. However because this layer does not allow editing I need to use&amp;nbsp;&lt;SPAN&gt;ArcGISLocalFeatureLayer&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So this code produces a correctly rendering pair of layers:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;layer = new ArcGISLocalDynamicMapServiceLayer("C:\\synergyii\\gisdata\\All Floors.mpk");&lt;BR /&gt; map.getLayers().add(layer);&lt;BR /&gt;&lt;SPAN&gt;layer = new ArcGISLocalDynamicMapServiceLayer("C:\\synergyii\\gisdata\\AdvancedGraphic-1471274891125.mpk");&lt;/SPAN&gt;&lt;BR /&gt; map.getLayers().add(layer);&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/216651_Correct.jpg" style="width: 620px; height: 526px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This code produces an incorrectly rendering pair of layers:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;layer = new ArcGISLocalDynamicMapServiceLayer("C:\\synergyii\\gisdata\\All Floors.mpk");&lt;BR /&gt; map.getLayers().add(layer);&lt;BR /&gt; layer = new ArcGISLocalFeatureLayer("C:\\synergyii\\gisdata\\AdvancedGraphic-1471274891125.mpk", 0, true, RenderingMode.DYNAMIC);&lt;BR /&gt; map.getLayers().add(layer);&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/216652_incorrect.jpg" style="width: 620px; height: 474px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see only one geometry is actually showing here and its incomplete. If you pan and zoom around the map the rendering changes each time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any ideas why the&amp;nbsp;&lt;SPAN&gt;ArcGISLocalFeatureLayer is giving me rendering issues?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2016 08:20:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgislocalfeaturelayer-rendering-issue-10-2-4/m-p/329722#M966</guid>
      <dc:creator>MichaelKnight</dc:creator>
      <dc:date>2016-08-17T08:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGISLocalFeatureLayer rendering issue 10.2.4</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgislocalfeaturelayer-rendering-issue-10-2-4/m-p/329723#M967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you attach your input package files? I will take a look.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 09:37:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgislocalfeaturelayer-rendering-issue-10-2-4/m-p/329723#M967</guid>
      <dc:creator>nita14</dc:creator>
      <dc:date>2016-08-22T09:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGISLocalFeatureLayer rendering issue 10.2.4</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgislocalfeaturelayer-rendering-issue-10-2-4/m-p/329724#M968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the delay in getting back to you I have been on holiday.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the Base map (All Floors.mpk) I am using which is an mpk along with the mpk I am using to add data via the applyEdits API (AdvancedGraphic-1471274891125.mpk).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because of the way this SDK works the edits dont actually end up in the source mpk; instead they end up unpacked in a local server directory which I have attached for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The relative path to the actual GIS data in localserver is&amp;nbsp;localserver\Documents\ArcGIS\Packages&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your time.&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 08:46:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgislocalfeaturelayer-rendering-issue-10-2-4/m-p/329724#M968</guid>
      <dc:creator>MichaelKnight</dc:creator>
      <dc:date>2016-09-06T08:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGISLocalFeatureLayer rendering issue 10.2.4</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgislocalfeaturelayer-rendering-issue-10-2-4/m-p/329725#M969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Micheal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you describe the workflow of adding the Advanced Graphic? I do not see in the attached mpk any Feature Template for inserting new features. Can you provide as well your code, it would make debugging a lot easier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 07:49:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgislocalfeaturelayer-rendering-issue-10-2-4/m-p/329725#M969</guid>
      <dc:creator>nita14</dc:creator>
      <dc:date>2016-09-07T07:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGISLocalFeatureLayer rendering issue 10.2.4</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgislocalfeaturelayer-rendering-issue-10-2-4/m-p/329726#M970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The full code is part of a much larger application. However I have written a sample application that demonstrates the same issue and is essentially doing the same thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you click the load shape file button and then save &lt;SPAN&gt;shape button you should then see the rendering issue once the applyEdits API has been called.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I hope this is enough for you to isolate the issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 09:51:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgislocalfeaturelayer-rendering-issue-10-2-4/m-p/329726#M970</guid>
      <dc:creator>MichaelKnight</dc:creator>
      <dc:date>2016-09-07T09:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGISLocalFeatureLayer rendering issue 10.2.4</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgislocalfeaturelayer-rendering-issue-10-2-4/m-p/329727#M971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to set maximum records returned property for feature layer. You are trying to insert &amp;nbsp;almost 3 000 rows at a single save button click.&amp;nbsp;Please be aware that FeatureService returns only 1000 features by default. I just added the following code&amp;nbsp;featureLayer.setMaximumRecords(100_000); and it works just fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I suggest you consider generalize input shapes you are adding - Generalize or Dissolve Geoporocessing tool - should be just fine. The app performance will boost.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for 1000 features limit, this constraint was removed in the newer ArcGIS for Server releases, However, ArcGIS Runtime 10.2.4 relies on ArcGIS for Server 10.2.2. You should look forward to see 'Quartz' release, the issue should not be present since then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 11:40:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgislocalfeaturelayer-rendering-issue-10-2-4/m-p/329727#M971</guid>
      <dc:creator>nita14</dc:creator>
      <dc:date>2016-09-07T11:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGISLocalFeatureLayer rendering issue 10.2.4</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgislocalfeaturelayer-rendering-issue-10-2-4/m-p/329728#M972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for this it fixes the issue on my machine too!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I agree the geometries I have sent you are overly complex and the end product will contain more optimized versions. However for now we are testing the capabilities of the SDK against heavy loads on the target hardware to get an understanding of the performance limits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again for your help I am glad the fix was quite simple!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 13:33:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgislocalfeaturelayer-rendering-issue-10-2-4/m-p/329728#M972</guid>
      <dc:creator>MichaelKnight</dc:creator>
      <dc:date>2016-09-07T13:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGISLocalFeatureLayer rendering issue 10.2.4</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgislocalfeaturelayer-rendering-issue-10-2-4/m-p/329729#M973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Micheal,&amp;nbsp;please, mark the question as resolved.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 13:35:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgislocalfeaturelayer-rendering-issue-10-2-4/m-p/329729#M973</guid>
      <dc:creator>nita14</dc:creator>
      <dc:date>2016-09-07T13:35:38Z</dc:date>
    </item>
  </channel>
</rss>

