Class TLcdKML22AbstractView
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.kml22.model.TLcdKML22AbstractObject
com.luciad.format.kml22.model.behavior.TLcdKML22AbstractView
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
- Direct Known Subclasses:
TLcdKML22Camera
,TLcdKML22LookAt
Domain class modeling the KML AbstractViewType type.
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theAbstractViewObjectExtensionGroup
element.static final TLcdDataProperty
Data property that maps to theAbstractViewSimpleExtensionGroup
element.Fields inherited from class com.luciad.format.kml22.model.TLcdKML22AbstractObject
ID_PROPERTY, OBJECT_SIMPLE_EXTENSION_GROUP_PROPERTY, TARGET_ID_PROPERTY
-
Constructor Summary
-
Method Summary
Methods inherited from class com.luciad.format.kml22.model.TLcdKML22AbstractObject
getId, getTargetId, setId, setTargetId
-
Field Details
-
ABSTRACT_VIEW_SIMPLE_EXTENSION_GROUP_PROPERTY
Data property that maps to theAbstractViewSimpleExtensionGroup
element. The possible values for this property are instances ofList<String>
. -
ABSTRACT_VIEW_OBJECT_EXTENSION_GROUP_PROPERTY
Data property that maps to theAbstractViewObjectExtensionGroup
element. The possible values for this property are instances ofList<TLcdKML22AbstractObject>
.
-
-
Constructor Details
-
TLcdKML22AbstractView
public TLcdKML22AbstractView() -
TLcdKML22AbstractView
-