Class TLcdAIXM51DirectFlightClass
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.routes.flightrestrictions.TLcdAIXM51AbstractDirectFlight
com.luciad.format.aixm51.model.features.routes.flightrestrictions.TLcdAIXM51DirectFlightClass
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
A category of direct flights (DCT), having some particular characteristics, such as a minimum length.
- 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 theexceedLength
element.static final TLcdDataProperty
Data property that maps to theextension
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.Returns the value of the property that maps to theexceedLength
element.Gets the value of theEXTENSION_PROPERTY
property adapted to a list ofTLcdAIXM51AbstractExtension
instances.void
setExceedLength
(TLcdAIXM51ValDistance aValue) Sets the value of the property that maps to theexceedLength
element.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
ANNOTATION_PROPERTY
Data property that maps to theannotation
element. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51Note>>
. -
EXCEED_LENGTH_PROPERTY
Data property that maps to theexceedLength
element. The possible values for this property are instances ofTLcdAIXM51ValDistance
. -
EXTENSION_PROPERTY
Data property that maps to theextension
element. The possible values for this property are instances ofList<TLcdAIXM51Link<TLcdAIXM51AbstractExtension>>
.
-
-
Constructor Details
-
TLcdAIXM51DirectFlightClass
public TLcdAIXM51DirectFlightClass() -
TLcdAIXM51DirectFlightClass
-
-
Method Details
-
getAnnotation
Gets the value of theANNOTATION_PROPERTY
property adapted to a list ofTLcdAIXM51Note
instances.- Overrides:
getAnnotation
in classTLcdAIXM51AbstractDirectFlight
- Returns:
- the value of the
ANNOTATION_PROPERTY
property adapted to a list ofTLcdAIXM51Note
instances. - See Also:
-
getExceedLength
Returns the value of the property that maps to theexceedLength
element.A value used to indicate that only Direct Flights (DCT) that exceed this value are concerned.
- Returns:
- the value of the
EXCEED_LENGTH_PROPERTY
property.
-
setExceedLength
Sets the value of the property that maps to theexceedLength
element.A value used to indicate that only Direct Flights (DCT) that exceed this value are concerned.
- Parameters:
aValue
- the value to set for theEXCEED_LENGTH_PROPERTY
property.
-
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:
-