Package com.luciad.util.iso19103
Interface ILcdISO19103CodeListProvider
public interface ILcdISO19103CodeListProvider
Provides code lists based on a name or a Code.
-
Method Summary
Modifier and TypeMethodDescriptiongetCodeList
(ILcdISO19103Code aCode) Finds the code list the given code belongs to.getCodeList
(String aName) Finds the code list with the given name.
-
Method Details
-
getCodeList
Finds the code list with the given name.- Parameters:
aName
- the name of the code list to look for.- Returns:
- the code list with the given name.
-
getCodeList
Finds the code list the given code belongs to.- Parameters:
aCode
- a code for which to find the code list.- Returns:
- the code list the given code belongs to.
-