Class TLcdKML22Create
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.kml22.model.update.TLcdKML22Create
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
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 Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theAbstractContainerGroup
element. -
Constructor Summary
ConstructorDescriptionCreates a newTLcdKML22Change
with its defaultTLcdDataType
.TLcdKML22Create
(TLcdDataType aType) Creates a newTLcdKML22Change
with a customTLcdDataType
. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theAbstractContainerGroup
element.
-
Field Details
-
CONTAINERS_WITH_CREATED_OBJECTS_PROPERTY
Data property that maps to theAbstractContainerGroup
element. The possible values for this property are instances ofList<TLcdKML22AbstractContainer>
.
-
-
Constructor Details
-
TLcdKML22Create
public TLcdKML22Create()Creates a newTLcdKML22Change
with its defaultTLcdDataType
. -
TLcdKML22Create
Creates a newTLcdKML22Change
with a customTLcdDataType
.- Parameters:
aType
- a customTLcdDataType
-
-
Method Details
-
getContainersWithCreatedObjects
Returns the value of the property that maps to theAbstractContainerGroup
element.- Returns:
- the value of the
CONTAINERS_WITH_CREATED_OBJECTS_PROPERTY
property.
-