Class TLcdKML22Delete
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.kml22.model.update.TLcdKML22Delete
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
Domain class modeling the KML DeleteType type.
OGC KML Specification description:
Specifies the deletion of zero or more kml:AbstractFeatureGroup elements in the target resource. Features shall be identified as children of the kml:Create element and shall include the kml:targetId attribute and omit the id attribute.
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theAbstractFeatureGroupelement. -
Constructor Summary
ConstructorsConstructorDescriptionCreates a newTLcdKML22Changewith its defaultTLcdDataType.TLcdKML22Delete(TLcdDataType aType) Creates a newTLcdKML22Changewith a customTLcdDataType. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theAbstractFeatureGroupelement.
-
Field Details
-
DELETED_FEATURES_PROPERTY
Data property that maps to theAbstractFeatureGroupelement. The possible values for this property are instances ofList<TLcdKML22AbstractFeature>.
-
-
Constructor Details
-
TLcdKML22Delete
public TLcdKML22Delete()Creates a newTLcdKML22Changewith its defaultTLcdDataType. -
TLcdKML22Delete
Creates a newTLcdKML22Changewith a customTLcdDataType.- Parameters:
aType- a customTLcdDataType
-
-
Method Details
-
getDeletedFeatures
Returns the value of the property that maps to theAbstractFeatureGroupelement.- Returns:
- the value of the
DELETED_FEATURES_PROPERTYproperty.
-