Class TLcdISO19115MetadataExtensionInformation
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.metadataextension.TLcdISO19115MetadataExtensionInformation
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
Information describing metadata extensions.
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theextendedElementInformation
element.static final TLcdDataProperty
Data property that maps to theextensionOnLineResource
element.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 theEXTENDED_ELEMENT_INFORMATION_PROPERTY
property adapted to a list ofTLcdISO19115ExtendedElementInformation
instances.Returns the role value contained in the value of theEXTENSION_ON_LINE_RESOURCE_PROPERTY
property.void
Sets the value of the property that maps to theextensionOnLineResource
element.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
EXTENSION_ON_LINE_RESOURCE_PROPERTY
Data property that maps to theextensionOnLineResource
element. The possible values for this property are instances ofTLcdISO19118Property<TLcdISO19115OnlineResource>
. -
EXTENDED_ELEMENT_INFORMATION_PROPERTY
Data property that maps to theextendedElementInformation
element. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19115ExtendedElementInformation>>
.
-
-
Constructor Details
-
TLcdISO19115MetadataExtensionInformation
public TLcdISO19115MetadataExtensionInformation() -
TLcdISO19115MetadataExtensionInformation
-
-
Method Details
-
getExtensionOnLineResource
Returns the role value contained in the value of theEXTENSION_ON_LINE_RESOURCE_PROPERTY
property. Returnsnull
if the value of theEXTENSION_ON_LINE_RESOURCE_PROPERTY
property isnull
.- Returns:
- the role value of the
EXTENSION_ON_LINE_RESOURCE_PROPERTY
property. - See Also:
-
setExtensionOnLineResource
Sets the value of the property that maps to theextensionOnLineResource
element. to a new instance of the association classTLcdISO19118Property
initialized with the given role value. In case the given role value isnull
, theEXTENSION_ON_LINE_RESOURCE_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theEXTENSION_ON_LINE_RESOURCE_PROPERTY
property.
-
getExtendedElementInformation
Gets the value of theEXTENDED_ELEMENT_INFORMATION_PROPERTY
property adapted to a list ofTLcdISO19115ExtendedElementInformation
instances.- Returns:
- the value of the
EXTENDED_ELEMENT_INFORMATION_PROPERTY
property adapted to a list ofTLcdISO19115ExtendedElementInformation
instances. - See Also:
-