...
A portion of a route to be flown usually without an intermediate stop, as defined by two consecutive significant points.
In AIXM 5, the start and the end properties of the RouteSegment class are used to define the "From point", i.e. the first point of the route segment and "To point", i.e. the second point of a route segment.
...
Mainly DesignatedPoint and Navaid will be the start or end point of a RouteSegment. In a few countries, also theairport the airport reference point of an AirportHeliport may be used for that purpose.
For defining that the point used for the route segment is an RNAV waypoint (see also topic Designated Point (Overview)) the EnrouteSegmentPoint.waypoint attribute will be encoded with 'YES'.
In addtion addition, AIXM 5 provides as an option to encode the extend of the route segment as geometrical element, using the Curve class. This data may be used for charting purposes. The curve will be encoded according to the corresponding GML specification (see topic topic Geometry (Overview)). It will contain the coordinates of the start and end point of the route segment. It has to be ensured that the data (i.e. coordinates) provided in the Curve element(s) match with those provided as start and end of the RouteSegment.
...
Rules are included in the model to enforce consistency between the general direction of the route and the implicit direction of every segment (see below).
Track &
...
Length
The RouteSegment class provides several attributes to define the initial trueTrack, initial magneticTrack, the initial reverseTrueTrack and the initial reverseMagneticTrack of it.
...
Tracks and reverse tracks if any, have to shall be encoded taking into account the implicit direction of the route segment, i.e. the defined start and end point, (see also above). In this regard, the tracks are considered to be from the start point of the segment, whereas the reverse tracks are considred to be to from the end point of the route segment.
Info | ||
---|---|---|
| ||
AIXM 5.1.1 does not provdie provide the possibility to define if the path between on the route segment is a VOR radial. Shall 'OTHER:VOR_RADIAL' for RouteSegment.pathType be used for that purpose.? |
The length attribute allows to define the length of the path of the RouteSegment. The length actually depends on the pathType, which may be a great circle ('GRC'), a rhumbline ('RHL') or a geodesic line ('GDS').
According to PANS-AIM an , the length of a route segment shall be provided as geodesic distance.
...
For "ENR 3.1 Lower ATS routes" and "ENR 3.2 Upper ATS routes", PANS-AIM requires the provison of provision of lateral limits.
The RouteSegment class provides the attributes widthLeft and widthRight to define the lateral limits. These are the distances from the centreline of the route segment to the left and right edge respectivleyrespectively. For example, if the route segment has a defined width of 10 NM for each of the attributes will carry the value '5' uom equal-to 'NM'.
...
PANS-AIM | AIXM 5.1.1 | Remarks | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
Property | Definition/DesriptionDescription | Relevance | Attribute | Description | ||||||
Upper limit | The upper limit of the route segment | ENR 3.1-3.4 | upperLimit | The vertical position of the route segment ceiling. | ||||||
Lower Limit | The lower limit of the route segment | ENR 3.1-3.4 (Note 2) | lowerLimit | The vertical position of the route segment floor. |
| |||||
Minimum obstacle clearance altitude (MOCA) | The minimum altitude for a defined segment of flight that provides the required obstacle clearance. minimumObstacleClearingAltitude | ENR 3.1 Lower ATS Route | minimumObstacleClearanceAltitudeminimumObstacleClearanceAltitude | Minimum obstacle clearance altitude (MOCA). The minimum altitude for a defined segment of flight that provides the required obstacle clearance. | According to PANS-OPS
In PANS-AIM it is only required for ENR 3.1Lower 1 Lower ATS Routes. The MOC value to be applied in the primary area for the en-route phase of an IFR flight is 300 m (1 000 ft) as a minimum. | |||||
Minimum en-route altitude (MEA) | The altitude for an en-route segment that provides adequate reception of relevant navigation facilities and ATS communications, complies with the airspace structure and provides the required obstacle clearance. | ENR 3.1 Lower ATS Route (Note 2) | minimumEnrouteAltitude | Minimum en-route altitude (MEA). The altitude for an en-route segment that provides adequate reception of relevant navigation facilities and ATS communications, complies with the airspace structure and provides the required obstacle clearance. | According to PANS-OPS
| |||||
Minimum flight altitude | Minimum flight altitude | ENR 3.4 Helicopter routes | ??? | According to PANS-AIM
In PANS-AIM the term is only used for "ENR 3.4 Helicopter routes" ICAO ANnex Annex 11, 2.22 Minimum flight altitudes
| ||||||
NA | NA | NA | minimumCrossingAtEnd | The lowermost vertical position at the end point, when flying on the route portion in the direction indicated in the RoutePortionUsage. |
| |||||
NA | NA | NA | maximumCrossingAtEnd | The uppermost vertical position at the end point, when flying on the route portion in the direction indicated in the RoutePortionUsage. | Same issue as above. |
Note | ||
---|---|---|
| ||
PANS-AIM defines more vertical limits, i.e. Area Minimum Altitude (AMA) and Minimum Vectoring Altitude (MVA) which are not considered as part of the AIP Data set and hence are not conatined contained in the table. |
Info | ||
---|---|---|
| ||
In some State AIPs, an additional limit, "overriding" the Lower limit specification is published. To publish this minimum limit, often statements such as " but at least" are used. The Lower limit override always refers to ground e.g. "feet above ground". How to encode this in AIXM 5.1.1? in AIXM 4.5, a dedicated attribute was provided VAL_DIST_VER_LOWER_OVRDE Example: |
...
Identifier | Data Encoding Rule | Justification | Data Verification Rule (UID) | Remarks | |||||
---|---|---|---|---|---|---|---|---|---|
RSG-101 | RouteSegment.navigationType is mandatory. | PANS-AIM | TBD |
| |||||
RSG-102 | RouteSegment.start is mandatory. | PANS-AIM | TBD | ||||||
RSG-103 | RouteSegment.end is mandatory. | PANS-AIM | TBD | ||||||
RSG-104 | RouteSegment.start.EnRouteSegmentPoint.reportingATC is mandatory. | PANS-AIM | TBD | ||||||
RSG-105 | RouteSegment.end.EnRouteSegmentPoint.reportingATC is mandatory. | PANS-AIM | TBD | ||||||
RSG-106 | Either RouteSegment.trueTrack or RouteSegment.magneticTrack have to shall be provided where RouteSegment.availability.RouteAvailability.direction value equal-to ‘'FORWARD''. | PANS-AIM | TBD | Or shall the track always be specified idependent independent of the route segment availability? Is it possible that a route segment is available just backward | |||||
RSG-107 | Either RouteSegment.reverseTrueTrack or RouteSegment.reverseMagneticTrack have to shall be provided where RouteSegment.availability.RouteAvailability.direction value equal-to ‘'BACKWARD''. | PANS-AIM | TBD | ||||||
RSG-108 | RouteSegment.length is mandatory. | PANS-AIM | TBD | ||||||
RSG-109 | RouteSegment.pathType is mandatory. | PANS-AIM | TBD | ||||||
RSG-110 | The RouteSegment.pathType shall have value equal-to 'GDS'. | PANS-AIM | TBD | Only in case path of the route segement segment is really a geodesic line. | |||||
RSG-111 | The accuracy of the length of the route segment shall be encoded as RouteSegment.annotation.Note.propertyNamevalue equal-to 'length' | PANS-AIM | TBD | ||||||
RSG-112 | RouteSegment.upperLimit is mandatory. | PANS-AIM | TBD | ||||||
RSG-113 | RouteSegment.upperLimitReference is mandatory. | PANS-AIM | TBD | ||||||
RSG-114 | Either RouteSegment.lowerLimit or RouteSegment.minimumEnrouteAltitude has to shall be provided. | PANS-AIM | TBD | ||||||
If RouteSegment.lowerLimit is specified, then RouteSegment.lowerLimitReference is mandatory. | PANS-AIM | TBD | |||||||
RSG-115 | RouteSegment.minimumObstacleClearanceAltitude is mandatory for ENR 3.1 Lower ATS Routes. | PANS-AIM | TBD |
| |||||
RSG-116 | RouteSegment.widthLeft and RouteSegment.widthRight is mandatory for ENR 3.1 Lower ATS Routes and ENR 3.2 Upper ATS Routes. | PANS-AIM | TBD | ||||||
RSG-117 | RouteSegment.requiredNavigationPerformance is mandatory. | PANS-AIM | TBD |
See also rule RSG-101 | |||||
RSG-118 | If the uomDistanceVerticalType has the value ''FL'' or ''SM'', then the attribute upperLimitReference must have the value ''STD'' (standard pressure). | Data consistency | TBD | ||||||
RSG-119 | When translated to use the same unit of measurement and the same vertical reference, lowerLimit must be lower than or equal to upperLimit. | Data consistency | TBD | ||||||
RSG-120 | If the uomDistanceVerticalType has the value ''FL'' or ''SM'', then the attribute lowerLimitReference must have the value ''STD'' (standard pressure). | Data consistency | TBD | ||||||
RSG-121 | The EnRouteSegmentPoint.pointChoice used as RouteSegment.start or RouteSegment.start may not be be other than a DesignatedPoint or a Navaid or an AirportHeliport. | Data consistency | TBD | ||||||
RSG-201 | Two consecutive route segments (of the same Route) should have vertical limits that, if not overlapping, should not be further away than 1000 FT. For example, if segment 1 is FL245 to FL295 and segment 2 is FL310 to FL490, (this rule will need to be adjusted based on operational experience). | EAD Rule | TBD | ||||||
RSG-202 | The angle between two consecutive segments of the same route cannot exceed 90 degrees. | EAD Rule | TBD | ||||||
RSG-203 | At the border (defined as a buffer area of 2 km on each side) between two areas of responsibility, route segments should be continued by route segments of the same or another Route. | EAD Rule | TBD |
| |||||
RSG-204 | Route segments of the same Route should be consecutive (no gaps): not more than two significant points should be either the start or the end of a single route segment. | EAD Rule | TBD | According to the rule definition the rule is violated, because four significant points "KPT", "TGO", "KRH" and "ECCHO" are used only once, either as start or end point of a route segment. | |||||
RSG-205 | Route segments of the same Route should be consecutive: no segment should be described in the opposite order of significant points (start instead of end and vice-versa) compared to the adjacent segments. | EAD Rule | TBD | In the given example the rule is violated, because route segment "ECCHO - ANEKI" is described in the opposite order of the adjacent segments. | |||||
RSG-206 | Route segments of the same Route should be consecutive (no multiple branches): no significant point should appears appear on 3 or more segments, either as start or as end point. | EAD Rule | TBD | According to the rule definition the rule is violated, because ANEKI appears on three route segments. Subsequently this results in multiple branches; "ANEKI - ECCHO" and ANEKI - RUDUS". | |||||
RSG-207 | The position of the SignificantPoint used as the beginning of the RouteSegment must be separated by at least 30m (1 sec of arc) from the position of the SignificantPoint used as the end of the RouteSegment. | EAD Rule | TBD | ||||||
RSG-208 | widthLeft and widthRight must have a value between 0.5 NM and 10 NM. | EAD Rule | TBD |
| |||||
RSG-209 | The value of EnRouteSegmentPoint.reportingATC for RouteSegment.start and RouteSegment.end of any two consecutive segments of the same route must be consistent. | EAD Rule | TBD | In case of FIR BRDY points there are situations when the source data of the concerned neighbouring countries do not match. For example on routes crossing the border between Latvia and Sweden, the report at the border points is specified 'on request' in the Sweden AIP and as 'compulsory' in the Latvia AIP. | |||||
RSG-210 | The difference between length and the calculated length of the related RouteSegment cannot exceed 5 KM. | EAD Rule | TBD |
| |||||
RSG-211 | The difference between Initial trueTrack and the calculated initial true track of the related RouteSegment cannot exceed 2 degrees. The difference between reverseTrueTrack and the calculated reverse initial true track of the related RouteSegment cannot exceed 2 degrees. | EAD Rule | TBD |
...
The figure below gives a simple example of the encoding of the route segment from "DINKI" to "LNO".
The figures below gives give an example of the encdoing encoding of the route segment (from "BARIM" to "WOB"), including the mapping from AIXM UML to AIXM XML.
...