Package com.luciad.format.asdi
Interface ILcdASDIFlightPlanFeatures
- All Superinterfaces:
ILcdASDIFeatures
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
.
null
).
This ensures that the most recent value of a feature is returned.
Features of the flight plans are strongly related
to the features of the flight plan messages, see ILcdASDIFlightPlanMessageFeatures
.
The constants follow a naming convention. Please refer to
ILcdASDIFeatures
for more detailed information on the naming convention.-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Name of the feature indicating the aircraft physical class.static final String
Name of the feature indicating the aircraft user class.static final String
Name of the feature indicating the aircraft data.static final String
Name of the feature indicating the aircraft id.static final String
Name of the feature indicating the list of airways.static final String
Name of the feature indicating the arrival airport.static final String
Name of the feature indicating the arrival fix.static final String
Name of the feature indicating the time at the arrival fix.static final String
Name of the feature indicating the assigned altitude.static final String
Name of the feature indicating the arrival time (extracted from the AZ message only).static final String
Name of the feature indicating the list of centers.static final String
Name of the feature indicating the coordination fix.static final String
Name of the feature indicating the coordination time.static final String
Name of the feature indicating the departure airport.static final String
Name of the feature indicating the departure center.static final String
Name of the feature indicating the departure day.static final String
Name of the feature indicating the departure point.static final String
Name of the feature indicating the destination.static final String
Name of the feature indicating the actual departure time (extracted from the DZ message only).static final String
Name of the feature indicating the estimated arrival time (extracted from the DZ message only).static final String
Name of the feature indicating the list of fixes.static final String
Name of the feature indicating the flight status.static final String
Name of the feature indicating the requested altitude.static final String
Name of the feature indicating the route.static final String
Name of the feature indicating the controlled arrival time (extracted from the RT message only).static final String
Name of the feature indicating the controlled departure time (extracted from the RT message only).static final String
Name of the feature indicating the estimated arrival time (extracted from the RT message only).static final String
Name of the feature indicating the estimated departure time (extracted from the RT message only).static final String
Name of the feature indicating the original arrival time (extracted from the RT message only).static final String
Name of the feature indicating the original departure time (extracted from the RT message only).static final String
Name of the feature indicating the list of sectors.static final String
Name of the feature indicating the speed.static final String
Name of the feature indicating a list of all UZ messages.static final String
Name of the feature indicating the list of waypoints.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
-
Field Details
-
AIRCRAFT_ID_SF
Name of the feature indicating the aircraft id. The feature is of typeString
.- See Also:
-
AIRCRAFT_DATA_SF
Name of the feature indicating the aircraft data. The feature is of typeString
.- See Also:
-
AC_PHYSICAL_CLASS_SF
Name of the feature indicating the aircraft physical class. The feature is of typeTLcdASDIMappedString
.- See Also:
-
AC_USER_CLASS_SF
Name of the feature indicating the aircraft user class. The feature is of typeTLcdASDIMappedString
.- See Also:
-
DEPARTURE_POINT_SF
Name of the feature indicating the departure point. The feature is of typeString
.- See Also:
-
DESTINATION_SF
Name of the feature indicating the destination. The feature is of typeString
.- See Also:
-
DEPARTURE_AIRPORT_SF
Name of the feature indicating the departure airport. The feature is of typeString
.- See Also:
-
ARRIVAL_AIRPORT_SF
Name of the feature indicating the arrival airport. The feature is of typeString
.- See Also:
-
DEPARTURE_CENTER_SF
Name of the feature indicating the departure center. The feature is of typeString
.- See Also:
-
DEPARTURE_DAY_SF
Name of the feature indicating the departure day. The feature is of typejava.util.Date
.- See Also:
-
DZ_ACTUAL_DEPARTURE_TIME_TYPED_CF
Name of the feature indicating the actual departure time (extracted from the DZ message only). The feature is of typeILcdFeatured
, sub features start with TIME_TYPED_CF__.- See Also:
-
DZ_ESTIMATED_ARRIVAL_TIME_CF
Name of the feature indicating the estimated arrival time (extracted from the DZ message only). The feature is of typeILcdFeatured
, sub features start with TIME_CF__.- See Also:
-
AZ_ARRIVAL_TIME_TYPED_CF
Name of the feature indicating the arrival time (extracted from the AZ message only). The feature is of typeILcdFeatured
, sub features start with TIME_TYPED_CF__.- See Also:
-
RT_ESTIMATED_DEPARTURE_TIME_CF
Name of the feature indicating the estimated departure time (extracted from the RT message only). The feature is of typeILcdFeatured
, sub features start with TIME_CF__.- See Also:
-
RT_CONTROLLED_DEPARTURE_TIME_CF
Name of the feature indicating the controlled departure time (extracted from the RT message only). The feature is of typeILcdFeatured
, sub features start with TIME_CF__.- See Also:
-
RT_ORIGINAL_DEPARTURE_TIME_CF
Name of the feature indicating the original departure time (extracted from the RT message only). The feature is of typeILcdFeatured
, sub features start with TIME_CF__.- See Also:
-
RT_ESTIMATED_ARRIVAL_TIME_CF
Name of the feature indicating the estimated arrival time (extracted from the RT message only). The feature is of typeILcdFeatured
, sub features start with TIME_CF__.- See Also:
-
RT_CONTROLLED_ARRIVAL_TIME_CF
Name of the feature indicating the controlled arrival time (extracted from the RT message only). The feature is of typeILcdFeatured
, sub features start with TIME_CF__.- See Also:
-
RT_ORIGINAL_ARRIVAL_TIME_CF
Name of the feature indicating the original arrival time (extracted from the RT message only). The feature is of typeILcdFeatured
, sub features start with TIME_CF__.- See Also:
-
SPEED_CF
Name of the feature indicating the speed. The feature is of typeILcdFeatured
, sub features start with SPEED__.- See Also:
-
COORDINATION_FIX_SF
Name of the feature indicating the coordination fix. The feature is of typeString
.- See Also:
-
COORDINATION_TIME_TYPED_CF
Name of the feature indicating the coordination time. The feature is of typeILcdFeatured
, sub features start with TIME_TYPED_CF__.- See Also:
-
ASSIGNED_ALTITUDE_CF
Name of the feature indicating the assigned altitude. The feature is of typeILcdFeatured
, sub features start with ALTITUDE_CF__.- See Also:
-
REQUESTED_ALTITUDE_CF
Name of the feature indicating the requested altitude. The feature is of typeILcdFeatured
, sub features start with ALTITUDE_CF__.- See Also:
-
ARRIVAL_FIX_SF
Name of the feature indicating the arrival fix. The feature is of typeString
.- See Also:
-
ARRIVAL_FIX_TIME_CF
Name of the feature indicating the time at the arrival fix. The feature is of typeILcdFeatured
, sub features start with TIME_CF__.- See Also:
-
ROUTE_SF
Name of the feature indicating the route. The feature is of typeString
.- See Also:
-
FLIGHT_STATUS_SF
Name of the feature indicating the flight status. The feature is of typeTLcdASDIMappedString
.- See Also:
-
WAYPOINTS_SL
Name of the feature indicating the list of waypoints. The feature is of typeILcdFeatured
, sub features are all of typeILcdPoint
.- See Also:
-
SECTORS_SL
Name of the feature indicating the list of sectors. The feature is of typeILcdFeatured
, sub features are all of typeString
.- See Also:
-
FIXES_SL
Name of the feature indicating the list of fixes. The feature is of typeILcdFeatured
, sub features are all of typeString
.- See Also:
-
AIRWAYS_SL
Name of the feature indicating the list of airways. The feature is of typeILcdFeatured
, sub features are all of typeString
.- See Also:
-
CENTERS_SL
Name of the feature indicating the list of centers. The feature is of typeILcdFeatured
, sub features are all of typeTLcdASDIFacility
.- See Also:
-
UZ_MESSAGE_CL
Name of the feature indicating a list of all UZ messages. The feature is of typeILcdFeatured
, sub features are all of typeILcdFeatured
, containing UZ message features. SeeILcdASDIFlightPlanMessageFeatures
for more information on UZ message features.- See Also:
-