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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theannotationelement.static final TLcdDataPropertyData property that maps to theexceedLengthelement.static final TLcdDataPropertyData property that maps to theextensionelement.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.Returns the value of the property that maps to theexceedLengthelement.Gets the value of theEXTENSION_PROPERTYproperty adapted to a list ofTLcdAIXM51AbstractExtensioninstances.voidsetExceedLength(TLcdAIXM51ValDistance aValue) Sets the value of the property that maps to theexceedLengthelement.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 theannotationelement. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51Note>>. -
EXCEED_LENGTH_PROPERTY
Data property that maps to theexceedLengthelement. The possible values for this property are instances ofTLcdAIXM51ValDistance. -
EXTENSION_PROPERTY
Data property that maps to theextensionelement. 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_PROPERTYproperty adapted to a list ofTLcdAIXM51Noteinstances.- Overrides:
getAnnotationin classTLcdAIXM51AbstractDirectFlight- Returns:
- the value of the
ANNOTATION_PROPERTYproperty adapted to a list ofTLcdAIXM51Noteinstances. - See Also:
-
getExceedLength
Returns the value of the property that maps to theexceedLengthelement.A value used to indicate that only Direct Flights (DCT) that exceed this value are concerned.
- Returns:
- the value of the
EXCEED_LENGTH_PROPERTYproperty.
-
setExceedLength
Sets the value of the property that maps to theexceedLengthelement.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_PROPERTYproperty.
-
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:
-