Class TLcdAIXM51ApproachDistanceTable
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.TLcdAIXM51ApproachDistanceTable
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
Other distances (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 theannotation
element.static final TLcdDataProperty
Data property that maps to thedistance
element.static final TLcdDataProperty
Data property that maps to theendingMeasurementPoint
element.static final TLcdDataProperty
Data property that maps to theextension
element.static final TLcdDataProperty
Data property that maps to thestartingMeasurementPoint
element.static final TLcdDataProperty
Data property that maps to thevalueHAT
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 TypeMethodDescriptionGets the value of theANNOTATION_PROPERTY
property adapted to a list ofTLcdAIXM51Note
instances.Returns the value of the property that maps to thedistance
element.Returns the role value contained in the value of theENDING_MEASUREMENT_POINT_PROPERTY
property.Gets the value of theEXTENSION_PROPERTY
property adapted to a list ofTLcdAIXM51AbstractExtension
instances.Returns the role value contained in the value of theSTARTING_MEASUREMENT_POINT_PROPERTY
property.Returns the value of the property that maps to thevalueHAT
element.void
setDistance
(TLcdAIXM51ValDistance aValue) Sets the value of the property that maps to thedistance
element.void
Sets the value of the property that maps to theendingMeasurementPoint
element.void
Sets the value of the property that maps to thestartingMeasurementPoint
element.void
Sets the value of the property that maps to thevalueHAT
element.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
STARTING_MEASUREMENT_POINT_PROPERTY
Data property that maps to thestartingMeasurementPoint
element. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeProcedureDistance>
. -
VALUE_HAT_PROPERTY
Data property that maps to thevalueHAT
element. The possible values for this property are instances ofTLcdAIXM51ValDistanceVertical
. -
ENDING_MEASUREMENT_POINT_PROPERTY
Data property that maps to theendingMeasurementPoint
element. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeProcedureDistance>
. -
DISTANCE_PROPERTY
Data property that maps to thedistance
element. The possible values for this property are instances ofTLcdAIXM51ValDistance
. -
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
-
TLcdAIXM51ApproachDistanceTable
public TLcdAIXM51ApproachDistanceTable() -
TLcdAIXM51ApproachDistanceTable
-
-
Method Details
-
getStartingMeasurementPoint
Returns the role value contained in the value of theSTARTING_MEASUREMENT_POINT_PROPERTY
property. Returnsnull
if the value of theSTARTING_MEASUREMENT_POINT_PROPERTY
property isnull
.Indicates starting point of the vertical or horizontal measurement
- Returns:
- the role value of the
STARTING_MEASUREMENT_POINT_PROPERTY
property. - See Also:
-
setStartingMeasurementPoint
Sets the value of the property that maps to thestartingMeasurementPoint
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theSTARTING_MEASUREMENT_POINT_PROPERTY
property is set tonull
.Indicates starting point of the vertical or horizontal measurement
- Parameters:
aValue
- the role value to set for theSTARTING_MEASUREMENT_POINT_PROPERTY
property.
-
getValueHAT
Returns the value of the property that maps to thevalueHAT
element.The altitude of the start point at the distance given. Used to indicate the distance from the threshold for a specified descent altitude.
- Returns:
- the value of the
VALUE_HAT_PROPERTY
property.
-
setValueHAT
Sets the value of the property that maps to thevalueHAT
element.The altitude of the start point at the distance given. Used to indicate the distance from the threshold for a specified descent altitude.
- Parameters:
aValue
- the value to set for theVALUE_HAT_PROPERTY
property.
-
getEndingMeasurementPoint
Returns the role value contained in the value of theENDING_MEASUREMENT_POINT_PROPERTY
property. Returnsnull
if the value of theENDING_MEASUREMENT_POINT_PROPERTY
property isnull
.Indicates ending point of the vertical or horizontal measurement
- Returns:
- the role value of the
ENDING_MEASUREMENT_POINT_PROPERTY
property. - See Also:
-
setEndingMeasurementPoint
Sets the value of the property that maps to theendingMeasurementPoint
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theENDING_MEASUREMENT_POINT_PROPERTY
property is set tonull
.Indicates ending point of the vertical or horizontal measurement
- Parameters:
aValue
- the role value to set for theENDING_MEASUREMENT_POINT_PROPERTY
property.
-
getDistance
Returns the value of the property that maps to thedistance
element.Calculated distanced between the start and end point.
- Returns:
- the value of the
DISTANCE_PROPERTY
property.
-
setDistance
Sets the value of the property that maps to thedistance
element.Calculated distanced between the start and end point.
- Parameters:
aValue
- the value to set for theDISTANCE_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:
-