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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theAliasObjectExtensionGroupelement.static final TLcdDataPropertyData property that maps to theAliasSimpleExtensionGroupelement.static final TLcdDataPropertyData property that maps to thesourceHrefelement.static final TLcdDataPropertyData property that maps to thetargetHrefelement.Fields inherited from class com.luciad.format.kml22.model.TLcdKML22AbstractObject
ID_PROPERTY, OBJECT_SIMPLE_EXTENSION_GROUP_PROPERTY, TARGET_ID_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to thesourceHrefelement.Returns the value of the property that maps to thetargetHrefelement.voidsetSourceHref(String aValue) Sets the value of the property that maps to thesourceHrefelement.voidsetTargetHref(String aValue) Sets the value of the property that maps to thetargetHrefelement.Methods inherited from class com.luciad.format.kml22.model.TLcdKML22AbstractObject
getId, getTargetId, setId, setTargetId
-
Field Details
-
TARGET_HREF_PROPERTY
Data property that maps to thetargetHrefelement. The possible values for this property are instances ofString. -
SOURCE_HREF_PROPERTY
Data property that maps to thesourceHrefelement. The possible values for this property are instances ofString. -
ALIAS_SIMPLE_EXTENSION_GROUP_PROPERTY
Data property that maps to theAliasSimpleExtensionGroupelement. The possible values for this property are instances ofList<String>. -
ALIAS_OBJECT_EXTENSION_GROUP_PROPERTY
Data property that maps to theAliasObjectExtensionGroupelement. 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 thetargetHrefelement.- Returns:
- the value of the
TARGET_HREF_PROPERTYproperty.
-
setTargetHref
Sets the value of the property that maps to thetargetHrefelement.- Parameters:
aValue- the value to set for theTARGET_HREF_PROPERTYproperty.
-
getSourceHref
Returns the value of the property that maps to thesourceHrefelement.- Returns:
- the value of the
SOURCE_HREF_PROPERTYproperty.
-
setSourceHref
Sets the value of the property that maps to thesourceHrefelement.- Parameters:
aValue- the value to set for theSOURCE_HREF_PROPERTYproperty.
-