Class TLcdAIXM51FASDataBlock
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
- 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 theapproachPerformanceDesignator
element.static final TLcdDataProperty
Data property that maps to thecodeICAO
element.static final TLcdDataProperty
Data property that maps to theCRCRemainder
element.static final TLcdDataProperty
Data property that maps to theextension
element.static final TLcdDataProperty
Data property that maps to thehorizontalAlarmLimit
element.static final TLcdDataProperty
Data property that maps to thelengthOffset
element.static final TLcdDataProperty
Data property that maps to theoperationType
element.static final TLcdDataProperty
Data property that maps to thereferencePathDataSelector
element.static final TLcdDataProperty
Data property that maps to thereferencePathIdentifier
element.static final TLcdDataProperty
Data property that maps to therouteIndicator
element.static final TLcdDataProperty
Data property that maps to theserviceProviderSBAS
element.static final TLcdDataProperty
Data property that maps to thethresholdCourseWidth
element.static final TLcdDataProperty
Data property that maps to theverticalAlarmLimit
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
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of theANNOTATION_PROPERTY
property adapted to a list ofTLcdAIXM51Note
instances.Returns the role value contained in the value of theAPPROACH_PERFORMANCE_DESIGNATOR_PROPERTY
property.Returns the simple value of the property that maps to thecodeICAO
element.Returns the role value contained in the value of theCRC_REMAINDER_PROPERTY
property.Gets the value of theEXTENSION_PROPERTY
property adapted to a list ofTLcdAIXM51AbstractExtension
instances.Returns the role value contained in the value of theHORIZONTAL_ALARM_LIMIT_PROPERTY
property.Returns the value of the property that maps to thelengthOffset
element.Returns the role value contained in the value of theOPERATION_TYPE_PROPERTY
property.Returns the role value contained in the value of theREFERENCE_PATH_DATA_SELECTOR_PROPERTY
property.Returns the simple value of the property that maps to thereferencePathIdentifier
element.Returns the simple value of the property that maps to therouteIndicator
element.Returns the role value contained in the value of theSERVICE_PROVIDER_SBAS_PROPERTY
property.Returns the value of the property that maps to thethresholdCourseWidth
element.Returns the role value contained in the value of theVERTICAL_ALARM_LIMIT_PROPERTY
property.void
setApproachPerformanceDesignator
(Long aValue) Sets the value of the property that maps to theapproachPerformanceDesignator
element.void
setCodeICAO
(String aValue) Sets the simple value of the property that maps to thecodeICAO
element.void
setCRCRemainder
(String aValue) Sets the value of the property that maps to theCRCRemainder
element.void
setHorizontalAlarmLimit
(Double aValue) Sets the value of the property that maps to thehorizontalAlarmLimit
element.void
setLengthOffset
(TLcdAIXM51ValDistance aValue) Sets the value of the property that maps to thelengthOffset
element.void
setOperationType
(Long aValue) Sets the value of the property that maps to theoperationType
element.void
setReferencePathDataSelector
(Long aValue) Sets the value of the property that maps to thereferencePathDataSelector
element.void
setReferencePathIdentifier
(String aValue) Sets the simple value of the property that maps to thereferencePathIdentifier
element.void
setRouteIndicator
(String aValue) Sets the simple value of the property that maps to therouteIndicator
element.void
setServiceProviderSBAS
(Long aValue) Sets the value of the property that maps to theserviceProviderSBAS
element.void
Sets the value of the property that maps to thethresholdCourseWidth
element.void
setVerticalAlarmLimit
(Double aValue) Sets the value of the property that maps to theverticalAlarmLimit
element.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
HORIZONTAL_ALARM_LIMIT_PROPERTY
Data property that maps to thehorizontalAlarmLimit
element. The possible values for this property are instances ofTLcdAIXM51Optional<Double>
. -
VERTICAL_ALARM_LIMIT_PROPERTY
Data property that maps to theverticalAlarmLimit
element. The possible values for this property are instances ofTLcdAIXM51Optional<Double>
. -
THRESHOLD_COURSE_WIDTH_PROPERTY
Data property that maps to thethresholdCourseWidth
element. The possible values for this property are instances ofTLcdAIXM51ValDistance
. -
LENGTH_OFFSET_PROPERTY
Data property that maps to thelengthOffset
element. The possible values for this property are instances ofTLcdAIXM51ValDistance
. -
CRC_REMAINDER_PROPERTY
Data property that maps to theCRCRemainder
element. The possible values for this property are instances ofTLcdAIXM51Optional<String>
. -
OPERATION_TYPE_PROPERTY
Data property that maps to theoperationType
element. The possible values for this property are instances ofTLcdAIXM51Optional<long>
. -
SERVICE_PROVIDER_SBAS_PROPERTY
Data property that maps to theserviceProviderSBAS
element. The possible values for this property are instances ofTLcdAIXM51Optional<long>
. -
APPROACH_PERFORMANCE_DESIGNATOR_PROPERTY
Data property that maps to theapproachPerformanceDesignator
element. The possible values for this property are instances ofTLcdAIXM51Optional<long>
. -
ROUTE_INDICATOR_PROPERTY
Data property that maps to therouteIndicator
element. The possible values for this property aresimple data objects
containing as value instances ofString
. -
REFERENCE_PATH_DATA_SELECTOR_PROPERTY
Data property that maps to thereferencePathDataSelector
element. The possible values for this property are instances ofTLcdAIXM51Optional<long>
. -
REFERENCE_PATH_IDENTIFIER_PROPERTY
Data property that maps to thereferencePathIdentifier
element. The possible values for this property aresimple data objects
containing as value instances ofString
. -
CODE_ICAO_PROPERTY
Data property that maps to thecodeICAO
element. The possible values for this property aresimple data objects
containing as value instances ofString
. -
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
-
TLcdAIXM51FASDataBlock
public TLcdAIXM51FASDataBlock() -
TLcdAIXM51FASDataBlock
-
-
Method Details
-
getHorizontalAlarmLimit
Returns the role value contained in the value of theHORIZONTAL_ALARM_LIMIT_PROPERTY
property. Returnsnull
if the value of theHORIZONTAL_ALARM_LIMIT_PROPERTY
property isnull
.(ARINC) Horizontal Alert Limit (HAL) is the radius of a circle in the horizontal plane (the local plane tangent to the WGS-84 ellipsoid), with its centre being at the true position, which describes the region which is required to contain the indicated horizontal position with the required probability for a particular navigation mode assuming the probability of a GPS satellite integrity failure being included in the position solution is less than or equal to E-4 per hour.
- Returns:
- the role value of the
HORIZONTAL_ALARM_LIMIT_PROPERTY
property. - See Also:
-
setHorizontalAlarmLimit
Sets the value of the property that maps to thehorizontalAlarmLimit
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theHORIZONTAL_ALARM_LIMIT_PROPERTY
property is set tonull
.(ARINC) Horizontal Alert Limit (HAL) is the radius of a circle in the horizontal plane (the local plane tangent to the WGS-84 ellipsoid), with its centre being at the true position, which describes the region which is required to contain the indicated horizontal position with the required probability for a particular navigation mode assuming the probability of a GPS satellite integrity failure being included in the position solution is less than or equal to E-4 per hour.
- Parameters:
aValue
- the role value to set for theHORIZONTAL_ALARM_LIMIT_PROPERTY
property.
-
getVerticalAlarmLimit
Returns the role value contained in the value of theVERTICAL_ALARM_LIMIT_PROPERTY
property. Returnsnull
if the value of theVERTICAL_ALARM_LIMIT_PROPERTY
property isnull
.(ARINC) Vertical Alert Limit (VAL) is half the length of a segment on the vertical axis (perpendicular to the horizontal plane of WGS-84 ellipsoid), with its centre being at the true position, which describes the region which is required to contain the indicated vertical position with a probability of 1-E-7 per approach, assuming the probability of a GPS satellite integrity failure being included in the position solution is less than or equal to E-4 per hour.
- Returns:
- the role value of the
VERTICAL_ALARM_LIMIT_PROPERTY
property. - See Also:
-
setVerticalAlarmLimit
Sets the value of the property that maps to theverticalAlarmLimit
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theVERTICAL_ALARM_LIMIT_PROPERTY
property is set tonull
.(ARINC) Vertical Alert Limit (VAL) is half the length of a segment on the vertical axis (perpendicular to the horizontal plane of WGS-84 ellipsoid), with its centre being at the true position, which describes the region which is required to contain the indicated vertical position with a probability of 1-E-7 per approach, assuming the probability of a GPS satellite integrity failure being included in the position solution is less than or equal to E-4 per hour.
- Parameters:
aValue
- the role value to set for theVERTICAL_ALARM_LIMIT_PROPERTY
property.
-
getThresholdCourseWidth
Returns the value of the property that maps to thethresholdCourseWidth
element.The width of the lateral course at the Landing Threshold Point (LTP). This width, in conjunction with the location of the Flight Path Alignment Point (FPAP) defines the sensitivity of the lateral deviations throughout the approach.
- Returns:
- the value of the
THRESHOLD_COURSE_WIDTH_PROPERTY
property.
-
setThresholdCourseWidth
Sets the value of the property that maps to thethresholdCourseWidth
element.The width of the lateral course at the Landing Threshold Point (LTP). This width, in conjunction with the location of the Flight Path Alignment Point (FPAP) defines the sensitivity of the lateral deviations throughout the approach.
- Parameters:
aValue
- the value to set for theTHRESHOLD_COURSE_WIDTH_PROPERTY
property.
-
getLengthOffset
Returns the value of the property that maps to thelengthOffset
element.Distance from the stop end of the runway to the Flight Path Alignment Point
- Returns:
- the value of the
LENGTH_OFFSET_PROPERTY
property.
-
setLengthOffset
Sets the value of the property that maps to thelengthOffset
element.Distance from the stop end of the runway to the Flight Path Alignment Point
- Parameters:
aValue
- the value to set for theLENGTH_OFFSET_PROPERTY
property.
-
getCRCRemainder
Returns the role value contained in the value of theCRC_REMAINDER_PROPERTY
property. Returnsnull
if the value of theCRC_REMAINDER_PROPERTY
property isnull
.Hexadecimal representation of the 32-bit CRC used to check the integrity of the FAS data block.
- Returns:
- the role value of the
CRC_REMAINDER_PROPERTY
property. - See Also:
-
setCRCRemainder
Sets the value of the property that maps to theCRCRemainder
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theCRC_REMAINDER_PROPERTY
property is set tonull
.Hexadecimal representation of the 32-bit CRC used to check the integrity of the FAS data block.
- Parameters:
aValue
- the role value to set for theCRC_REMAINDER_PROPERTY
property.
-
getOperationType
Returns the role value contained in the value of theOPERATION_TYPE_PROPERTY
property. Returnsnull
if the value of theOPERATION_TYPE_PROPERTY
property isnull
.Operation Type. A number from 0 to 15 that indicates the type of the final approach segment.
- Returns:
- the role value of the
OPERATION_TYPE_PROPERTY
property. - See Also:
-
setOperationType
Sets the value of the property that maps to theoperationType
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theOPERATION_TYPE_PROPERTY
property is set tonull
.Operation Type. A number from 0 to 15 that indicates the type of the final approach segment.
- Parameters:
aValue
- the role value to set for theOPERATION_TYPE_PROPERTY
property.
-
getServiceProviderSBAS
Returns the role value contained in the value of theSERVICE_PROVIDER_SBAS_PROPERTY
property. Returnsnull
if the value of theSERVICE_PROVIDER_SBAS_PROPERTY
property isnull
.SBAS Service Provider Identifier. A number from 0 to 15 that associates the approach procedure to a particular satellite based approach system service provider.
- Returns:
- the role value of the
SERVICE_PROVIDER_SBAS_PROPERTY
property. - See Also:
-
setServiceProviderSBAS
Sets the value of the property that maps to theserviceProviderSBAS
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theSERVICE_PROVIDER_SBAS_PROPERTY
property is set tonull
.SBAS Service Provider Identifier. A number from 0 to 15 that associates the approach procedure to a particular satellite based approach system service provider.
- Parameters:
aValue
- the role value to set for theSERVICE_PROVIDER_SBAS_PROPERTY
property.
-
getApproachPerformanceDesignator
Returns the role value contained in the value of theAPPROACH_PERFORMANCE_DESIGNATOR_PROPERTY
property. Returnsnull
if the value of theAPPROACH_PERFORMANCE_DESIGNATOR_PROPERTY
property isnull
.Approach Performance Designator. A number from 0 to 7 that identifies the type of approach.
- Returns:
- the role value of the
APPROACH_PERFORMANCE_DESIGNATOR_PROPERTY
property. - See Also:
-
setApproachPerformanceDesignator
Sets the value of the property that maps to theapproachPerformanceDesignator
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theAPPROACH_PERFORMANCE_DESIGNATOR_PROPERTY
property is set tonull
.Approach Performance Designator. A number from 0 to 7 that identifies the type of approach.
- Parameters:
aValue
- the role value to set for theAPPROACH_PERFORMANCE_DESIGNATOR_PROPERTY
property.
-
getRouteIndicator
Returns the simple value of the property that maps to therouteIndicator
element.Route Indicator. A single alpha character (A through Z or blank, omitting I and O) used to differentiate between multiple final approach segments to the same runway or heliport.
- Returns:
- the simple value of the
ROUTE_INDICATOR_PROPERTY
property.
-
setRouteIndicator
Sets the simple value of the property that maps to therouteIndicator
element.Route Indicator. A single alpha character (A through Z or blank, omitting I and O) used to differentiate between multiple final approach segments to the same runway or heliport.
- Parameters:
aValue
- the simple value to set for theROUTE_INDICATOR_PROPERTY
property.
-
getReferencePathDataSelector
Returns the role value contained in the value of theREFERENCE_PATH_DATA_SELECTOR_PROPERTY
property. Returnsnull
if the value of theREFERENCE_PATH_DATA_SELECTOR_PROPERTY
property isnull
.Reference Path Data Selector (RPDS). A number (0-48) that enables automatic tuning of a procedure by LAAS avionics.
- Returns:
- the role value of the
REFERENCE_PATH_DATA_SELECTOR_PROPERTY
property. - See Also:
-
setReferencePathDataSelector
Sets the value of the property that maps to thereferencePathDataSelector
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theREFERENCE_PATH_DATA_SELECTOR_PROPERTY
property is set tonull
.Reference Path Data Selector (RPDS). A number (0-48) that enables automatic tuning of a procedure by LAAS avionics.
- Parameters:
aValue
- the role value to set for theREFERENCE_PATH_DATA_SELECTOR_PROPERTY
property.
-
getReferencePathIdentifier
Returns the simple value of the property that maps to thereferencePathIdentifier
element.Reference Path Identifier. A four-character identifier that is used to confirm selection of the correct approach procedure.
- Returns:
- the simple value of the
REFERENCE_PATH_IDENTIFIER_PROPERTY
property.
-
setReferencePathIdentifier
Sets the simple value of the property that maps to thereferencePathIdentifier
element.Reference Path Identifier. A four-character identifier that is used to confirm selection of the correct approach procedure.
- Parameters:
aValue
- the simple value to set for theREFERENCE_PATH_IDENTIFIER_PROPERTY
property.
-
getCodeICAO
Returns the simple value of the property that maps to thecodeICAO
element.The first two designators of the ICAO location identifier, as identified in ICAO Doc 7910.
- Returns:
- the simple value of the
CODE_ICAO_PROPERTY
property.
-
setCodeICAO
Sets the simple value of the property that maps to thecodeICAO
element.The first two designators of the ICAO location identifier, as identified in ICAO Doc 7910.
- Parameters:
aValue
- the simple value to set for theCODE_ICAO_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:
-