Fork me on GitHub

Adding New Tactical Symbols

Applications that use symbology may need to use some custom symbols. The application could implement a new symbology set for the custom symbols, but that may be too much work if the number of symbols is small. The easiest way to add a small number of symbols is to assign identifiers to the new symbols that fit into the naming convention of an existing symbol set, and provide icons for the new symbols along side WorldWind’s standard icons. This guide describes how to add symbols to the MIL-STD-2525C symbol set. The details described here are specific to 2525C, but the concepts apply to all symbol sets.

Symbols can be added to the 2525C symbol set by naming the new symbols using the SIDC scheme used by 2525C. The new symbols need to be assigned Function IDs that are not used by other symbols in 2525C. WorldWind’s symbol resolution logic will work as usual with the new IDs, and WorldWind will look for the new symbols alongside the existing 2525C symbols in a local symbol zip file or directory. Note that this approach is not guaranteed to be compatible with future revisions of 2525 since it relies on using identifier that are currently unused by 2525C.

An SIDC is a 15 character code that identifies a symbol in 2525C and its attributes. The format is slightly different for each appendix of 2525C. The graphic below shows an example of a SIDC from Tactical Graphics (Appendix B).

Example Tactical Symbol

The table below shows the format of a Warfighting SIDC (from page 51 of the specification). The Function ID part of the SIDC is the part that identifies a particular symbol within an appendix.

FieldPositionsLength
Coding scheme11
Standard Identity21
Battle Dimension31
Status14
Function ID5-106
Symbol Modifier11,122
Country Code13,142
Order of Battle151

To add new symbols to the specification, first choose a scheme (each appendix of 2525C is a different scheme) for the new symbols, and then choose Function IDs that are not used by other symbols in that scheme. For example you might choose the Warfighting scheme (Appendix A), and Function IDs ZA, ZB, and ZC. The Warfighting scheme includes Battle Dimension as part of the SIDC. The Battle Dimension (Air, Ground, Sea Surface, etc.) determines the shape of the icon’s frame. We’ll put our new symbols in the Air battle dimension. The new SIDCs (with some fields masked out) are:

S-A-ZA--------- S-A-ZB--------- S-A-ZC--------- S-A-ZD---------

For each new symbol, we need to provide eight icons for every combination of the four standard identities (friendly, neutral, unknown, and hostile) and the two status possibilities (present or anticipated). Each standard identity has a different frame shape, so a different version of the symbol can be provided for each frame. However, many symbols can use the same image for all four standard identities. The present version of the symbol should include the symbol drawn with solid lines, and the anticipated version should include the symbol drawn with dashed lines. The files must be named:

File nameStandard IdentityStatus
sfapza---------.pngFriendlyPresent
suapza---------.pngUnknownPresent
snapza---------.pngNeutralPresent
shapza---------.pngHostilePresent
sfaaza---------.pngFriendlyAnticipated
suaaza---------.pngUnknownAnticipated
snaaza---------.pngNeutralAnticipated
shaaza---------.pngHostileAnticipated

The file names above are SIDC codes with some fields masked out with hyphens. The standard identity is position 2 (f, u, h, n), the state is position 4 (p, a), and the function ID is positions 5-10. The “s” in position 1 indicates the Warfighting scheme (Appendix A), and the “a” in position 3 indicates the Air track, which determines the shape of the icon’s frame.

The new icons should be white and black on a transparent background. WorldWind will replace white with the icon color, depending on the symbol’s standard identity and other options. Black pixels will remain black. We just need to provide the icon itself, not the frame. WorldWind will place the icon on the appropriate frame, depending on the standard identity.

The following table shows the all eight icons for the Movement Control Center (MCC) Theater graphic, and how the final symbol will appear when created with and without a frame. Notice that the icon for each standard identity is slightly different so that each icon matches its frame exactly. Also notice that the white pixels of the icon are converted to black when the icon is drawn on a frame, and to the standard identity color when the icon is drawn without a frame. The anticipated version of the icon is only used to create an unframed symbol. For an anticipated framed symbol the frame itself is drawn with a dashed border.

NameIconFramed PresentFramed AnticipatedUnframed
Friendly Presentsfgpustmt------.png sfgpustmt------.pngsfgpustmt-_frame.pngsfgaustmt-_frame.pngsfgpustmt-_noframe.png
Friendly Anticipatedsfgaustmt.png sfgaustmt------.pngsfgaustmt-_noframe.png
Neutral Presentsngpustmt.png sngpustmt------.pngsngpustmt-_frame.pngsngaustmt-_frame.pngsngpustmt-_noframe.png
Neutral Anticipatedsngaustmt.png sngaustmt------.pngsngaustmt-_noframe.png
Hostile Presentshgpustmt.png shgpustmt------.pngshgpustmt-_frame.pngshgaustmt-_frame.pngshgpustmt-_noframe.png
Hostile Anticipatedshgaustmt.png shgaustmt------.pngshgaustmt-_noframe.png
Unknown Presentsugpustmt.png sugpustmt------.pngsugpustmt-_frame.pngsugaustmt-_frame.pngsugpustmt-_noframe.png
Unknown Anticipatedsugaustmt.png sugaustmt------.pngsugaustmt-_noframe.png

Put the icons the icons/war/ directory of the symbology zip file or local symbol directory. See Offline Use for more information on using a local symbol archive. You can create instances of the the new symbols using MilStd2525TacticalSymbol:

TacticalSymbol symbol = new MilStd2525TacticalSymbol(""SFAPZA--------A", position);

The approach described above is the easiest way to add new icons. If you want to do something more sophisticated (such as treating your icons differently than WorldWind’s standard icons), take a look at MilStd2525IconRetriever. This is the class that translates the SIDC into a file path, and retrieves the icon. See the Icon Retriever Usage Guide for more information on icon retrievers.



Server maintenance notice

Dear WorldWind Community,

The geospatial data services that feed WorldWind clients by default with data are undergoing maintenance. Outages between 2 to 4 hours per server may occur during the month of April 2023.

As always, if you have any inquiries or concerns, please contact us at:

arc-worldwind@mail.nasa.gov