Class TLcdKML22Alias
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.kml22.model.TLcdKML22AbstractObject
com.luciad.format.kml22.model.util.TLcdKML22Alias
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
Domain class modeling the KML AliasType type.
OGC KML Specification description:
This element can be used wherever the following element is referenced: -kml:AbstractObjectGroup Contains a mapping from kml:sourceHref to kml:targetHref. Both should be specified ouside of an update context, that is when not a descendant of kml:Update.
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theAliasObjectExtensionGroup
element.static final TLcdDataProperty
Data property that maps to theAliasSimpleExtensionGroup
element.static final TLcdDataProperty
Data property that maps to thesourceHref
element.static final TLcdDataProperty
Data property that maps to thetargetHref
element.Fields inherited from class com.luciad.format.kml22.model.TLcdKML22AbstractObject
ID_PROPERTY, OBJECT_SIMPLE_EXTENSION_GROUP_PROPERTY, TARGET_ID_PROPERTY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to thesourceHref
element.Returns the value of the property that maps to thetargetHref
element.void
setSourceHref
(String aValue) Sets the value of the property that maps to thesourceHref
element.void
setTargetHref
(String aValue) Sets the value of the property that maps to thetargetHref
element.Methods inherited from class com.luciad.format.kml22.model.TLcdKML22AbstractObject
getId, getTargetId, setId, setTargetId
-
Field Details
-
TARGET_HREF_PROPERTY
Data property that maps to thetargetHref
element. The possible values for this property are instances ofString
. -
SOURCE_HREF_PROPERTY
Data property that maps to thesourceHref
element. The possible values for this property are instances ofString
. -
ALIAS_SIMPLE_EXTENSION_GROUP_PROPERTY
Data property that maps to theAliasSimpleExtensionGroup
element. The possible values for this property are instances ofList<String>
. -
ALIAS_OBJECT_EXTENSION_GROUP_PROPERTY
Data property that maps to theAliasObjectExtensionGroup
element. The possible values for this property are instances ofList<TLcdKML22AbstractObject>
.
-
-
Constructor Details
-
TLcdKML22Alias
public TLcdKML22Alias() -
TLcdKML22Alias
-
-
Method Details
-
getTargetHref
Returns the value of the property that maps to thetargetHref
element.- Returns:
- the value of the
TARGET_HREF_PROPERTY
property.
-
setTargetHref
Sets the value of the property that maps to thetargetHref
element.- Parameters:
aValue
- the value to set for theTARGET_HREF_PROPERTY
property.
-
getSourceHref
Returns the value of the property that maps to thesourceHref
element.- Returns:
- the value of the
SOURCE_HREF_PROPERTY
property.
-
setSourceHref
Sets the value of the property that maps to thesourceHref
element.- Parameters:
aValue
- the value to set for theSOURCE_HREF_PROPERTY
property.
-