<?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: Doesn't Reading and displaying the Shape file in JavaFX in Java Maps SDK Questions</title>
    <link>https://community.esri.com/t5/java-maps-sdk-questions/doesn-t-reading-and-displaying-the-shape-file-in/m-p/1316108#M2765</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/705043"&gt;@PRAVEENPATNANA&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;As Colin mentioned, offline is a complex topic and there are a few ways you approach it. There is a diagram on &lt;A href="https://developers.arcgis.com/documentation/mapping-apis-and-services/offline/how-to-build-offline-applications/" target="_self"&gt;this page&lt;/A&gt; which helps summarize where data comes from for offline work. You're already working with "Data files" with your shape file. What you have noticed is that you will also need to get a basemap to use offline.&lt;/P&gt;&lt;P&gt;So far, you have been using our basemap service to use the basemap over the internet. There is no magic button that suddenly makes a basemap work offline. You have to deliberately download it first (either from our basemap service, or from a file you create using ArcGIS Pro). You will need to think about the requirements of your app to decide the best approach.&lt;/P&gt;&lt;P&gt;Things to consider are zoom levels and overall extent. A basemap for all of India at all zoom levels will be huge and would take a long time to download. If you don't need to zoom in far, then you could create a basemap that is only used when zoomed out and that could be a lot smaller.&lt;/P&gt;&lt;P&gt;Ultimately, you will have to think about how you need to use your data and the basemap offline.&lt;/P&gt;&lt;P&gt;This video could also help:&amp;nbsp;&lt;A href="https://www.youtube.com/watch?v=VTD2omhGVdI" target="_blank"&gt;https://www.youtube.com/watch?v=VTD2omhGVdI&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I would also suggest that if you have further questions on this topic that you start a new thread so that other developers can find the discussion more easily (this thread started out as a question about Shapefiles in JavaFX).&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;</description>
    <pubDate>Mon, 07 Aug 2023 17:08:10 GMT</pubDate>
    <dc:creator>Nicholas-Furness</dc:creator>
    <dc:date>2023-08-07T17:08:10Z</dc:date>
    <item>
      <title>Doesn't Reading and displaying the Shape file in JavaFX</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/doesn-t-reading-and-displaying-the-shape-file-in/m-p/1312431#M2744</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2023-07-27 12-33-56.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/76492iCEC1C85A0800ADBE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot from 2023-07-27 12-33-56.png" alt="Screenshot from 2023-07-27 12-33-56.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2023-07-27 12-36-50.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/76494iD442C989D93DD365/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot from 2023-07-27 12-36-50.png" alt="Screenshot from 2023-07-27 12-36-50.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2023-07-27 12-37-00.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/76495iCA7DED215A1CCB54/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot from 2023-07-27 12-37-00.png" alt="Screenshot from 2023-07-27 12-37-00.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2023-07-27 12-37-03.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/76493i5421D2F6B7521D2E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot from 2023-07-27 12-37-03.png" alt="Screenshot from 2023-07-27 12-37-03.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;i set up everything like APIKey and ArcGIS RunTIme Environment and javaFX also but while im running the code provided by the&amp;nbsp; official esri documentation , im not getting any display output i tried to display the ArcGIS basemap it was working but while im reading the Shapefile was not giving any output, i'm keep on trying but not getting any result.&lt;BR /&gt;i'm happy get your suggitions &amp;amp; Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 07:13:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/doesn-t-reading-and-displaying-the-shape-file-in/m-p/1312431#M2744</guid>
      <dc:creator>PRAVEENPATNANA</dc:creator>
      <dc:date>2023-07-27T07:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: Doesn't Reading and displaying the Shape file in JavaFX</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/doesn-t-reading-and-displaying-the-shape-file-in/m-p/1312472#M2745</link>
      <description>&lt;P&gt;I can't see anything obviously wrong with your code and its looks very similar to the &lt;A href="https://github.com/Esri/arcgis-maps-sdk-java-samples/tree/main/feature_layers/feature-layer-shapefile" target="_self"&gt;sample&lt;/A&gt; we have.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you managed to get our sample working?&amp;nbsp; This example does work with the data we've included, so I'm wondering if this is an issue with your data?&lt;/P&gt;&lt;P&gt;Are you seeing any error messages on the console.&amp;nbsp; You've got a few potential places you output messages if the shapefile fails to load.&lt;/P&gt;&lt;P&gt;Is the shaefile complete?&amp;nbsp; A shapefile needs to be used alongside other files which it originally came with.&amp;nbsp; If you just have a .shp file on its own, this will not work.&amp;nbsp; If you use the data in our sample you will see what a complete shapefile will look like.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 11:04:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/doesn-t-reading-and-displaying-the-shape-file-in/m-p/1312472#M2745</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2023-07-27T11:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Doesn't Reading and displaying the Shape file in JavaFX</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/doesn-t-reading-and-displaying-the-shape-file-in/m-p/1312626#M2746</link>
      <description>&lt;P&gt;Dear MarkBaird sir,&lt;/P&gt;&lt;P&gt;Yes your official esri Sample code i executed &amp;amp; sir the shapefile included with .shx, .dbf,.qix these all are i put in the folder to run the shape file to display as you said there is nothing wrong in my code but i can't able to find whats the problem &amp;amp; why it didn't displaying anything&lt;/P&gt;&lt;P&gt;lastly i checked with basemap(ArcGISBaseMap) to display the map to check wheather&amp;nbsp; to check the installations are well or not it's beautifully displayed Base but coming to shape file i don't know why it's displaying some thing messy about it, i cant finding &amp;amp; i did a lot of research.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2023-07-27 22-16-27.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/76543iA9E73B0B1090C99B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot from 2023-07-27 22-16-27.png" alt="Screenshot from 2023-07-27 22-16-27.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2023-07-27 22-10-28.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/76542i687C17DF5296CABA/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot from 2023-07-27 22-10-28.png" alt="Screenshot from 2023-07-27 22-10-28.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 16:46:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/doesn-t-reading-and-displaying-the-shape-file-in/m-p/1312626#M2746</guid>
      <dc:creator>PRAVEENPATNANA</dc:creator>
      <dc:date>2023-07-27T16:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Doesn't Reading and displaying the Shape file in JavaFX</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/doesn-t-reading-and-displaying-the-shape-file-in/m-p/1312629#M2747</link>
      <description>&lt;P&gt;The shape file was didn't displaying anything as i put earlier blankframe.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2023-07-27 12-33-56.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/76544iCB0422757C8ECEA8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot from 2023-07-27 12-33-56.png" alt="Screenshot from 2023-07-27 12-33-56.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 16:52:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/doesn-t-reading-and-displaying-the-shape-file-in/m-p/1312629#M2747</guid>
      <dc:creator>PRAVEENPATNANA</dc:creator>
      <dc:date>2023-07-27T16:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Doesn't Reading and displaying the Shape file in JavaFX</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/doesn-t-reading-and-displaying-the-shape-file-in/m-p/1312640#M2748</link>
      <description>&lt;P&gt;i have a plenty of internet&amp;amp; i didn't seen any error on my console&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2023-07-27 22-27-04.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/76548i299938B9802BB66C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot from 2023-07-27 22-27-04.png" alt="Screenshot from 2023-07-27 22-27-04.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 16:59:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/doesn-t-reading-and-displaying-the-shape-file-in/m-p/1312640#M2748</guid>
      <dc:creator>PRAVEENPATNANA</dc:creator>
      <dc:date>2023-07-27T16:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Doesn't Reading and displaying the Shape file in JavaFX</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/doesn-t-reading-and-displaying-the-shape-file-in/m-p/1312807#M2749</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/705043"&gt;@PRAVEENPATNANA&lt;/a&gt;&amp;nbsp;I'm suspecting a data issue. &amp;nbsp;I've tried to send you a message so maybe I could get a copy of your data to see what is going on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 20:13:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/doesn-t-reading-and-displaying-the-shape-file-in/m-p/1312807#M2749</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2023-07-27T20:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Doesn't Reading and displaying the Shape file in JavaFX</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/doesn-t-reading-and-displaying-the-shape-file-in/m-p/1312934#M2750</link>
      <description>&lt;P&gt;Sir which data? what i have to send to you? could you clarify could i send the copy of my project?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 05:01:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/doesn-t-reading-and-displaying-the-shape-file-in/m-p/1312934#M2750</guid>
      <dc:creator>PRAVEENPATNANA</dc:creator>
      <dc:date>2023-07-28T05:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Doesn't Reading and displaying the Shape file in JavaFX</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/doesn-t-reading-and-displaying-the-shape-file-in/m-p/1312957#M2751</link>
      <description>&lt;P&gt;A couple more questions:&lt;/P&gt;&lt;P&gt;&amp;nbsp;- Have you managed to get it working with the data we include in the &lt;A href="https://github.com/Esri/arcgis-maps-sdk-java-samples/tree/main/feature_layers/feature-layer-shapefile" target="_self"&gt;sample&lt;/A&gt;?&lt;/P&gt;&lt;P&gt;&amp;nbsp;- Is the issue only with you data, or all shapefiles?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 07:33:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/doesn-t-reading-and-displaying-the-shape-file-in/m-p/1312957#M2751</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2023-07-28T07:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Doesn't Reading and displaying the Shape file in JavaFX</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/doesn-t-reading-and-displaying-the-shape-file-in/m-p/1312963#M2752</link>
      <description>&lt;P&gt;One thing a colleague has pointed out is you might not be using the APIKey correctly:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MarkBaird_1-1690532175787.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/76644i203213BBB0997506/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MarkBaird_1-1690532175787.png" alt="MarkBaird_1-1690532175787.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I think it will work better if you just put the API key into the string like this:&lt;/P&gt;&lt;P&gt;String apiKey = "AAPK...."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 08:18:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/doesn-t-reading-and-displaying-the-shape-file-in/m-p/1312963#M2752</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2023-07-28T08:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Doesn't Reading and displaying the Shape file in JavaFX</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/doesn-t-reading-and-displaying-the-shape-file-in/m-p/1312969#M2753</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2023-07-28 14-04-42.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/76645i3F645C141BA0094A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot from 2023-07-28 14-04-42.png" alt="Screenshot from 2023-07-28 14-04-42.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2023-07-28 14-07-38.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/76646iC2D9300611CD29A7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot from 2023-07-28 14-07-38.png" alt="Screenshot from 2023-07-28 14-07-38.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Same blankframe" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/76647i3D999471ED1D1449/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot from 2023-07-28 14-08-40.png" alt="Same blankframe" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Same blankframe&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;i tried sir but same result not displaying anything.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 08:39:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/doesn-t-reading-and-displaying-the-shape-file-in/m-p/1312969#M2753</guid>
      <dc:creator>PRAVEENPATNANA</dc:creator>
      <dc:date>2023-07-28T08:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Doesn't Reading and displaying the Shape file in JavaFX</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/doesn-t-reading-and-displaying-the-shape-file-in/m-p/1312984#M2754</link>
      <description>&lt;P&gt;i didn't involved in gradle , i built in maven project sir.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2023-07-28 14-34-05.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/76652i2DB7E44EF4733495/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot from 2023-07-28 14-34-05.png" alt="Screenshot from 2023-07-28 14-34-05.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2023-07-28 14-34-13.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/76651i2B3382C49ECB8F2E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot from 2023-07-28 14-34-13.png" alt="Screenshot from 2023-07-28 14-34-13.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2023-07-28 14-34-25.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/76653i485B9548A4D1C3C0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot from 2023-07-28 14-34-25.png" alt="Screenshot from 2023-07-28 14-34-25.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2023-07-28 14-34-36.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/76654iA983DBCB8E04A40B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot from 2023-07-28 14-34-36.png" alt="Screenshot from 2023-07-28 14-34-36.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2023-07-28 14-34-40.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/76655i51E466A514785C27/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot from 2023-07-28 14-34-40.png" alt="Screenshot from 2023-07-28 14-34-40.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 09:05:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/doesn-t-reading-and-displaying-the-shape-file-in/m-p/1312984#M2754</guid>
      <dc:creator>PRAVEENPATNANA</dc:creator>
      <dc:date>2023-07-28T09:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Doesn't Reading and displaying the Shape file in JavaFX</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/doesn-t-reading-and-displaying-the-shape-file-in/m-p/1313001#M2755</link>
      <description>&lt;P&gt;The API key needs to be set earlier in the app.&amp;nbsp; Make it the very first thing that happens before you use any of the esri mapping funcationality.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 10:13:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/doesn-t-reading-and-displaying-the-shape-file-in/m-p/1313001#M2755</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2023-07-28T10:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Doesn't Reading and displaying the Shape file in JavaFX</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/doesn-t-reading-and-displaying-the-shape-file-in/m-p/1313010#M2756</link>
      <description>&lt;P&gt;beautifully Working with your valuble suggitions sir, i&amp;nbsp;&lt;SPAN&gt;Made it the&amp;nbsp; API key&amp;nbsp;very first thing that happens before&amp;nbsp;use of esri mapping.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2023-07-28 16-20-13.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/76660i7B31EFC804C1C488/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot from 2023-07-28 16-20-13.png" alt="Screenshot from 2023-07-28 16-20-13.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 10:54:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/doesn-t-reading-and-displaying-the-shape-file-in/m-p/1313010#M2756</guid>
      <dc:creator>PRAVEENPATNANA</dc:creator>
      <dc:date>2023-07-28T10:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Doesn't Reading and displaying the Shape file in JavaFX</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/doesn-t-reading-and-displaying-the-shape-file-in/m-p/1313056#M2757</link>
      <description>&lt;P&gt;Nice - glad you got it working!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 13:42:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/doesn-t-reading-and-displaying-the-shape-file-in/m-p/1313056#M2757</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2023-07-28T13:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Doesn't Reading and displaying the Shape file in JavaFX</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/doesn-t-reading-and-displaying-the-shape-file-in/m-p/1313171#M2758</link>
      <description>&lt;P&gt;Thankyou soo much Mark Sir..&lt;span class="lia-unicode-emoji" title=":hugging_face:"&gt;🤗&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 16:59:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/doesn-t-reading-and-displaying-the-shape-file-in/m-p/1313171#M2758</guid>
      <dc:creator>PRAVEENPATNANA</dc:creator>
      <dc:date>2023-07-28T16:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: Doesn't Reading and displaying the Shape file in JavaFX</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/doesn-t-reading-and-displaying-the-shape-file-in/m-p/1315793#M2759</link>
      <description>&lt;P&gt;Dear Mark sir,&lt;/P&gt;&lt;P&gt;i have to load the shapefile display over the basemap via offline mapping same as i did it online, i didn't find how to Start the program for load shapaefile via offline &amp;amp; i downloaded the localserver Sdk also.&lt;/P&gt;&lt;P&gt;Thanks&amp;amp; regards,&lt;/P&gt;&lt;P&gt;Praveen.&lt;/P&gt;</description>
      <pubDate>Sat, 05 Aug 2023 06:42:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/doesn-t-reading-and-displaying-the-shape-file-in/m-p/1315793#M2759</guid>
      <dc:creator>PRAVEENPATNANA</dc:creator>
      <dc:date>2023-08-05T06:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Doesn't Reading and displaying the Shape file in JavaFX</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/doesn-t-reading-and-displaying-the-shape-file-in/m-p/1315937#M2760</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Take a look at&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-maps-sdk-java-samples/tree/main/feature_layers/feature-layer-shapefile" target="_self"&gt;https://github.com/Esri/arcgis-maps-sdk-java-samples/tree/main/feature_layers/feature-layer-shapefile&lt;/A&gt;&amp;nbsp;to see how to create a feature layer from a shapefile.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 08:20:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/doesn-t-reading-and-displaying-the-shape-file-in/m-p/1315937#M2760</guid>
      <dc:creator>ColinAnderson1</dc:creator>
      <dc:date>2023-08-07T08:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Doesn't Reading and displaying the Shape file in JavaFX</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/doesn-t-reading-and-displaying-the-shape-file-in/m-p/1315958#M2761</link>
      <description>&lt;P&gt;Sir ,&lt;/P&gt;&lt;P&gt;Loading the shapefile with featurelayer has i already did for online, Now my main goal is to Load the ShapeFile via Offline (The BaseMaps to be loaded with out internet), i already installed the RunTimeLocalServerSDK &amp;amp; i can't find&amp;nbsp; any Solution to load the Shapefile via Offline mapping , pls help.&lt;/P&gt;&lt;P&gt;Thanks&amp;amp; regards,&lt;/P&gt;&lt;P&gt;Praveen.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 10:01:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/doesn-t-reading-and-displaying-the-shape-file-in/m-p/1315958#M2761</guid>
      <dc:creator>PRAVEENPATNANA</dc:creator>
      <dc:date>2023-08-07T10:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Doesn't Reading and displaying the Shape file in JavaFX</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/doesn-t-reading-and-displaying-the-shape-file-in/m-p/1315959#M2762</link>
      <description>&lt;P&gt;Shapefile feature table can load a shapefile from a file so shouldn't need any network connection. See&amp;nbsp;&lt;A href="https://developers.arcgis.com/java/api-reference/reference/com.esri.arcgisruntime/com/esri/arcgisruntime/data/ShapefileFeatureTable.html#%3Cinit%3E(java.lang.String)" target="_self"&gt;https://developers.arcgis.com/java/api-reference/reference/com.esri.arcgisruntime/com/esri/arcgisruntime/data/ShapefileFeatureTable.html#%3Cinit%3E(java.lang.String)&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;You can load a shapefile with the Local Server but I believe ShapeFileFeatureTable is now the recommended way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 10:12:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/doesn-t-reading-and-displaying-the-shape-file-in/m-p/1315959#M2762</guid>
      <dc:creator>ColinAnderson1</dc:creator>
      <dc:date>2023-08-07T10:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Doesn't Reading and displaying the Shape file in JavaFX</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/doesn-t-reading-and-displaying-the-shape-file-in/m-p/1315990#M2763</link>
      <description>&lt;P&gt;Sir ,&lt;/P&gt;&lt;P&gt;But we need internet to display the BaseMap Right? with out internet how can we load the Base map &amp;amp; and we have a APIKey also , Could you please provide the Sample code to load&amp;nbsp; and display the base map with overlaying the shapefile .&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 12:09:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/doesn-t-reading-and-displaying-the-shape-file-in/m-p/1315990#M2763</guid>
      <dc:creator>PRAVEENPATNANA</dc:creator>
      <dc:date>2023-08-07T12:09:13Z</dc:date>
    </item>
  </channel>
</rss>

