Package com.luciad.format.s57
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
Modifier and TypeMethodDescriptionReturns a textual description for the attribute specified by the given acronym, ornull
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, ornull
if no description is available for the specified atttribute value.
-
Method Details
-
getName
Returns a textual description for the attribute specified by the given acronym, ornull
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
Returns a textual description for the attribute value, specified by the given (attribute acronym, attribute value) combination, ornull
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.
-