Class TLcdKML22Update
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.kml22.model.update.TLcdKML22Update
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
Domain class modeling the KML UpdateType type.
OGC KML Specification description:
Specifies an addition, change, or deletion to a KML resource that has previously been
retrieved via kml:NetworkLink.
NOTE: Update does not affect the KML resource itself; rather it updates its representation within the earth
browser only.
All KML objects within an update context, that is a grandchild of the kml:Update element
shall include a targetId attribute that identifies the object to be updated, and shall not have
an id attribute.
kml:Update shall have at least one child element.
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thetargetHrefelement.static final TLcdDataPropertyData property that maps to theUpdateExtensionGroupelement.static final TLcdDataPropertyData property that maps to the choice between theCreateandDeleteandChangeandUpdateOpExtensionGroupelements. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to thetargetHrefelement.Returns the value of the property that maps to the choice between theCreateandDeleteandChangeandUpdateOpExtensionGroupelements.voidsetTargetHref(String aValue) Sets the value of the property that maps to thetargetHrefelement.
-
Field Details
-
TARGET_HREF_PROPERTY
Data property that maps to thetargetHrefelement. The possible values for this property are instances ofString. -
UPDATE_PROPERTY
Data property that maps to the choice between theCreateandDeleteandChangeandUpdateOpExtensionGroupelements. The possible values for this property are instances ofjava.util.Listwith elements of class -
UPDATE_EXTENSION_GROUP_PROPERTY
Data property that maps to theUpdateExtensionGroupelement. The possible values for this property are instances ofList<Object>.
-
-
Constructor Details
-
TLcdKML22Update
public TLcdKML22Update() -
TLcdKML22Update
-
-
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.
-
getUpdate
Returns the value of the property that maps to the choice between theCreateandDeleteandChangeandUpdateOpExtensionGroupelements.The possible values for this property are instances of
java.util.Listwith elements of class- Returns:
- the value of the
UPDATE_PROPERTYproperty.
-