Class TLcdISO19115CodeListDictionary
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32AbstractGML
com.luciad.format.gml32.model.TLcdGML32DefinitionBase
com.luciad.format.gml32.model.TLcdGML32Definition
com.luciad.format.gml32.model.TLcdGML32Dictionary
com.luciad.format.metadata.model.codelistitem.TLcdISO19115CodeListDictionary
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
- Direct Known Subclasses:
TLcdISO19115MLCodeListDictionary
Constraints: - 1) metadataProperty.card = 0 - 2) dictionaryEntry.card = 0
- Since:
- 2013.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thecodeEntry
element.Fields inherited from class com.luciad.format.gml32.model.TLcdGML32Dictionary
AGGREGATION_TYPE_PROPERTY, ENTRY_PROPERTY
Fields inherited from class com.luciad.format.gml32.model.TLcdGML32Definition
REMARKS_PROPERTY
Fields inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
DESCRIPTION_PROPERTY, DESCRIPTION_REFERENCE_PROPERTY, ID_PROPERTY, IDENTIFIER_PROPERTY, META_DATA_PROPERTY_PROPERTY, NAME_PROPERTY
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionGets the value of theCODE_ENTRY_PROPERTY
property adapted to a list ofTLcdISO19115CodeDefinition
instances.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32Dictionary
getAggregationType, getEntry, setAggregationType
Methods inherited from class com.luciad.format.gml32.model.TLcdGML32Definition
getRemarks, setRemarks
Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
Constructor Details
-
Method Details
-
getCodeEntry
Gets the value of theCODE_ENTRY_PROPERTY
property adapted to a list ofTLcdISO19115CodeDefinition
instances.- Returns:
- the value of the
CODE_ENTRY_PROPERTY
property adapted to a list ofTLcdISO19115CodeDefinition
instances. - See Also:
-