Interface ILcdS57AttributeClassDescriptionMap

All Known Implementing Classes:
TLcdS57AttributeClassDescriptionMap

public interface ILcdS57AttributeClassDescriptionMap
Provides a mapping of attribute acronyms and values to (language dependent) textual descriptions of these attributes and their values.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    getName(String aAcronym)
    Returns a textual description for the attribute specified by the given acronym, or null if no description is available for the specified atttribute.
    getValueName(String aAcronym, Object aValue)
    Returns a textual description for the attribute value, specified by the given (attribute acronym, attribute value) combination, or null if no description is available for the specified atttribute value.
  • Method Details Link icon

    • getName Link icon

      String getName(String aAcronym)
      Returns a textual description for the attribute specified by the given acronym, or null if no description is available for the specified atttribute.
      Parameters:
      aAcronym - the six-digit acronym identifying the attribute.
      Returns:
      a textual description for the specified attribute.
    • getValueName Link icon

      String getValueName(String aAcronym, Object aValue)
      Returns a textual description for the attribute value, specified by the given (attribute acronym, attribute value) combination, or null if no description is available for the specified atttribute value.
      Parameters:
      aAcronym - the six-digit acronym identifying the attribute.
      aValue - the value of the attribute.
      Returns:
      a textual description for the specified attribute value.