Solved! Go to Solution.
I'm starting to learn MIL-STD-2525C standard (with ArcGIS Runtime for Java)... analyzing Java sample codes and Vehicle Commander application source... but I don't have enough Defense knownledge to understand how to use completly ArcGIS Runtime possibilities...
I can't get any label drawn with my symbol... how to do that ?
I'm not sure to fully understand what is the difference between a Position report and Spot report...
How can I specify Echelon (11th & 12th caracters of SIC code ?) or other "modifier" indicators ?
when playing with sample code, It seems that lots of Symbols don't display on map (for example "Assault Position F" : GFGPOAA---****X) or are displayed with "unknown" (for example all "Joker" or "Faker" symbols...). Is it normal ?
I even got an error for « Station ASW Ship H » : Warning: SHSPA----***** : SIDC does not contain 15 characters
- There are multiple labels you can put on symbols. I believe one of them is with the AdditionalInformation field on the Esri Message.
- This is bad nomenclature on ESRI's part. The key difference though is Position Report is typically used for friendly forces that will be report there locations. Spots reports are other observed entities (usually hostile though they don't have to be) or actions that systems report. From a functional standpoint I believe this was split up so that the subsets could easily be toggled on or off because they end up on different layers.
- The operational condition is the 4th character in the symbol code. Present -P, Anticipated Planned -A, Present Fully Capable - C, Present Damaged -D, Present Destroyed - X, Present Full to Capacity F.
- I'm not totally sure what you're after on the Echelon. The 11th / 12th character slots are for size / mobility. Echelon is included in this. I can't really list all of them because there are 100+ options.
- I'm not sure, sorry don't have time to look into this at the moment.
- This symbol code only has 14 characters.
I'm starting to learn MIL-STD-2525C standard (with ArcGIS Runtime for Java)... analyzing Java sample codes and Vehicle Commander application source... but I don't have enough Defense knownledge to understand how to use completly ArcGIS Runtime possibilities...
I can't get any label drawn with my symbol... how to do that ?
I'm not sure to fully understand what is the difference between a Position report and Spot report...
How can I specify Echelon (11th & 12th caracters of SIC code ?) or other "modifier" indicators ?
when playing with sample code, It seems that lots of Symbols don't display on map (for example "Assault Position F" : GFGPOAA---****X) or are displayed with "unknown" (for example all "Joker" or "Faker" symbols...). Is it normal ?
I even got an error for « Station ASW Ship H » : Warning: SHSPA----***** : SIDC does not contain 15 characters
It would be nice to get an ESRI documentation, as some implementation of the Symbol Dictionnary may need some explanation (why "assumed friend" symbols are identical to "friend" ? same question for "suspect" and "hostile"... no dashed line for "pending" symbols...)