Class TLcdKML22Change
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.kml22.model.update.TLcdKML22Change
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
Domain class modeling the KML ChangeType type.
OGC KML Specification description:
Specifies modifications to zero or more identified kml:AbstractObjectGroup elements in the target resource. Target elements to be modified are identified as children of the kml:Change element and shall include the kml:targetId attribute and omit the id attribute. Modifications to the identified kml:AbstractObjectGroup are specified by the content of these children. The content of identified target elements not subject to modification shall remain unchanged.
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theAbstractObjectGroup
element. -
Constructor Summary
ConstructorDescriptionCreates a newTLcdKML22Change
with its defaultTLcdDataType
.TLcdKML22Change
(TLcdDataType aType) Creates a newTLcdKML22Change
with a customTLcdDataType
. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theAbstractObjectGroup
element.
-
Field Details
-
CHANGED_OBJECTS_PROPERTY
Data property that maps to theAbstractObjectGroup
element. The possible values for this property are instances ofList<TLcdKML22AbstractObject>
.
-
-
Constructor Details
-
TLcdKML22Change
public TLcdKML22Change()Creates a newTLcdKML22Change
with its defaultTLcdDataType
. -
TLcdKML22Change
Creates a newTLcdKML22Change
with a customTLcdDataType
.- Parameters:
aType
- a customTLcdDataType
-
-
Method Details
-
getChangedObjects
Returns the value of the property that maps to theAbstractObjectGroup
element.- Returns:
- the value of the
CHANGED_OBJECTS_PROPERTY
property.
-