<?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: Creating a LocationDataSource from Symbol Geometry/Attributes in Java Maps SDK Questions</title>
    <link>https://community.esri.com/t5/java-maps-sdk-questions/creating-a-locationdatasource-from-symbol-geometry/m-p/1306050#M2730</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/550174"&gt;@rod182211&lt;/a&gt;&amp;nbsp;we have a &lt;A href="https://github.com/Esri/arcgis-maps-sdk-java-samples/tree/main/map_view/set-up-location-driven-geotriggers" target="_self"&gt;sample&lt;/A&gt; app which shows how to implement geo triggers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is also some &lt;A href="https://developers.arcgis.com/java/device-location/work-with-geotriggers/" target="_self"&gt;documentation&lt;/A&gt; explaining the subject.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does this help?&lt;/P&gt;</description>
    <pubDate>Thu, 06 Jul 2023 07:54:11 GMT</pubDate>
    <dc:creator>MarkBaird</dc:creator>
    <dc:date>2023-07-06T07:54:11Z</dc:date>
    <item>
      <title>Creating a LocationDataSource from Symbol Geometry/Attributes</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/creating-a-locationdatasource-from-symbol-geometry/m-p/1306024#M2729</link>
      <description>&lt;P&gt;Hi, I have developed an application which takes in feeds and places military symbology IAW the esri MIL-STD 2525D stylx on the map based on the feeds(Video concept below).&lt;/P&gt;&lt;P&gt;What I want enable is a Geotrigger based on when one or any of the Symbols on the map enter my definded fence parameters. I have no issue in achieving this utilising a NMEA feed as the&amp;nbsp;LocationDataSource for my local node.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately I don't know how to impliement a method to&amp;nbsp;&lt;SPAN&gt;GeotriggerFeed&lt;/SPAN&gt; &lt;SPAN&gt;locationFeed&lt;/SPAN&gt;&lt;SPAN&gt; = "need away to get a alternate LocationDataSource from Symbology information"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am hoping someone understands my question and can provide advice on a possible solution.&lt;/SPAN&gt;&lt;/P&gt;&lt;H1&gt;&amp;nbsp;&lt;/H1&gt;</description>
      <pubDate>Thu, 06 Jul 2023 04:45:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/creating-a-locationdatasource-from-symbol-geometry/m-p/1306024#M2729</guid>
      <dc:creator>rod182211</dc:creator>
      <dc:date>2023-07-06T04:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a LocationDataSource from Symbol Geometry/Attributes</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/creating-a-locationdatasource-from-symbol-geometry/m-p/1306050#M2730</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/550174"&gt;@rod182211&lt;/a&gt;&amp;nbsp;we have a &lt;A href="https://github.com/Esri/arcgis-maps-sdk-java-samples/tree/main/map_view/set-up-location-driven-geotriggers" target="_self"&gt;sample&lt;/A&gt; app which shows how to implement geo triggers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is also some &lt;A href="https://developers.arcgis.com/java/device-location/work-with-geotriggers/" target="_self"&gt;documentation&lt;/A&gt; explaining the subject.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does this help?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 07:54:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/creating-a-locationdatasource-from-symbol-geometry/m-p/1306050#M2730</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2023-07-06T07:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a LocationDataSource from Symbol Geometry/Attributes</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/creating-a-locationdatasource-from-symbol-geometry/m-p/1306054#M2731</link>
      <description>&lt;P&gt;Thanks for the reply. I have no issue with the methodology shown within the example. I already do that for my local node. This method uses the&amp;nbsp;&lt;SPAN class=""&gt;LocationDataSource provided by the NMEA feed. (All good)&amp;nbsp; My application however connects multiple nodes communicating with each other. Each nodes location is transmitted across the network and an associated miltary symbol is shown on each node's map and updated as they move providing a picture of where every node is within a given location and time.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;My question is, say I am at node A and I want to set a geotrigger on when Node B and or C enter a fence&amp;nbsp; created my map only. The only reference I have is the symbol I have created on the map and its associated attributes. How can I leverage this information to feed the geotrigger. From what I can tell the only capability currently is via&amp;nbsp;LocationDataSource provided by a local NMEA source.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 08:15:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/creating-a-locationdatasource-from-symbol-geometry/m-p/1306054#M2731</guid>
      <dc:creator>rod182211</dc:creator>
      <dc:date>2023-07-06T08:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a LocationDataSource from Symbol Geometry/Attributes</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/creating-a-locationdatasource-from-symbol-geometry/m-p/1306071#M2732</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/550174"&gt;@rod182211&lt;/a&gt;&amp;nbsp;I'm going to seek out someone on the geo-trigger team to assist with this.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 09:53:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/creating-a-locationdatasource-from-symbol-geometry/m-p/1306071#M2732</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2023-07-06T09:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a LocationDataSource from Symbol Geometry/Attributes</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/creating-a-locationdatasource-from-symbol-geometry/m-p/1306364#M2733</link>
      <description>&lt;P&gt;Thanks heaps. I am also hoping to be able to achieve the same concept for location history.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 20:42:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/creating-a-locationdatasource-from-symbol-geometry/m-p/1306364#M2733</guid>
      <dc:creator>RodneyBowden</dc:creator>
      <dc:date>2023-07-06T20:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a LocationDataSource from Symbol Geometry/Attributes</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/creating-a-locationdatasource-from-symbol-geometry/m-p/1306466#M2734</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/547200"&gt;@RodneyBowden&lt;/a&gt;&amp;nbsp;I've sent you a PM.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 10:23:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/creating-a-locationdatasource-from-symbol-geometry/m-p/1306466#M2734</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2023-07-07T10:23:33Z</dc:date>
    </item>
  </channel>
</rss>

