Class MSLookup

java.lang.Object
armyc2.c5isr.renderer.utilities.MSLookup

public class MSLookup extends Object
Class that holds all the MSInfo objects with symbol information
  • Method Details

    • getInstance

      public static MSLookup getInstance()
    • init

      public final void init(Context context)
    • getMSLInfo

      public MSInfo getMSLInfo(String symbolID)
      Parameters:
      symbolID - Full 20-30 digits from the symbol code
      Returns:
    • getMSLInfo

      public MSInfo getMSLInfo(String basicID, int version)
      Parameters:
      basicID - id SymbolSet + Entity code like 50110100
      version - like SymbolID.Version_2525Dch1
      Returns:
    • getIDList

      public List<String> getIDList(int version)
      returns a list of all the keys in the order they are listed in the MilStd 2525D document.
      Returns:
    • addCustomSymbol

      public boolean addCustomSymbol(MSInfo msInfo)