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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theid
attribute.static final TLcdDataProperty
Data property that maps to theObjectSimpleExtensionGroup
element.static final TLcdDataProperty
Data property that maps to thetargetId
attribute. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Returns the value of the property that maps to theid
attribute.Returns the value of the property that maps to thetargetId
attribute.void
Sets the value of the property that maps to theid
attribute.void
setTargetId
(String aValue) Sets the value of the property that maps to thetargetId
attribute.
-
Field Details
-
ID_PROPERTY
Data property that maps to theid
attribute. The possible values for this property are instances ofString
. -
TARGET_ID_PROPERTY
Data property that maps to thetargetId
attribute. The possible values for this property are instances ofString
. -
OBJECT_SIMPLE_EXTENSION_GROUP_PROPERTY
Data property that maps to theObjectSimpleExtensionGroup
element. 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 theid
attribute.- Returns:
- the value of the
ID_PROPERTY
property.
-
setId
Sets the value of the property that maps to theid
attribute.- Parameters:
aValue
- the value to set for theID_PROPERTY
property.
-
getTargetId
Returns the value of the property that maps to thetargetId
attribute.- Returns:
- the value of the
TARGET_ID_PROPERTY
property.
-
setTargetId
Sets the value of the property that maps to thetargetId
attribute.- Parameters:
aValue
- the value to set for theTARGET_ID_PROPERTY
property.
-