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 | halThe 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 | operationTypeThe “Operation Type” field indicates whether the operation is an approach procedure, an advanced operation or other operational to be defined later. | 
| protected SBASServiceProviderIdentifier | sbasServiceProviderIdentifierThe “SBAS Service Provider Identifier” field is used to associate the approach procedure to a particular satellite based approach system service provider. | 
| protected BigDecimal | valThe 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, tchUnitsIndicatorcustAreaCode, cycleDate, notes, recordTypesupplementalData| 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, setTchUnitsIndicatorgetCustAreaCode, getCycleDate, getNotes, getRecordType, setCustAreaCode, setCycleDate, setRecordTypegetSupplementalData, setSupplementalDataprotected 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.
BigDecimalpublic void setHal(BigDecimal value)
value - allowed object is
     BigDecimalgetHal()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.
SBASOperationTypepublic void setOperationType(SBASOperationType value)
value - allowed object is
     SBASOperationTypegetOperationType()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.
SBASServiceProviderIdentifierpublic void setSbasServiceProviderIdentifier(SBASServiceProviderIdentifier value)
value - allowed object is
     SBASServiceProviderIdentifiergetSbasServiceProviderIdentifier()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.
BigDecimalpublic void setVal(BigDecimal value)
value - allowed object is
     BigDecimalgetVal()Copyright © 2017. All rights reserved.