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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thealtitude
element.static final TLcdDataProperty
Data property that maps to thealtitudeReference
element.static final TLcdDataProperty
Data property that maps to theannotation
element.static final TLcdDataProperty
Data property that maps to theextension
element.static final TLcdDataProperty
Data property that maps to themeasurementPoint
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 TypeMethodDescriptionReturns the value of the property that maps to thealtitude
element.Returns the role value contained in the value of theALTITUDE_REFERENCE_PROPERTY
property.Gets the value of theANNOTATION_PROPERTY
property adapted to a list ofTLcdAIXM51Note
instances.Gets the value of theEXTENSION_PROPERTY
property adapted to a list ofTLcdAIXM51AbstractExtension
instances.Returns the role value contained in the value of theMEASUREMENT_POINT_PROPERTY
property.void
Sets the value of the property that maps to thealtitude
element.void
Sets the value of the property that maps to thealtitudeReference
element.void
Sets the value of the property that maps to themeasurementPoint
element.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 themeasurementPoint
element. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeProcedureDistance>
. -
ALTITUDE_PROPERTY
Data property that maps to thealtitude
element. The possible values for this property are instances ofTLcdAIXM51ValDistanceVertical
. -
ALTITUDE_REFERENCE_PROPERTY
Data property that maps to thealtitudeReference
element. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeVerticalReference>
. -
ANNOTATION_PROPERTY
Data property that maps to theannotation
element. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51Note>>
. -
EXTENSION_PROPERTY
Data property that maps to theextension
element. 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_PROPERTY
property. Returnsnull
if the value of theMEASUREMENT_POINT_PROPERTY
property isnull
.Indicates the point of the altitude measurement as reporting on a terminal procedure chart.
- Returns:
- the role value of the
MEASUREMENT_POINT_PROPERTY
property. - See Also:
-
setMeasurementPoint
Sets the value of the property that maps to themeasurementPoint
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theMEASUREMENT_POINT_PROPERTY
property 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_PROPERTY
property.
-
getAltitude
Returns the value of the property that maps to thealtitude
element.The calculated altitude at the indicated point.
- Returns:
- the value of the
ALTITUDE_PROPERTY
property.
-
setAltitude
Sets the value of the property that maps to thealtitude
element.The calculated altitude at the indicated point.
- Parameters:
aValue
- the value to set for theALTITUDE_PROPERTY
property.
-
getAltitudeReference
Returns the role value contained in the value of theALTITUDE_REFERENCE_PROPERTY
property. Returnsnull
if the value of theALTITUDE_REFERENCE_PROPERTY
property isnull
.The reference for the altitude.
- Returns:
- the role value of the
ALTITUDE_REFERENCE_PROPERTY
property. - See Also:
-
setAltitudeReference
Sets the value of the property that maps to thealtitudeReference
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theALTITUDE_REFERENCE_PROPERTY
property is set tonull
.The reference for the altitude.
- Parameters:
aValue
- the role value to set for theALTITUDE_REFERENCE_PROPERTY
property.
-
getAnnotation
Gets the value of theANNOTATION_PROPERTY
property adapted to a list ofTLcdAIXM51Note
instances.- Returns:
- the value of the
ANNOTATION_PROPERTY
property adapted to a list ofTLcdAIXM51Note
instances. - See Also:
-
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:
-