<?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: Want to create a grid map that shows coordinates as dots in Java Maps SDK Questions</title>
    <link>https://community.esri.com/t5/java-maps-sdk-questions/want-to-create-a-grid-map-that-shows-coordinates/m-p/1186628#M2584</link>
    <description>&lt;P&gt;What you've described sounds possible to me.&lt;/P&gt;&lt;P&gt;My initial thoughts are that you'd draw the grid points on the fly when you pan or zoom the map.&amp;nbsp; Drawing 3million by 3 million points would be wasteful on resources.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The points would be drawn using a graphics overlap on the mapView which in turn would contain your graphics for the points.&lt;/P&gt;&lt;P&gt;The other option you have is to create a dataset (a feature service for example) of points which has the grid&amp;nbsp; points already created.&lt;/P&gt;&lt;P&gt;If you tell me a little more about your application ideas I can make some suggestions.&amp;nbsp; I need to know things like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;- What are you aligning these point to?&lt;/P&gt;&lt;P&gt;&amp;nbsp;- Is the display a static map, or are you planning on it moving around a lot&lt;/P&gt;&lt;P&gt;&amp;nbsp;- Is this a standalone application or does it integrate with ArcGIS Online or OGC datasets?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Jun 2022 07:56:12 GMT</pubDate>
    <dc:creator>MarkBaird</dc:creator>
    <dc:date>2022-06-27T07:56:12Z</dc:date>
    <item>
      <title>Want to create a grid map that shows coordinates as dots</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/want-to-create-a-grid-map-that-shows-coordinates/m-p/1186549#M2583</link>
      <description>&lt;P&gt;I have a task to create a map with a 1x1 km grid that shows the selected coordinates as points.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I searched on the developers' website, where the examples of the codes "Display Grid" and "Format Coordinates" are what suit me best. I would also like to mark each cell with one index - a number from 1 to 100 - how can this be done using ArcGis? I only need a specific area equal to 3 million km.&lt;/P&gt;&lt;P&gt;I've tried combining the "Display Grid" and "Format Coordinates", but some bugs occurred. I'm working on them, it takes time, I guess?&lt;/P&gt;&lt;P&gt;Can someone advise me/explain how this can be done? I beg you very much!!&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jun 2022 22:05:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/want-to-create-a-grid-map-that-shows-coordinates/m-p/1186549#M2583</guid>
      <dc:creator>Conqueror</dc:creator>
      <dc:date>2022-06-26T22:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Want to create a grid map that shows coordinates as dots</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/want-to-create-a-grid-map-that-shows-coordinates/m-p/1186628#M2584</link>
      <description>&lt;P&gt;What you've described sounds possible to me.&lt;/P&gt;&lt;P&gt;My initial thoughts are that you'd draw the grid points on the fly when you pan or zoom the map.&amp;nbsp; Drawing 3million by 3 million points would be wasteful on resources.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The points would be drawn using a graphics overlap on the mapView which in turn would contain your graphics for the points.&lt;/P&gt;&lt;P&gt;The other option you have is to create a dataset (a feature service for example) of points which has the grid&amp;nbsp; points already created.&lt;/P&gt;&lt;P&gt;If you tell me a little more about your application ideas I can make some suggestions.&amp;nbsp; I need to know things like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;- What are you aligning these point to?&lt;/P&gt;&lt;P&gt;&amp;nbsp;- Is the display a static map, or are you planning on it moving around a lot&lt;/P&gt;&lt;P&gt;&amp;nbsp;- Is this a standalone application or does it integrate with ArcGIS Online or OGC datasets?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2022 07:56:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/want-to-create-a-grid-map-that-shows-coordinates/m-p/1186628#M2584</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2022-06-27T07:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Want to create a grid map that shows coordinates as dots</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/want-to-create-a-grid-map-that-shows-coordinates/m-p/1186967#M2585</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I want to make sure that I gave you the right idea. I don't plan to make dots on grids or a grid of dots. The point displaying the coordinates will be inside one of the many cells. As for your questions,&lt;/P&gt;&lt;P&gt;- the point will be linked to the coordinate,&lt;/P&gt;&lt;P&gt;- it would be good to make the map dynamic, but if it's not possible it's ok to be static,&lt;/P&gt;&lt;P&gt;- this is a desktop application.&lt;/P&gt;&lt;P&gt;I would like to be able to search for coordinates. You can imagine all this as follows: I write a coordinate (longitude and latitude, for example), there is a search and detection of the position of the coordinate in one cell, and it is indicated by a dot (or a drawing pin). The cell itself will be indicated by a number, for example, 25. The idea is that by the cell index (25), it would be possible to find information about the cell in the database. Somehow, I hope, I was able to explain it clearly.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Conqueror_0-1656358632283.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/44547iE270D770258EBE2C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Conqueror_0-1656358632283.png" alt="Conqueror_0-1656358632283.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;A quick sketch of what I should do&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2022 19:37:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/want-to-create-a-grid-map-that-shows-coordinates/m-p/1186967#M2585</guid>
      <dc:creator>Conqueror</dc:creator>
      <dc:date>2022-06-27T19:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Want to create a grid map that shows coordinates as dots</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/want-to-create-a-grid-map-that-shows-coordinates/m-p/1187383#M2586</link>
      <description>&lt;P&gt;I can't say I fully understand what you are trying to do, but I'll try to begin to help.&lt;/P&gt;&lt;P&gt;You mention that there is a "database" in your application which you want to search.&amp;nbsp; Is this a database of geospatial data?&amp;nbsp; Can you tell me about the format of this data and where it lives?&amp;nbsp; For example, is it an Esri geodatabase or hosted data in a feature service or OGC dataset.&lt;/P&gt;&lt;P&gt;It would also help if you could describe what you are trying to achieve in real life.&amp;nbsp; What do the points represent ?&lt;/P&gt;&lt;P&gt;I'm pretty confident I can help, but I need to fully understand what you are trying to do.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 16:12:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/want-to-create-a-grid-map-that-shows-coordinates/m-p/1187383#M2586</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2022-06-28T16:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Want to create a grid map that shows coordinates as dots</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/want-to-create-a-grid-map-that-shows-coordinates/m-p/1187563#M2587</link>
      <description>&lt;P&gt;I'm going to get a MySQL. Below is the picture I show an approximate version of the program that I want to make. Instead of a blue square, there will be a map, and the table next to it will be linked to the database of cell indexes. I'm going to create such logic:&lt;BR /&gt;&lt;STRONG&gt;First,&lt;/STRONG&gt;&amp;nbsp;I enter the coordinates into a search engine that finds its exact location. I'd like to be able to mark it with dots/circles/&lt;SPAN&gt;a drawing pin.&amp;nbsp;After I set the marker for the first area, I start searching in the same way for the other two areas.&amp;nbsp;There will be 3 markers in total. I enter the coordinates -&amp;gt; searching process -&amp;gt; marking. With each search, it is necessary that the markers do not shift or disappear, they must remain in their position - accuracy is important.&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Then&lt;/STRONG&gt; I notice that the first point is located on the 10th cell. I enter the number 10 into the search, which is located just above the table - I get data about the 10th cell from the database. Similarly to the other two points. This part is a lot easier and&amp;nbsp;I have a few ideas on how to create it. The most difficult part is the first one.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I've considered GMapsFX, Openstreetmap, leaflet, mapjfx, Google Earth Engine, etc, but they don't suit me.&lt;BR /&gt;In the videos below, the developers create what I roughly need. In the first video &lt;STRONG&gt;[1]&lt;/STRONG&gt;, the developer binds the data in the table to a certain point, but I need to enter coordinates so that the search is carried out and a label/marker/point appears. That is the reverse process.&lt;BR /&gt;The videos &lt;STRONG&gt;[2]&lt;/STRONG&gt; and &lt;STRONG&gt;[3]&lt;/STRONG&gt; show the work of Google Earth Engine, creating a grid and creating a label, something similar is needed. The grid should already be drawn by itself, it would be cool to have a filter - as in the third video.&lt;BR /&gt;There is such an additional question - is it possible to save these designated coordinates in png/jpg form? Is this provided for by the ArcGIS API?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Thank you for trying to help, I really appreciate it!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Conqueror_0-1656451599975.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/44710i89A8BC6E9DF0D019/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Conqueror_0-1656451599975.png" alt="Conqueror_0-1656451599975.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=ij0HwRAlCmo&amp;amp;t=2s" target="_blank"&gt;&lt;STRONG&gt;[1]&lt;/STRONG&gt;&amp;nbsp; JavaFX Scene Builder 2.0 - Building an app UI - 720HD - YouTube&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=ij0HwRAlCmo&amp;amp;t=2s" target="_blank"&gt;&lt;STRONG&gt;[2]&lt;/STRONG&gt;&lt;/A&gt;&lt;A href="https://www.youtube.com/watch?v=1pCoQ75nVKM" target="_blank"&gt;&amp;nbsp;Making a Grid Map - YouTube&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=ij0HwRAlCmo&amp;amp;t=2s" target="_blank"&gt;&lt;STRONG&gt;[3]&lt;/STRONG&gt;&lt;/A&gt;&lt;A href="https://www.youtube.com/watch?v=7XIw3fqOxWM" target="_blank"&gt;&amp;nbsp;How to Create a Property Map with Google Maps - YouTube&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 22:18:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/want-to-create-a-grid-map-that-shows-coordinates/m-p/1187563#M2587</guid>
      <dc:creator>Conqueror</dc:creator>
      <dc:date>2022-06-28T22:18:06Z</dc:date>
    </item>
  </channel>
</rss>

