Package com.luciad.format.kml22.model
Class TLcdKML22AbstractObject
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.kml22.model.TLcdKML22AbstractObject
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Direct Known Subclasses:
TLcdKML22AbstractFeature,TLcdKML22AbstractGeometry,TLcdKML22AbstractLatLonBox,TLcdKML22AbstractStyleSelector,TLcdKML22AbstractSubStyle,TLcdKML22AbstractTimePrimitive,TLcdKML22AbstractView,TLcdKML22Alias,TLcdKML22BasicLink,TLcdKML22Data,TLcdKML22ImagePyramid,TLcdKML22ItemIcon,TLcdKML22Location,TLcdKML22Lod,TLcdKML22Orientation,TLcdKML22Pair,TLcdKML22Region,TLcdKML22ResourceMap,TLcdKML22Scale,TLcdKML22SchemaData,TLcdKML22ViewVolume
Domain class modeling the KML AbstractObjectType type.
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theidattribute.static final TLcdDataPropertyData property that maps to theObjectSimpleExtensionGroupelement.static final TLcdDataPropertyData property that maps to thetargetIdattribute. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Returns the value of the property that maps to theidattribute.Returns the value of the property that maps to thetargetIdattribute.voidSets the value of the property that maps to theidattribute.voidsetTargetId(String aValue) Sets the value of the property that maps to thetargetIdattribute.
-
Field Details
-
ID_PROPERTY
Data property that maps to theidattribute. The possible values for this property are instances ofString. -
TARGET_ID_PROPERTY
Data property that maps to thetargetIdattribute. The possible values for this property are instances ofString. -
OBJECT_SIMPLE_EXTENSION_GROUP_PROPERTY
Data property that maps to theObjectSimpleExtensionGroupelement. The possible values for this property are instances ofList<String>.
-
-
Constructor Details
-
TLcdKML22AbstractObject
public TLcdKML22AbstractObject() -
TLcdKML22AbstractObject
-
-
Method Details
-
getId
Returns the value of the property that maps to theidattribute.- Returns:
- the value of the
ID_PROPERTYproperty.
-
setId
Sets the value of the property that maps to theidattribute.- Parameters:
aValue- the value to set for theID_PROPERTYproperty.
-
getTargetId
Returns the value of the property that maps to thetargetIdattribute.- Returns:
- the value of the
TARGET_ID_PROPERTYproperty.
-
setTargetId
Sets the value of the property that maps to thetargetIdattribute.- Parameters:
aValue- the value to set for theTARGET_ID_PROPERTYproperty.
-