Class TLcdISO19115CodelistCatalogue
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.catalogue.TLcdISO19115Catalogue
com.luciad.format.metadata.model.catalogue.TLcdISO19115CodelistCatalogue
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
- Since:
- 2013.1
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thecodelistItem
element.Fields inherited from class com.luciad.format.metadata.model.catalogue.TLcdISO19115Catalogue
CHARACTER_SET_PROPERTY, FIELD_OF_APPLICATION_PROPERTY, LANGUAGE_PROPERTY, LOCALE_PROPERTY, NAME_PROPERTY, SCOPE_PROPERTY, SUB_CATALOGUE_PROPERTY, VERSION_DATE_PROPERTY, VERSION_NUMBER_PROPERTY
Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionGets the value of theCODELIST_ITEM_PROPERTY
property adapted to a list ofTLcdISO19115CodeListDictionary
instances.Methods inherited from class com.luciad.format.metadata.model.catalogue.TLcdISO19115Catalogue
getCharacterSet, getFieldOfApplication, getLanguage, getLocale, getName, getScope, getSubCatalogue, getVersionDate, getVersionNumber, setCharacterSet, setLanguage, setName, setVersionDate, setVersionNumber
Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
CODELIST_ITEM_PROPERTY
Data property that maps to thecodelistItem
element. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19115CodeListDictionary>>
.
-
-
Constructor Details
-
TLcdISO19115CodelistCatalogue
public TLcdISO19115CodelistCatalogue() -
TLcdISO19115CodelistCatalogue
-
-
Method Details
-
getCodelistItem
Gets the value of theCODELIST_ITEM_PROPERTY
property adapted to a list ofTLcdISO19115CodeListDictionary
instances.- Returns:
- the value of the
CODELIST_ITEM_PROPERTY
property adapted to a list ofTLcdISO19115CodeListDictionary
instances. - See Also:
-