Class TLcdAIXM51TerminalArrivalAreaSector
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thealtitudeDescriptionelement.static 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 theflyByCodeelement.static final TLcdDataPropertyData property that maps to theprocedureTurnRequiredelement.static final TLcdDataPropertyData property that maps to thesectorDefinitionelement.static final TLcdDataPropertyData property that maps to thesignificantObstacleelement.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 TypeMethodDescriptionReturns the role value contained in the value of theALTITUDE_DESCRIPTION_PROPERTYproperty.Gets 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.Returns the role value contained in the value of theFLY_BY_CODE_PROPERTYproperty.Returns the role value contained in the value of thePROCEDURE_TURN_REQUIRED_PROPERTYproperty.Returns the role value contained in the value of theSECTOR_DEFINITION_PROPERTYproperty.Gets the value of theSIGNIFICANT_OBSTACLE_PROPERTYproperty adapted to a list ofTLcdAIXM51Obstructioninstances.voidSets the value of the property that maps to thealtitudeDescriptionelement.voidsetExtent(TLcdAIXM51Surface aValue) Sets the value of the property that maps to theextentelement.voidsetFlyByCode(TLcdAIXM51CodeYesNo aValue) Sets the value of the property that maps to theflyByCodeelement.voidSets the value of the property that maps to theprocedureTurnRequiredelement.voidSets the value of the property that maps to thesectorDefinitionelement.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
FLY_BY_CODE_PROPERTY
Data property that maps to theflyByCodeelement. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeYesNo>. -
PROCEDURE_TURN_REQUIRED_PROPERTY
Data property that maps to theprocedureTurnRequiredelement. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeYesNo>. -
ALTITUDE_DESCRIPTION_PROPERTY
Data property that maps to thealtitudeDescriptionelement. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeAltitudeUse>. -
SECTOR_DEFINITION_PROPERTY
Data property that maps to thesectorDefinitionelement. The possible values for this property are instances ofTLcdAIXM51Property<TLcdAIXM51CircleSector>. -
EXTENT_PROPERTY
Data property that maps to theextentelement. The possible values for this property are instances ofTLcdAIXM51Property<TLcdAIXM51Surface>. -
SIGNIFICANT_OBSTACLE_PROPERTY
Data property that maps to thesignificantObstacleelement. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51Obstruction>>. -
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
-
TLcdAIXM51TerminalArrivalAreaSector
public TLcdAIXM51TerminalArrivalAreaSector() -
TLcdAIXM51TerminalArrivalAreaSector
-
-
Method Details
-
getFlyByCode
Returns the role value contained in the value of theFLY_BY_CODE_PROPERTYproperty. Returnsnullif the value of theFLY_BY_CODE_PROPERTYproperty isnull.Indicates if the aircraft is not required to fly directly over the fix. If code is Yes, then it is a 'flyby' waypoint. If the code is No or nil, then the associated fix is a 'fly-over' waypoint. [ICAO] Waypoints are identified as either flyover or fly-by.
- Returns:
- the role value of the
FLY_BY_CODE_PROPERTYproperty. - See Also:
-
setFlyByCode
Sets the value of the property that maps to theflyByCodeelement. to a new instance of the association classTLcdAIXM51Optionalinitialized with the given role value. In case the given role value isnull, theFLY_BY_CODE_PROPERTYproperty is set tonull.Indicates if the aircraft is not required to fly directly over the fix. If code is Yes, then it is a 'flyby' waypoint. If the code is No or nil, then the associated fix is a 'fly-over' waypoint. [ICAO] Waypoints are identified as either flyover or fly-by.
- Parameters:
aValue- the role value to set for theFLY_BY_CODE_PROPERTYproperty.
-
getProcedureTurnRequired
Returns the role value contained in the value of thePROCEDURE_TURN_REQUIRED_PROPERTYproperty. Returnsnullif the value of thePROCEDURE_TURN_REQUIRED_PROPERTYproperty isnull.Indicates that a course reversal is not required. If the code is Yes, then the products will indicate 'NoPT'.
- Returns:
- the role value of the
PROCEDURE_TURN_REQUIRED_PROPERTYproperty. - See Also:
-
setProcedureTurnRequired
Sets the value of the property that maps to theprocedureTurnRequiredelement. to a new instance of the association classTLcdAIXM51Optionalinitialized with the given role value. In case the given role value isnull, thePROCEDURE_TURN_REQUIRED_PROPERTYproperty is set tonull.Indicates that a course reversal is not required. If the code is Yes, then the products will indicate 'NoPT'.
- Parameters:
aValue- the role value to set for thePROCEDURE_TURN_REQUIRED_PROPERTYproperty.
-
getAltitudeDescription
Returns the role value contained in the value of theALTITUDE_DESCRIPTION_PROPERTYproperty. Returnsnullif the value of theALTITUDE_DESCRIPTION_PROPERTYproperty isnull.A code indicating how the altitude attributes should be interpreted: 'at' the lower altitude, 'at or above' the lower altitude, 'at or below' the lower altitude or 'between' the altitudes specified in the attributes lowerAltitude and upperAltitude distances.
- Returns:
- the role value of the
ALTITUDE_DESCRIPTION_PROPERTYproperty. - See Also:
-
setAltitudeDescription
Sets the value of the property that maps to thealtitudeDescriptionelement. to a new instance of the association classTLcdAIXM51Optionalinitialized with the given role value. In case the given role value isnull, theALTITUDE_DESCRIPTION_PROPERTYproperty is set tonull.A code indicating how the altitude attributes should be interpreted: 'at' the lower altitude, 'at or above' the lower altitude, 'at or below' the lower altitude or 'between' the altitudes specified in the attributes lowerAltitude and upperAltitude distances.
- Parameters:
aValue- the role value to set for theALTITUDE_DESCRIPTION_PROPERTYproperty.
-
getSectorDefinition
Returns the role value contained in the value of theSECTOR_DEFINITION_PROPERTYproperty. Returnsnullif the value of theSECTOR_DEFINITION_PROPERTYproperty isnull.A non graphical definition describing a portion of a circle.
- Returns:
- the role value of the
SECTOR_DEFINITION_PROPERTYproperty. - See Also:
-
getExtent
Returns the role value contained in the value of theEXTENT_PROPERTYproperty. Returnsnullif the value of theEXTENT_PROPERTYproperty isnull.The graphical area described for the Terminal Arrival sector.
- 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 graphical area described for the Terminal Arrival sector.
- Parameters:
aValue- the role value to set for theEXTENT_PROPERTYproperty.
-
getSignificantObstacle
Gets the value of theSIGNIFICANT_OBSTACLE_PROPERTYproperty adapted to a list ofTLcdAIXM51Obstructioninstances.The obstacle that controls the altitude definition of the sector.
- Returns:
- the value of the
SIGNIFICANT_OBSTACLE_PROPERTYproperty adapted to a list ofTLcdAIXM51Obstructioninstances. - 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:
-