public class SBASPathPoint extends PathPoint
Java class for SBASPathPoint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SBASPathPoint"> <complexContent> <extension base="{}PathPoint"> <sequence> <element name="hal" type="{http://www.arinc424.com/xml/datatypes}HorizontalAlertLimit"/> <element name="operationType" type="{http://www.arinc424.com/xml/enumerations}SBASOperationType"/> <element name="sbasServiceProviderIdentifier" type="{http://www.arinc424.com/xml/enumerations}SBASServiceProviderIdentifier"/> <element name="val" type="{http://www.arinc424.com/xml/datatypes}VerticalAlertLimit"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BigDecimal |
hal
The 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 center 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 10-4 per hour.
|
protected SBASOperationType |
operationType
The “Operation Type” field indicates whether the operation is an approach procedure, an advanced operation or other operational to be defined later.
|
protected SBASServiceProviderIdentifier |
sbasServiceProviderIdentifier
The “SBAS Service Provider Identifier” field is used to associate the approach procedure to a particular satellite based approach system service provider.
|
protected BigDecimal |
val
The 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 center being at the true position, which describes the region which is required to contain the indicated vertical position with a probability of 1-10-7 per approach, assuming the probability of a GPS satellite integrity failure being included in the position solution is less than or equal to 10-4 per hour.
|
approachPerformanceDesignator, approachRouteIdentifier, approachTypeIdentifier, courseWidthAtThreshold, fasDataCRCRemainder, flightPathAlignmentPoint, fpapEllipsoidHeight, fpapOrthometricHeight, glidePathAngle, gnssChannelNumber, helicopterProcedureCourse, landingThresholdPoint, lengthOffset, ltpEllipsoidHeight, ltpOrthometricHeight, pathPointTCH, referencePathDataSelector, referencePathIdentifier, routeIndicator, runwayOrPadIdentifier, tchUnitsIndicator
custAreaCode, cycleDate, notes, recordType
supplementalData
Constructor and Description |
---|
SBASPathPoint() |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getHal()
Gets the value of the hal property.
|
SBASOperationType |
getOperationType()
Gets the value of the operationType property.
|
SBASServiceProviderIdentifier |
getSbasServiceProviderIdentifier()
Gets the value of the sbasServiceProviderIdentifier property.
|
BigDecimal |
getVal()
Gets the value of the val property.
|
void |
setHal(BigDecimal value)
Sets the value of the hal property.
|
void |
setOperationType(SBASOperationType value)
Sets the value of the operationType property.
|
void |
setSbasServiceProviderIdentifier(SBASServiceProviderIdentifier value)
Sets the value of the sbasServiceProviderIdentifier property.
|
void |
setVal(BigDecimal value)
Sets the value of the val property.
|
getApproachPerformanceDesignator, getApproachRouteIdentifier, getApproachTypeIdentifier, getCourseWidthAtThreshold, getFASDataCRCRemainder, getFlightPathAlignmentPoint, getFpapEllipsoidHeight, getFpapOrthometricHeight, getGlidePathAngle, getGnssChannelNumber, getHelicopterProcedureCourse, getLandingThresholdPoint, getLengthOffset, getLtpEllipsoidHeight, getLtpOrthometricHeight, getPathPointTCH, getReferencePathDataSelector, getReferencePathIdentifier, getRouteIndicator, getRunwayOrPadIdentifier, getTchUnitsIndicator, setApproachPerformanceDesignator, setApproachRouteIdentifier, setApproachTypeIdentifier, setCourseWidthAtThreshold, setFASDataCRCRemainder, setFlightPathAlignmentPoint, setFpapEllipsoidHeight, setFpapOrthometricHeight, setGlidePathAngle, setGnssChannelNumber, setHelicopterProcedureCourse, setLandingThresholdPoint, setLengthOffset, setLtpEllipsoidHeight, setLtpOrthometricHeight, setPathPointTCH, setReferencePathDataSelector, setReferencePathIdentifier, setRouteIndicator, setRunwayOrPadIdentifier, setTchUnitsIndicator
getCustAreaCode, getCycleDate, getNotes, getRecordType, setCustAreaCode, setCycleDate, setRecordType
getSupplementalData, setSupplementalData
protected BigDecimal hal
protected SBASOperationType operationType
protected SBASServiceProviderIdentifier sbasServiceProviderIdentifier
protected BigDecimal val
public BigDecimal getHal()
The 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 center 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 10-4 per hour.
BigDecimal
public void setHal(BigDecimal value)
value
- allowed object is
BigDecimal
getHal()
public SBASOperationType getOperationType()
The “Operation Type” field indicates whether the operation is an approach procedure, an advanced operation or other operational to be defined later.
SBASOperationType
public void setOperationType(SBASOperationType value)
value
- allowed object is
SBASOperationType
getOperationType()
public SBASServiceProviderIdentifier getSbasServiceProviderIdentifier()
The “SBAS Service Provider Identifier” field is used to associate the approach procedure to a particular satellite based approach system service provider.
SBASServiceProviderIdentifier
public void setSbasServiceProviderIdentifier(SBASServiceProviderIdentifier value)
value
- allowed object is
SBASServiceProviderIdentifier
getSbasServiceProviderIdentifier()
public BigDecimal getVal()
The 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 center being at the true position, which describes the region which is required to contain the indicated vertical position with a probability of 1-10-7 per approach, assuming the probability of a GPS satellite integrity failure being included in the position solution is less than or equal to 10-4 per hour.
BigDecimal
public void setVal(BigDecimal value)
value
- allowed object is
BigDecimal
getVal()
Copyright © 2017. All rights reserved.