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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theannotation
element.static final TLcdDataProperty
Data property that maps to theextension
element.static final TLcdDataProperty
Data property that maps to theextent
element.static final TLcdDataProperty
Data property that maps to thepoint
element.static final TLcdDataProperty
Data property that maps to theverticalExtent
element.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
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionGets the value of theANNOTATION_PROPERTY
property adapted to a list ofTLcdAIXM51Note
instances.Gets the value of theEXTENSION_PROPERTY
property adapted to a list ofTLcdAIXM51AbstractExtension
instances.Returns the role value contained in the value of theEXTENT_PROPERTY
property.getPoint()
Gets the value of thePOINT_PROPERTY
property adapted to a list ofTLcdAIXM51AerialRefuellingPoint
instances.Gets the value of theVERTICAL_EXTENT_PROPERTY
property adapted to a list ofTLcdAIXM51AirspaceLayer
instances.void
setExtent
(TLcdAIXM51Curve aValue) Sets the value of the property that maps to theextent
element.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 theextent
element. The possible values for this property are instances ofTLcdAIXM51Property<TLcdAIXM51Curve>
. -
POINT_PROPERTY
Data property that maps to thepoint
element. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51AerialRefuellingPoint>>
. -
VERTICAL_EXTENT_PROPERTY
Data property that maps to theverticalExtent
element. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51AirspaceLayer>>
. -
ANNOTATION_PROPERTY
Data property that maps to theannotation
element. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51Note>>
. -
EXTENSION_PROPERTY
Data property that maps to theextension
element. 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_PROPERTY
property. Returnsnull
if the value of theEXTENT_PROPERTY
property isnull
.The shape of the AerialRefueliingTrack.
- Returns:
- the role value of the
EXTENT_PROPERTY
property. - See Also:
-
setExtent
Sets the value of the property that maps to theextent
element. to a new instance of the association classTLcdAIXM51Property
initialized with the given role value. In case the given role value isnull
, theEXTENT_PROPERTY
property is set tonull
.The shape of the AerialRefueliingTrack.
- Parameters:
aValue
- the role value to set for theEXTENT_PROPERTY
property.
-
getPoint
Gets the value of thePOINT_PROPERTY
property adapted to a list ofTLcdAIXM51AerialRefuellingPoint
instances.AerialRefuellingPoint on the AerialRefuellingTrack
- Returns:
- the value of the
POINT_PROPERTY
property adapted to a list ofTLcdAIXM51AerialRefuellingPoint
instances. - See Also:
-
getVerticalExtent
Gets the value of theVERTICAL_EXTENT_PROPERTY
property adapted to a list ofTLcdAIXM51AirspaceLayer
instances.The vertical extent of the AerialRefuellingTrack.
- Returns:
- the value of the
VERTICAL_EXTENT_PROPERTY
property adapted to a list ofTLcdAIXM51AirspaceLayer
instances. - See Also:
-
getAnnotation
Gets the value of theANNOTATION_PROPERTY
property adapted to a list ofTLcdAIXM51Note
instances.- Returns:
- the value of the
ANNOTATION_PROPERTY
property adapted to a list ofTLcdAIXM51Note
instances. - See Also:
-
getExtension
Gets the value of theEXTENSION_PROPERTY
property adapted to a list ofTLcdAIXM51AbstractExtension
instances.- Returns:
- the value of the
EXTENSION_PROPERTY
property adapted to a list ofTLcdAIXM51AbstractExtension
instances. - See Also:
-