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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theAbstractFeatureGroup
element. -
Constructor Summary
ConstructorDescriptionCreates a newTLcdKML22Change
with its defaultTLcdDataType
.TLcdKML22Delete
(TLcdDataType aType) Creates a newTLcdKML22Change
with a customTLcdDataType
. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theAbstractFeatureGroup
element.
-
Field Details
-
DELETED_FEATURES_PROPERTY
Data property that maps to theAbstractFeatureGroup
element. The possible values for this property are instances ofList<TLcdKML22AbstractFeature>
.
-
-
Constructor Details
-
TLcdKML22Delete
public TLcdKML22Delete()Creates a newTLcdKML22Change
with its defaultTLcdDataType
. -
TLcdKML22Delete
Creates a newTLcdKML22Change
with a customTLcdDataType
.- Parameters:
aType
- a customTLcdDataType
-
-
Method Details
-
getDeletedFeatures
Returns the value of the property that maps to theAbstractFeatureGroup
element.- Returns:
- the value of the
DELETED_FEATURES_PROPERTY
property.
-