Package com.luciad.ais.model.route
Interface ILcdATSRouteSegmentFeature
- All Superinterfaces:
ILcdRouteSegmentFeature
- All Known Subinterfaces:
ILcdARINCATSRouteSegmentFeature,ILcdDAFIFATSRouteSegmentFeature
This interface defines generally applicable features for an ATS route segment.
If a featured domain object contains a value for a feature, this value
should comply with the terms specified in this interface.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe distance between the end points of the segment.static final StringThe unit of measurement for the distance.static final StringA code indicating the airspace structure in which the route is effective.static final StringA code representing the value of the required navigation performance or the required navigation performance in nautical miles.static final StringA code identifying the type of route segment.
-
Field Details
-
TYPE
A code identifying the type of route segment. The operations type is of the typeTLcdATSRouteSegmentType.- See Also:
-
LEVEL
A code indicating the airspace structure in which the route is effective. The level is of the typeTLcdATSRouteSegmentLevel.- See Also:
-
DISTANCE
The distance between the end points of the segment. The distance is of the typeFloat.- See Also:
-
DISTANCE_UNIT
The unit of measurement for the distance. The unit of measurement is of the typeTLcdDistanceUnit.- See Also:
-
REQUIRED_NAVIGATION_PERFORMANCE
A code representing the value of the required navigation performance or the required navigation performance in nautical miles. The required navigation performance is of the typeString.- See Also:
-