Class TLcdAIXM51FlightRestrictionRoute
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.TLcdAIXM51FlightRestrictionRoute
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
A sequence of routing elements (points, route portions or airspace) that must/must not appear in the specified order in the flight plan of an aircraft fulfilling the conditions of the related Flight Restriction (according to its type attribute).
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theannotationelement.static final TLcdDataPropertyData property that maps to thecontactelement.static final TLcdDataPropertyData property that maps to theextensionelement.static final TLcdDataPropertyData property that maps to thepriorPermissionelement.static final TLcdDataPropertyData property that maps to therouteElementelement.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 theCONTACT_PROPERTYproperty adapted to a list ofTLcdAIXM51ContactInformationinstances.Gets the value of theEXTENSION_PROPERTYproperty adapted to a list ofTLcdAIXM51AbstractExtensioninstances.Returns the role value contained in the value of thePRIOR_PERMISSION_PROPERTYproperty.Gets the value of theROUTE_ELEMENT_PROPERTYproperty adapted to a list ofTLcdAIXM51FlightRoutingElementinstances.voidSets the value of the property that maps to thepriorPermissionelement.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
PRIOR_PERMISSION_PROPERTY
Data property that maps to thepriorPermissionelement. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeYesNo>. -
ROUTE_ELEMENT_PROPERTY
Data property that maps to therouteElementelement. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51FlightRoutingElement>>. -
CONTACT_PROPERTY
Data property that maps to thecontactelement. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51ContactInformation>>. -
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
-
TLcdAIXM51FlightRestrictionRoute
public TLcdAIXM51FlightRestrictionRoute() -
TLcdAIXM51FlightRestrictionRoute
-
-
Method Details
-
getPriorPermission
Returns the role value contained in the value of thePRIOR_PERMISSION_PROPERTYproperty. Returnsnullif the value of thePRIOR_PERMISSION_PROPERTYproperty isnull.The minimum lead time required for contacting the relevant authority in order to get permission for using the routing.
- Returns:
- the role value of the
PRIOR_PERMISSION_PROPERTYproperty. - See Also:
-
setPriorPermission
Sets the value of the property that maps to thepriorPermissionelement. to a new instance of the association classTLcdAIXM51Optionalinitialized with the given role value. In case the given role value isnull, thePRIOR_PERMISSION_PROPERTYproperty is set tonull.The minimum lead time required for contacting the relevant authority in order to get permission for using the routing.
- Parameters:
aValue- the role value to set for thePRIOR_PERMISSION_PROPERTYproperty.
-
getRouteElement
Gets the value of theROUTE_ELEMENT_PROPERTYproperty adapted to a list ofTLcdAIXM51FlightRoutingElementinstances.Routing element concerned by a specified flight restriction.
- Returns:
- the value of the
ROUTE_ELEMENT_PROPERTYproperty adapted to a list ofTLcdAIXM51FlightRoutingElementinstances. - See Also:
-
getContact
Gets the value of theCONTACT_PROPERTYproperty adapted to a list ofTLcdAIXM51ContactInformationinstances.The contact information of the relevant authority which can grant the permission for using the routing.
- Returns:
- the value of the
CONTACT_PROPERTYproperty adapted to a list ofTLcdAIXM51ContactInformationinstances. - 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:
-