Package com.luciad.format.asdi
Interface ILcdASDIFlightPlanMessageFeatures
- All Superinterfaces:
ILcdASDIFeatures
,ILcdASDIMessageFeatures
Note:This class is only to be used with the ILcdFeatured
interface. It is
supplied for backwards compatibility. It is recommended to use the new ILcdDataObject
instead
to retrieve information on the properties of all ASDI elements. For more information on
ILcdDataObject
, refer to the developer's guide or TLcdASDIDataTypes
.
- DZ : departure message
- AZ : arrival message
- RZ : cancellation message
- FZ : flight plan message
- AF : flight plan amendment message
- UZ : update information message
- RT : ETMS route message
ILcdASDIFeatures
.
An extra naming convention is added : each constant has a prefix
indicating the type of message this feature belongs to.
For instance DZ_FLIGHT_ID_CF
refers to a feature for a DZ message
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Name of the AF message feature indicating the flight plan amendments.static final String
Name of the sub feature of a flight plan amendment feature indicating the aircraft data.static final String
Name of the sub feature of a flight plan amendment feature indicating the assigned altitude.static final String
Name of the sub feature of a flight plan amendment feature indicating the coordination fix.static final String
Name of the sub feature of a flight plan amendment feature indicating the coordination time.static final String
Name of the sub feature of a flight plan amendment feature indicating the requested altitude.static final String
Name of the sub feature of a flight plan amendment feature indicating the route.static final String
Name of the sub feature of a flight plan amendment feature indicating the speed.static final String
Name of the AF message feature indicating the departure point.static final String
Name of the AF message feature indicating the destination.static final String
Name of the AF message feature indicating the flight id.static final String
Name of the AZ message feature indicating the arrival time.static final String
Name of the AZ message feature indicating the departure point.static final String
Name of the AZ message feature indicating the destination.static final String
Name of the AZ message feature indicating the flight id.static final String
Name of the DZ message feature indicating the departure time.static final String
Name of the DZ message feature indicating the aircraft data.static final String
Name of the DZ message feature indicating the departure point.static final String
Name of the DZ message feature indicating the destination.static final String
Name of the DZ message feature indicating the estimated arrival time.static final String
Name of the DZ message feature indicating the flight id.static final String
Name of the FZ message feature indicating the aircraft data.static final String
Name of the FZ message feature indicating the assigned altitude.static final String
Name of the FZ message feature indicating the coordination fix.static final String
Name of the FZ message feature indicating the coordination time.static final String
Name of the FZ message feature indicating the flight id.static final String
Name of the FZ message feature indicating the requested altitude.static final String
Name of the FZ message feature indicating the route.static final String
Name of the FZ message feature indicating the speed.static final String
Name of the RT message feature indicating the aircraft physical class.static final String
Name of the RT message feature indicating the aircraft user class.static final String
Name of the RT message feature indicating the aircraft id.static final String
Name of the RT message feature indicating the list of airways.static final String
Name of the RT message feature indicating the arrival airport.static final String
Name of the RT message feature indicating the arrival fix.static final String
Name of the RT message feature indicating the time at the arrival fix.static final String
Name of the RT message feature indicating the message type that triggered this RT message.static final String
Name of the RT message feature indicating the list of centers.static final String
Name of the RT message feature indicating the computer id for the aircraft.static final String
Name of the RT message feature indicating the controlled arrival time.static final String
Name of the RT message feature indicating the controlled departure time.static final String
Name of the RT message feature indicating the departure airport.static final String
Name of the RT message feature indicating the departure center.static final String
Name of the RT message feature indicating the departure day.static final String
Name of the RT message feature indicating the estimated arrival time.static final String
Name of the RT message feature indicating the estimated departure time.static final String
Name of the RT message feature indicating the list of fixes.static final String
Name of the RT message feature indicating the flight index.static final String
Name of the RT message feature indicating the flight status.static final String
Name of the RT message feature indicating the original arrival time.static final String
Name of the RT message feature indicating the original departure time.static final String
Name of the RT message feature indicating the route.static final String
Name of the RT message feature indicating the list of sectors.static final String
Name of the RT message feature indicating the list of waypoints.static final String
Name of the RZ message feature indicating the departure point.static final String
Name of the RZ message feature indicating the destination.static final String
Name of the RZ message feature indicating the flight id.static final String
Name of the UZ message feature indicating the aircraft data.static final String
Name of the UZ message feature indicating the altitude at the boundary crossing point.static final String
Name of the UZ message feature indicating the boundary crossing point.static final String
Name of the UZ message feature indicating the time at the boundary crossing point.static final String
Name of the UZ message feature indicating the flight id.static final String
Name of the UZ message feature indicating the route.static final String
Name of the UZ message feature indicating the speed.Fields inherited from interface com.luciad.format.asdi.ILcdASDIFeatures
ALTITUDE_CF__ALTITUDE_SF, ALTITUDE_CF__ALTITUDE1_SF, ALTITUDE_CF__ALTITUDE2_SF, ALTITUDE_CF__FIX_SF, ALTITUDE_CF__M_SF, ALTITUDE_CF__MAX_ALTITUDE_SF, ALTITUDE_CF__MIN_ALTITUDE_SF, ALTITUDE_CF__TYPE_SF, FLIGHT_ID_CF__AIRCRAFT_ID_SF, FLIGHT_ID_CF__COMPUTER_ID_SF, SPEED_CF__TYPE_SF, SPEED_CF__VALUE_SF, TIME_CF__HOUR_SF, TIME_CF__MIN_SF, TIME_TYPED_CF__HOUR_SF, TIME_TYPED_CF__MIN_SF, TIME_TYPED_CF__TYPE_SF
Fields inherited from interface com.luciad.format.asdi.ILcdASDIMessageFeatures
MESSAGE_DATE_SF, MESSAGE_FACILITY_SF, MESSAGE_SEQUENCE_NUMBER_SF, MESSAGE_TYPE_SF
-
Field Details
-
DZ_FLIGHT_ID_CF
Name of the DZ message feature indicating the flight id. The feature is of typeILcdFeatured
, sub features start with FLIGHT_ID_CF__.- See Also:
-
DZ_AIRCRAFT_DATA_SF
Name of the DZ message feature indicating the aircraft data. The feature is of typeString
.- See Also:
-
DZ_DEPARTURE_POINT_SF
Name of the DZ message feature indicating the departure point. The feature is of typeString
.- See Also:
-
DZ_ACTUAL_DEPARTURE_TIME_TYPED_CF
Name of the DZ message feature indicating the departure time. The feature is of typeILcdFeatured
, sub features start with TIME_TYPED_CF__.- See Also:
-
DZ_DESTINATION_SF
Name of the DZ message feature indicating the destination. The feature is of typeString
.- See Also:
-
DZ_ESTIMATED_ARRIVAL_TIME_CF
Name of the DZ message feature indicating the estimated arrival time. The feature is of typeILcdFeatured
, sub features start with TIME_CF__.- See Also:
-
AZ_FLIGHT_ID_CF
Name of the AZ message feature indicating the flight id. The feature is of typeILcdFeatured
, sub features start with FLIGHT_ID_CF__.- See Also:
-
AZ_DEPARTURE_POINT_SF
Name of the AZ message feature indicating the departure point. The feature is of typeString
.- See Also:
-
AZ_DESTINATION_SF
Name of the AZ message feature indicating the destination. The feature is of typeString
.- See Also:
-
AZ_ARRIVAL_TIME_TYPED_CF
Name of the AZ message feature indicating the arrival time. The feature is of typeILcdFeatured
, sub features start with TIME_TYPED_CF__.- See Also:
-
RZ_FLIGHT_ID_CF
Name of the RZ message feature indicating the flight id. The feature is of typeILcdFeatured
, sub features start with FLIGHT_ID_CF__.- See Also:
-
RZ_DEPARTURE_POINT_SF
Name of the RZ message feature indicating the departure point. The feature is of typeString
.- See Also:
-
RZ_DESTINATION_SF
Name of the RZ message feature indicating the destination. The feature is of typeString
.- See Also:
-
FZ_FLIGHT_ID_CF
Name of the FZ message feature indicating the flight id. The feature is of typeILcdFeatured
, sub features start with FLIGHT_ID_CF__.- See Also:
-
FZ_AIRCRAFT_DATA_SF
Name of the FZ message feature indicating the aircraft data. The feature is of typeString
.- See Also:
-
FZ_SPEED_CF
Name of the FZ message feature indicating the speed. The feature is of typeILcdFeatured
, sub features start with SPEED_CF__.- See Also:
-
FZ_COORDINATION_FIX_SF
Name of the FZ message feature indicating the coordination fix. The feature is of typeString
.- See Also:
-
FZ_COORDINATION_TIME_TYPED_CF
Name of the FZ message feature indicating the coordination time. The feature is of typeILcdFeatured
, sub features start with TIME_TYPED_CF__.- See Also:
-
FZ_ASSIGNED_ALTITUDE_CF
Name of the FZ message feature indicating the assigned altitude. The feature is of typeILcdFeatured
, sub features start with ALTITUDE_CF__.- See Also:
-
FZ_REQUESTED_ALTITUDE_CF
Name of the FZ message feature indicating the requested altitude. The feature is of typeILcdFeatured
, sub features start with ALTITUDE_CF__.- See Also:
-
FZ_ROUTE_SF
Name of the FZ message feature indicating the route. The feature is of typeString
.- See Also:
-
AF_FLIGHT_ID_CF
Name of the AF message feature indicating the flight id. The feature is of typeILcdFeatured
, sub features start with FLIGHT_ID_CF__.- See Also:
-
AF_DEPARTURE_POINT_SF
Name of the AF message feature indicating the departure point. The feature is of typeString
.- See Also:
-
AF_DESTINATION_SF
Name of the AF message feature indicating the destination. The feature is of typeString
.- See Also:
-
AF_AMENDMENTS_CF
Name of the AF message feature indicating the flight plan amendments. The feature is of typeILcdFeatured
, sub features start with AF_AMENDMENTS_CF__.- See Also:
-
AF_AMENDMENTS_CF__AIRCRAFT_DATA_SF
Name of the sub feature of a flight plan amendment feature indicating the aircraft data. The feature is of typeString
.- See Also:
-
AF_AMENDMENTS_CF__SPEED_CF
Name of the sub feature of a flight plan amendment feature indicating the speed. The feature is of typeILcdFeatured
, sub features start with SPEED_CF__.- See Also:
-
AF_AMENDMENTS_CF__COORDINATION_FIX_SF
Name of the sub feature of a flight plan amendment feature indicating the coordination fix. The feature is of typeString
.- See Also:
-
AF_AMENDMENTS_CF__COORDINATION_TIME_TYPED_CF
Name of the sub feature of a flight plan amendment feature indicating the coordination time. The feature is of typeILcdFeatured
, sub features start with TIME_TYPED_CF__.- See Also:
-
AF_AMENDMENTS_CF__ASSIGNED_ALTITUDE_CF
Name of the sub feature of a flight plan amendment feature indicating the assigned altitude. The feature is of typeILcdFeatured
, sub features start with ALTITUDE_CF__.- See Also:
-
AF_AMENDMENTS_CF__REQUESTED_ALTITUDE_CF
Name of the sub feature of a flight plan amendment feature indicating the requested altitude. The feature is of typeILcdFeatured
, sub features start with ALTITUDE_CF__.- See Also:
-
AF_AMENDMENTS_CF__ROUTE_SF
Name of the sub feature of a flight plan amendment feature indicating the route. The feature is of typeString
.- See Also:
-
UZ_FLIGHT_ID_CF
Name of the UZ message feature indicating the flight id. The feature is of typeILcdFeatured
, sub features start with FLIGHT_ID_CF__.- See Also:
-
UZ_AIRCRAFT_DATA_SF
Name of the UZ message feature indicating the aircraft data. The feature is of typeString
.- See Also:
-
UZ_SPEED_CF
Name of the UZ message feature indicating the speed. The feature is of typeILcdFeatured
, sub features start with SPEED_CF__.- See Also:
-
UZ_BOUNDARY_CROSSING_POINT_SF
Name of the UZ message feature indicating the boundary crossing point. The feature is of typeString
.- See Also:
-
UZ_BOUNDARY_CROSSING_TIME_TYPED_CF
Name of the UZ message feature indicating the time at the boundary crossing point. The feature is of typeILcdFeatured
, sub features start with TIME_TYPED_CF__.- See Also:
-
UZ_BOUNDARY_CROSSING_ALTITUDE_CF
Name of the UZ message feature indicating the altitude at the boundary crossing point. The feature is of typeILcdFeatured
, sub features start with ALTITUDE_CF__.- See Also:
-
UZ_ROUTE_SF
Name of the UZ message feature indicating the route. The feature is of typeString
.- See Also:
-
RT_AIRCRAFT_ID_SF
Name of the RT message feature indicating the aircraft id. The feature is of typeString
.- See Also:
-
RT_COMPUTER_ID_SF
Name of the RT message feature indicating the computer id for the aircraft. The feature is of typeString
.- See Also:
-
RT_ARRIVAL_FIX_SF
Name of the RT message feature indicating the arrival fix. The feature is of typeString
.- See Also:
-
RT_ARRIVAL_FIX_TIME_CF
Name of the RT message feature indicating the time at the arrival fix. The feature is of typeILcdFeatured
, sub features start with TIME_CF__.- See Also:
-
RT_DEPARTURE_DAY_SF
Name of the RT message feature indicating the departure day. The feature is of typejava.util.Date
.- See Also:
-
RT_ESTIMATED_DEPARTURE_TIME_CF
Name of the RT message feature indicating the estimated departure time. The feature is of typeILcdFeatured
, sub features start with TIME_CF__.- See Also:
-
RT_CONTROLLED_DEPARTURE_TIME_CF
Name of the RT message feature indicating the controlled departure time. The feature is of typeILcdFeatured
, sub features start with TIME_CF__.- See Also:
-
RT_ESTIMATED_ARRIVAL_TIME_CF
Name of the RT message feature indicating the estimated arrival time. The feature is of typeILcdFeatured
, sub features start with TIME_CF__.- See Also:
-
RT_CONTROLLED_ARRIVAL_TIME_CF
Name of the RT message feature indicating the controlled arrival time. The feature is of typeILcdFeatured
, sub features start with TIME_CF__.- See Also:
-
RT_ORIGINAL_DEPARTURE_TIME_CF
Name of the RT message feature indicating the original departure time. The feature is of typeILcdFeatured
, sub features start with TIME_CF__.- See Also:
-
RT_ORIGINAL_ARRIVAL_TIME_CF
Name of the RT message feature indicating the original arrival time. The feature is of typeILcdFeatured
, sub features start with TIME_CF__.- See Also:
-
RT_FLIGHT_STATUS_SF
Name of the RT message feature indicating the flight status. The feature is of typeTLcdASDIMappedString
.- See Also:
-
RT_AC_PHYSICAL_CLASS_SF
Name of the RT message feature indicating the aircraft physical class. The feature is of typeTLcdASDIMappedString
.- See Also:
-
RT_AC_USER_CLASS_SF
Name of the RT message feature indicating the aircraft user class. The feature is of typeTLcdASDIMappedString
.- See Also:
-
RT_DEPARTURE_AIRPORT_SF
Name of the RT message feature indicating the departure airport. The feature is of typeString
.- See Also:
-
RT_ARRIVAL_AIRPORT_SF
Name of the RT message feature indicating the arrival airport. The feature is of typeString
.- See Also:
-
RT_DEPARTURE_CENTER_SF
Name of the RT message feature indicating the departure center. The feature is of typeString
.- See Also:
-
RT_CAUSING_MESSAGE_TYPE_SF
Name of the RT message feature indicating the message type that triggered this RT message. The feature is of typeTLcdASDIMappedInteger
.- See Also:
-
RT_FLIGHT_INDEX_SF
Name of the RT message feature indicating the flight index. The feature is of typeInteger
.- See Also:
-
RT_WAYPOINTS_SL
Name of the RT message feature indicating the list of waypoints. The feature is of typeILcdFeatured
, sub features are all of typeILcdPoint
.- See Also:
-
RT_SECTORS_SL
Name of the RT message feature indicating the list of sectors. The feature is of typeILcdFeatured
, sub features are all of typeString
.- See Also:
-
RT_FIXES_SL
Name of the RT message feature indicating the list of fixes. The feature is of typeILcdFeatured
, sub features are all of typeString
.- See Also:
-
RT_AIRWAYS_SL
Name of the RT message feature indicating the list of airways. The feature is of typeILcdFeatured
, sub features are all of typeString
.- See Also:
-
RT_CENTERS_SL
Name of the RT message feature indicating the list of centers. The feature is of typeILcdFeatured
, sub features are all of typeTLcdASDIFacility
.- See Also:
-
RT_ROUTE_SF
Name of the RT message feature indicating the route. The feature is of typeString
.- See Also:
-