<?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: Identify on Graphicslayer returns NULLPointException in Java Maps SDK Questions</title>
    <link>https://community.esri.com/t5/java-maps-sdk-questions/identify-on-graphicslayer-returns/m-p/141134#M421</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for confirming this. I never had a problem getting the sample code from ArcGIS Runtime SDK for Java 1.0 that uses a GraphicsLayer with a HitTestOverlay on symbols other than those created by a MessageGroupLayer. My issues came when I used it on graphic layers dynamically created by the MessageGroupLayer, where I added a HitTestOverlay to each as they were created (via layer event listener), but could not obtain graphic id's from them due to the thrown exception.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Carlos&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jan 2013 12:32:14 GMT</pubDate>
    <dc:creator>CarlosColón-Maldonado</dc:creator>
    <dc:date>2013-01-22T12:32:14Z</dc:date>
    <item>
      <title>Identify on Graphicslayer returns NULLPointException</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/identify-on-graphicslayer-returns/m-p/141124#M411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;currently I try to implement an identify for the chemical lights layer from the vehicle commander template from esri. The chem lights get stored in a Graphicslayer, which has a method called getGraphicIDs(float x, float y, int tolerance).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately I always get a NULL Pointer and I cannot find out the cause for this. Does anyone else have such experiences with the method?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards and thanks for response&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Exception:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.esri.map.GraphicsLayer.getGraphicIDs(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.esri.map.GraphicsLayer.getGraphicIDs(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.esri.vehiclecommander.ChemLightsOverlay.checkSelection(ChemLightsOverlay.java:85)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.esri.vehiclecommander.ChemLightsOverlay.&amp;lt;init&amp;gt;(ChemLightsOverlay.java:52)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.esri.vehiclecommander.IdentifyResultsJPanel.setIdentifyPoint(IdentifyResultsJPanel.java:371)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.esri.vehiclecommander.VehicleCommanderJFrame.identifyComplete(VehicleCommanderJFrame.java:951)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.esri.vehiclecommander.MapController$4$1.removeListenerAndCheckResult(MapController.java:400)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.esri.vehiclecommander.MapController$4$1.onCallback(MapController.java:388)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.esri.vehiclecommander.MapController$4$1.onCallback(MapController.java:1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at com.esri.core.tasks.TaskCallbackListener$1.run(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.event.InvocationEvent.dispatch(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.EventQueue.dispatchEventImpl(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.EventQueue.access$200(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.EventQueue$3.run(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.EventQueue$3.run(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.security.AccessController.doPrivileged(Native Method)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.EventQueue.dispatchEvent(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.EventDispatchThread.pumpEvents(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.EventDispatchThread.pumpEvents(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; at java.awt.EventDispatchThread.run(Unknown Source)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2013 10:35:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/identify-on-graphicslayer-returns/m-p/141124#M411</guid>
      <dc:creator>MartinRick</dc:creator>
      <dc:date>2013-01-11T10:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Identify on Graphicslayer returns NULLPointException</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/identify-on-graphicslayer-returns/m-p/141125#M412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was able to isolate the problem a bit. Now I just get the error, when the Graphicslayer to identify is member of a group or Messagegrouplayer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Seems to be a bug in the API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;@esri: Will this issue be addressed in the ArcGIS Runtime for Java Version 1.1?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2013 13:34:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/identify-on-graphicslayer-returns/m-p/141125#M412</guid>
      <dc:creator>MartinRick</dc:creator>
      <dc:date>2013-01-11T13:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Identify on Graphicslayer returns NULLPointException</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/identify-on-graphicslayer-returns/m-p/141126#M413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is a post that states it will be so.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/61763-Message-Processing-2525C-component-symbol-highlighting-and-selection"&gt;Message Processing 2525C component: symbol highlighting and selection&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2013 18:57:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/identify-on-graphicslayer-returns/m-p/141126#M413</guid>
      <dc:creator>CarlosColón-Maldonado</dc:creator>
      <dc:date>2013-01-14T18:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Identify on Graphicslayer returns NULLPointException</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/identify-on-graphicslayer-returns/m-p/141127#M414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes I agree this looks like a bug in the API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've seen a very similar issue in another area of the API (Message Processor releated) which I believe was fixed in time for the next release.&amp;nbsp; I'll confirm this and let you know what I find.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2013 18:59:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/identify-on-graphicslayer-returns/m-p/141127#M414</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2013-01-14T18:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Identify on Graphicslayer returns NULLPointException</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/identify-on-graphicslayer-returns/m-p/141128#M415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you for the quick answer. I would highly appreciate if esri could fix this problem for the next release since it is an important functionality when working with objects in a graphicslayer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 04:48:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/identify-on-graphicslayer-returns/m-p/141128#M415</guid>
      <dc:creator>MartinRick</dc:creator>
      <dc:date>2013-01-15T04:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Identify on Graphicslayer returns NULLPointException</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/identify-on-graphicslayer-returns/m-p/141129#M416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've tested this against our internal release candidate for the next release and I can confirm:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; - Hit tests work (getGraphicIDs supplying x and y screen location) against graphics layers in a message group layer.&amp;nbsp; The bug reported in release 1.0 throws a Null Pointer Exception.&amp;nbsp; It now returns graphics ids.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; - The highlight now also works for these symbols.&amp;nbsp; There is a special message type for highlighting or you can set a graphic to highlighted.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The next release is going to be numbered 10.1.1 (aligning with other products) and is going to be available quite shortly.&amp;nbsp; We are currently going through a QA process, so please watch this space.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 11:46:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/identify-on-graphicslayer-returns/m-p/141129#M416</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2013-01-15T11:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Identify on Graphicslayer returns NULLPointException</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/identify-on-graphicslayer-returns/m-p/141130#M417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you for the feedback. Yesterday I got some response from our local esri support. The case is now accepted as a bug and got a nimbus number.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#NIM088103&amp;nbsp; If GraphicsLayer is in a GroupLayer, the GraphicsLayer::getGraphicIDs(float x, float y, int tolerance)&amp;nbsp; method throws NULLPointerException.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hopefully it will be resolved in the version 10.1.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 07:26:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/identify-on-graphicslayer-returns/m-p/141130#M417</guid>
      <dc:creator>MartinRick</dc:creator>
      <dc:date>2013-01-16T07:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Identify on Graphicslayer returns NULLPointException</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/identify-on-graphicslayer-returns/m-p/141131#M418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I've tested this against our internal release candidate for the next release and I can confirm:&lt;BR /&gt;&lt;BR /&gt; - Hit tests work (getGraphicIDs supplying x and y screen location) against graphics layers in a message group layer.&amp;nbsp; The bug reported in release 1.0 throws a Null Pointer Exception.&amp;nbsp; It now returns graphics ids.&lt;BR /&gt;&lt;BR /&gt; - The highlight now also works for these symbols.&amp;nbsp; There is a special message type for highlighting or you can set a graphic to highlighted.&lt;BR /&gt;&lt;BR /&gt;The next release is going to be numbered 10.1.1 (aligning with other products) and is going to be available quite shortly.&amp;nbsp; We are currently going through a QA process, so please watch this space.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Mark,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I received and installed the latest 10.1.1 for Java and noticed that there were no sample code that illustrates how to do what you describe above. Is it possible to post some code snippet here on how to add a GraphicsLayer to a HitTestOverlay object, since GraphicsLayer objects are dynamically generated by the MessageGroupLayer, in order to obtain the associated Graphic(s), or Message(s), selected off the MessageGroupLayer's MessageProcessor, then highlight the selected Graphic(s) using the special Message object?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd really appreciate your help on this. I've waited for this functionality for some time now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Carlos&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 09:10:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/identify-on-graphicslayer-returns/m-p/141131#M418</guid>
      <dc:creator>CarlosColón-Maldonado</dc:creator>
      <dc:date>2013-01-22T09:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Identify on Graphicslayer returns NULLPointException</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/identify-on-graphicslayer-returns/m-p/141132#M419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;today I got the ArcGIS Runtime 10.1.1 and tried the getGraphicID method again with a graphicslayer in a ordinary grouplayer (the same sample I sent previously to the support) and now it works fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 10:20:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/identify-on-graphicslayer-returns/m-p/141132#M419</guid>
      <dc:creator>MartinRick</dc:creator>
      <dc:date>2013-01-22T10:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Identify on Graphicslayer returns NULLPointException</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/identify-on-graphicslayer-returns/m-p/141133#M420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I attached the code which bases on the Select Graphics from the Runtime version 1.0&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 10:25:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/identify-on-graphicslayer-returns/m-p/141133#M420</guid>
      <dc:creator>MartinRick</dc:creator>
      <dc:date>2013-01-22T10:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Identify on Graphicslayer returns NULLPointException</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/identify-on-graphicslayer-returns/m-p/141134#M421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for confirming this. I never had a problem getting the sample code from ArcGIS Runtime SDK for Java 1.0 that uses a GraphicsLayer with a HitTestOverlay on symbols other than those created by a MessageGroupLayer. My issues came when I used it on graphic layers dynamically created by the MessageGroupLayer, where I added a HitTestOverlay to each as they were created (via layer event listener), but could not obtain graphic id's from them due to the thrown exception.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Carlos&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 12:32:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/identify-on-graphicslayer-returns/m-p/141134#M421</guid>
      <dc:creator>CarlosColón-Maldonado</dc:creator>
      <dc:date>2013-01-22T12:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: Identify on Graphicslayer returns NULLPointException</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/identify-on-graphicslayer-returns/m-p/141135#M422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I figured out how to get the getGraphicIDs method to work with a graphicslayer off a message group layer and worked fine. I made a post &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/61744-2525C-symbol-highlight-selection"&gt;here&lt;/A&gt;&lt;SPAN&gt; about it on another thread.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I ran into a behavior that may become an issue at some point for some people (as it did me). I noticed that there is a limitation on the number of graphic ids being selected and, thus the number of Graphic objects being collected in order to obtain an associated Message object from the message processor for each.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After creating 1,000 symbols in near approximation then later zoom out in order to give the impression that they appeared on top of each other ([ATTACH=CONFIG]21078[/ATTACH]), I could only collect a maximum of 20 symbols. Furthermore, I noticed that the selected corresponding symbols were not approximate to each other([ATTACH=CONFIG]21079[/ATTACH]), while others were but unselected([ATTACH=CONFIG]21080[/ATTACH]). I've tried this using different&amp;nbsp; guessed tolerance levels but didn't seem to matter.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to manipulate this behavior? It appears to have relevance of the current map scale, but I'm not sure how the tolerance can be dynamically modified to overcome this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help will be appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 19:34:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/identify-on-graphicslayer-returns/m-p/141135#M422</guid>
      <dc:creator>CarlosColón-Maldonado</dc:creator>
      <dc:date>2013-01-25T19:34:38Z</dc:date>
    </item>
  </channel>
</rss>

