Package com.luciad.format.s57
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
-
Method Details
-
getName
Returns a textual description for the object class specified by the given acronym, ornull
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.
-