Class TLcdAIXM51ApproachAltitudeTable
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.procedure.approachprocedure.approach.TLcdAIXM51ApproachAltitudeTable
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
Other altitudes (not defined by a segment) that are to be depicted on the profile view, such as HAT for ILS CAT II approaches.
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thealtitudeelement.static final TLcdDataPropertyData property that maps to thealtitudeReferenceelement.static final TLcdDataPropertyData property that maps to theannotationelement.static final TLcdDataPropertyData property that maps to theextensionelement.static final TLcdDataPropertyData property that maps to themeasurementPointelement.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 value of the property that maps to thealtitudeelement.Returns the role value contained in the value of theALTITUDE_REFERENCE_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 theMEASUREMENT_POINT_PROPERTYproperty.voidSets the value of the property that maps to thealtitudeelement.voidSets the value of the property that maps to thealtitudeReferenceelement.voidSets the value of the property that maps to themeasurementPointelement.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
MEASUREMENT_POINT_PROPERTY
Data property that maps to themeasurementPointelement. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeProcedureDistance>. -
ALTITUDE_PROPERTY
Data property that maps to thealtitudeelement. The possible values for this property are instances ofTLcdAIXM51ValDistanceVertical. -
ALTITUDE_REFERENCE_PROPERTY
Data property that maps to thealtitudeReferenceelement. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeVerticalReference>. -
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
-
TLcdAIXM51ApproachAltitudeTable
public TLcdAIXM51ApproachAltitudeTable() -
TLcdAIXM51ApproachAltitudeTable
-
-
Method Details
-
getMeasurementPoint
Returns the role value contained in the value of theMEASUREMENT_POINT_PROPERTYproperty. Returnsnullif the value of theMEASUREMENT_POINT_PROPERTYproperty isnull.Indicates the point of the altitude measurement as reporting on a terminal procedure chart.
- Returns:
- the role value of the
MEASUREMENT_POINT_PROPERTYproperty. - See Also:
-
setMeasurementPoint
Sets the value of the property that maps to themeasurementPointelement. to a new instance of the association classTLcdAIXM51Optionalinitialized with the given role value. In case the given role value isnull, theMEASUREMENT_POINT_PROPERTYproperty is set tonull.Indicates the point of the altitude measurement as reporting on a terminal procedure chart.
- Parameters:
aValue- the role value to set for theMEASUREMENT_POINT_PROPERTYproperty.
-
getAltitude
Returns the value of the property that maps to thealtitudeelement.The calculated altitude at the indicated point.
- Returns:
- the value of the
ALTITUDE_PROPERTYproperty.
-
setAltitude
Sets the value of the property that maps to thealtitudeelement.The calculated altitude at the indicated point.
- Parameters:
aValue- the value to set for theALTITUDE_PROPERTYproperty.
-
getAltitudeReference
Returns the role value contained in the value of theALTITUDE_REFERENCE_PROPERTYproperty. Returnsnullif the value of theALTITUDE_REFERENCE_PROPERTYproperty isnull.The reference for the altitude.
- Returns:
- the role value of the
ALTITUDE_REFERENCE_PROPERTYproperty. - See Also:
-
setAltitudeReference
Sets the value of the property that maps to thealtitudeReferenceelement. to a new instance of the association classTLcdAIXM51Optionalinitialized with the given role value. In case the given role value isnull, theALTITUDE_REFERENCE_PROPERTYproperty is set tonull.The reference for the altitude.
- Parameters:
aValue- the role value to set for theALTITUDE_REFERENCE_PROPERTYproperty.
-
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:
-