Support for MIL-STD-2525B symbology?

648
3
Jump to solution
06-19-2012 01:25 AM
Labels (1)
AlexanderMagnusson
New Contributor
Hello

I'm wondering if it's possible to display/create/manipulate MIL-STD-2525B symbols and graphics in a ArcGIS Runtime application. ArcGIS Desktop could probably create map packages that contains such data, but is it possible for a application to be independent and do everything by itself?

Best Regards
Alexander
0 Kudos
1 Solution

Accepted Solutions
KerrieScholefield
Occasional Contributor
Hi,

The ArcGIS Runtime SDK 1.0 for WPF release supports the latest version of the standard MIL-STD-2525C using the MessageProcessor class.  For further documentation please refer to the following concept help:

http://resources.arcgis.com/en/help/runtime-wpf/concepts/index.html#/Displaying_military_graphics_us...

For examples using this functionality open the sample application and search on the phrase Military.

Cheers

Kerrie

View solution in original post

0 Kudos
3 Replies
AlexanderMagnusson
New Contributor
Hmm, the Android SDK seems to have some support for it. I don't know if this also means that it's supported in the WPF SDK.

http://help.arcgis.com/en/arcgismobile/10.0/apis/android/help/#/Advanced_Symbology_Draw_and_Update_S...
0 Kudos
KerrieScholefield
Occasional Contributor
Hi,

The ArcGIS Runtime SDK 1.0 for WPF release supports the latest version of the standard MIL-STD-2525C using the MessageProcessor class.  For further documentation please refer to the following concept help:

http://resources.arcgis.com/en/help/runtime-wpf/concepts/index.html#/Displaying_military_graphics_us...

For examples using this functionality open the sample application and search on the phrase Military.

Cheers

Kerrie
0 Kudos
AlexanderMagnusson
New Contributor
Thank you Kerrie, I was using the Prerelease version which didn't include the symbology support. Now that I've gotten the real 1.0 release it'll go much better.
0 Kudos