Interface ILcdS57ObjectClassDescriptionMap

All Known Implementing Classes:
TLcdS57ObjectClassDescriptionMap

public interface ILcdS57ObjectClassDescriptionMap
Provides a mapping of object class acronyms to (language dependent) textual descriptions of these object classes.
  • Method Summary

    Modifier and Type
    Method
    Description
    getName(String aAcronym)
    Returns a textual description for the object class specified by the given acronym, or null if no description is available for the specified object class.
  • Method Details

    • getName

      String getName(String aAcronym)
      Returns a textual description for the object class specified by the given acronym, or null if no description is available for the specified object class.
      Parameters:
      aAcronym - the six-digit acronym identifying the object class.
      Returns:
      a textual description for the specified object class.