Package armyc2.c5isr.renderer.utilities
Class GENCLookup
java.lang.Object
armyc2.c5isr.renderer.utilities.GENCLookup
Utility class that takes the 3 digit country code from the symbol ID and returns the 3 character string representation
of that country. For example, 840 turns into "USA" for the United States.
-
Method Summary
Modifier and TypeMethodDescriptionget3CharCode(int id) get3DigitCode(String id) static GENCLookupfinal void
-
Method Details
-
getInstance
-
init
-
get3CharCode
- Parameters:
id- 3 digit code from 2525D+ symbol code- Returns:
-
get3DigitCode
- Parameters:
id- 2 char string from 2525C symbol code- Returns:
-