Class TLcdKML22Delete

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.kml22.model.update.TLcdKML22Delete
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdKML22Delete extends TLcdDataObject
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 Details

    • DELETED_FEATURES_PROPERTY

      public static final TLcdDataProperty DELETED_FEATURES_PROPERTY
      Data property that maps to the AbstractFeatureGroup element. The possible values for this property are instances of List<TLcdKML22AbstractFeature>.
  • Constructor Details

    • TLcdKML22Delete

      public TLcdKML22Delete()
      Creates a new TLcdKML22Change with its default TLcdDataType.
    • TLcdKML22Delete

      public TLcdKML22Delete(TLcdDataType aType)
      Creates a new TLcdKML22Change with a custom TLcdDataType.
      Parameters:
      aType - a custom TLcdDataType
  • Method Details