Class TLcdAIXM51AerialRefuellingTrack
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32AbstractGML
com.luciad.format.aixm51.model.abstractfeature.TLcdAIXM51AbstractAIXMObject
com.luciad.format.aixm51.model.features.aerialrefuelling.TLcdAIXM51AerialRefuellingTrack
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
A sequence of points that define the trajectory to be flown during an aerial refuelling operation.
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theannotationelement.static final TLcdDataPropertyData property that maps to theextensionelement.static final TLcdDataPropertyData property that maps to theextentelement.static final TLcdDataPropertyData property that maps to thepointelement.static final TLcdDataPropertyData property that maps to theverticalExtentelement.Fields inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
DESCRIPTION_PROPERTY, DESCRIPTION_REFERENCE_PROPERTY, ID_PROPERTY, IDENTIFIER_PROPERTY, META_DATA_PROPERTY_PROPERTY, NAME_PROPERTY -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionGets the value of theANNOTATION_PROPERTYproperty adapted to a list ofTLcdAIXM51Noteinstances.Gets the value of theEXTENSION_PROPERTYproperty adapted to a list ofTLcdAIXM51AbstractExtensioninstances.Returns the role value contained in the value of theEXTENT_PROPERTYproperty.getPoint()Gets the value of thePOINT_PROPERTYproperty adapted to a list ofTLcdAIXM51AerialRefuellingPointinstances.Gets the value of theVERTICAL_EXTENT_PROPERTYproperty adapted to a list ofTLcdAIXM51AirspaceLayerinstances.voidsetExtent(TLcdAIXM51Curve aValue) Sets the value of the property that maps to theextentelement.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
EXTENT_PROPERTY
Data property that maps to theextentelement. The possible values for this property are instances ofTLcdAIXM51Property<TLcdAIXM51Curve>. -
POINT_PROPERTY
Data property that maps to thepointelement. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51AerialRefuellingPoint>>. -
VERTICAL_EXTENT_PROPERTY
Data property that maps to theverticalExtentelement. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51AirspaceLayer>>. -
ANNOTATION_PROPERTY
Data property that maps to theannotationelement. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51Note>>. -
EXTENSION_PROPERTY
Data property that maps to theextensionelement. The possible values for this property are instances ofList<TLcdAIXM51Link<TLcdAIXM51AbstractExtension>>.
-
-
Constructor Details
-
TLcdAIXM51AerialRefuellingTrack
public TLcdAIXM51AerialRefuellingTrack() -
TLcdAIXM51AerialRefuellingTrack
-
-
Method Details
-
getExtent
Returns the role value contained in the value of theEXTENT_PROPERTYproperty. Returnsnullif the value of theEXTENT_PROPERTYproperty isnull.The shape of the AerialRefueliingTrack.
- Returns:
- the role value of the
EXTENT_PROPERTYproperty. - See Also:
-
setExtent
Sets the value of the property that maps to theextentelement. to a new instance of the association classTLcdAIXM51Propertyinitialized with the given role value. In case the given role value isnull, theEXTENT_PROPERTYproperty is set tonull.The shape of the AerialRefueliingTrack.
- Parameters:
aValue- the role value to set for theEXTENT_PROPERTYproperty.
-
getPoint
Gets the value of thePOINT_PROPERTYproperty adapted to a list ofTLcdAIXM51AerialRefuellingPointinstances.AerialRefuellingPoint on the AerialRefuellingTrack
- Returns:
- the value of the
POINT_PROPERTYproperty adapted to a list ofTLcdAIXM51AerialRefuellingPointinstances. - See Also:
-
getVerticalExtent
Gets the value of theVERTICAL_EXTENT_PROPERTYproperty adapted to a list ofTLcdAIXM51AirspaceLayerinstances.The vertical extent of the AerialRefuellingTrack.
- Returns:
- the value of the
VERTICAL_EXTENT_PROPERTYproperty adapted to a list ofTLcdAIXM51AirspaceLayerinstances. - See Also:
-
getAnnotation
Gets the value of theANNOTATION_PROPERTYproperty adapted to a list ofTLcdAIXM51Noteinstances.- Returns:
- the value of the
ANNOTATION_PROPERTYproperty adapted to a list ofTLcdAIXM51Noteinstances. - See Also:
-
getExtension
Gets the value of theEXTENSION_PROPERTYproperty adapted to a list ofTLcdAIXM51AbstractExtensioninstances.- Returns:
- the value of the
EXTENSION_PROPERTYproperty adapted to a list ofTLcdAIXM51AbstractExtensioninstances. - See Also:
-