Class TLcdKML22Create

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

public class TLcdKML22Create extends TLcdDataObject
Domain class modeling the KML CreateType type.

OGC KML Specification description:

 Specifies the addition of zero or more kml:AbstractFeatureGroup elements to an identified
 kml:Folder or kml:Document in the target resource.
 The kml:Folder or kml:Document shall be identified as a child of the kml:Create element
 and shall include the kml:targetId attribute, and omit the id attribute.New
 kml:AbstractFeatureGroup elements to be added to the identified kml:Folder or
 kml:Document are specified as the content of this child.
 The kml:targetHref for a created kml:AbstractFeatureGroup is the same as that of the
 target KML resource.
 

Since:
10.0
  • Field Details

    • CONTAINERS_WITH_CREATED_OBJECTS_PROPERTY

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

    • TLcdKML22Create

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

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