Select to view content in your preferred language

mil2525d in Java SDK _action and _type Question

354
1
12-21-2021 01:57 PM
RodneyBowden
Emerging Contributor

Hi Apologies if I have posted this twice by accident.  I am currently developing a Javafx desktop app utilising the mil2525d.stylx. I am able to create the symbols on my map but am not able to delete or update. I am parsing my xml file with the _id , _action and _type fields as shown within the example.  The _action and _type fields don't appear to work. (More I don't understand how they work) All other fields appear to function hence creating the symbol and placing on the map based on the coordinates. I also found the following: https://help.arcgis.com/en/arcgismobile/10.0/apis/android/api/com/esri/core/symbol/advanced/MessageP...

I can see all the attributes being passed correctly to the following

return new Graphic(new Multipoint(pointCollection), attributes);

Am I missing something. I am using 100.13.0. 

Tags (2)
0 Kudos
1 Reply
RodneyBowden
Emerging Contributor

Please disregard I worked it out. My silly mistake

0 Kudos