EuanCameron / Runtime

Runtime Q&A
5 stars 1 forks source link

Documentation for GEOMESSAGE Format #56

Closed Ricksson83 closed 10 years ago

Ricksson83 commented 10 years ago

Hi there,

The ArcGIS Runtime uses the Geomessage format to transmit military messages. Unfortunately there is no documentation for valid parameters. Could Esri publish such a document for the developers?

Regards, M.R.

garysheppardjr commented 10 years ago

The Geomessage format is not part of core ArcGIS but instead is part of the ArcGIS for the Military solution. Geomessages are used by the following ArcGIS for the Military templates in GitHub:

These applications and adapters pass messages over UDP in the Geomessage XML format. Vehicle Commander and Squad Leader use military-apps-library-java’s AdvancedSymbolController class to translate between Geomessages, which are part of ArcGIS for the Military, and Messages, which are part of core ArcGIS Runtime and can be displayed on the map by the MessageProcessor.

You can learn more about the Geomessage format from the following resources:

willcrick commented 10 years ago

thanks @garys-esri !