Package com.luciad.format.asdi
Interface ILcdASDITrackTOFeatures
- 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
.
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 id.static final String
Name of the feature indicating the arrival airport.static final String
Name of the feature indicating the calculated speed.static final String
Name of the feature indicating the departure airport.static final String
Name of the feature indicating the first planned position report.static final String
Name of the sub feature indicating the altitude of a position report.static final String
Name of the sub feature indicating the date of a position report.static final String
Name of the sub feature indicating the track position of a position report.static final String
Name of the feature indicating the reported position report.static final String
Name of the feature indicating the second planned position report.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
-
AIRCRAFT_ID_SF
Name of the feature indicating the aircraft id. The feature is of typeString
.- See Also:
-
CALCULATED_SPEED_SF
Name of the feature indicating the calculated speed. The feature is of typeTLcdISO19103Measure
.- See Also:
-
REPORTED_POSITION_REPORT_CF
Name of the feature indicating the reported position report. The feature is of typeILcdFeatured
, sub features start with POSITION_REPORT_CF__.- See Also:
-
FIRST_PLANNED_POSITION_REPORT_CF
Name of the feature indicating the first planned position report. The feature is of typeILcdFeatured
, sub features start with POSITION_REPORT_CF__.- See Also:
-
SECOND_PLANNED_POSITION_REPORT_CF
Name of the feature indicating the second planned position report. The feature is of typeILcdFeatured
, sub features start with POSITION_REPORT_CF__.- 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:
-
POSITION_REPORT_CF__DATE_SF
Name of the sub feature indicating the date of a position report. The feature is of typejava.util.Date
.- See Also:
-
POSITION_REPORT_CF__ALTITUDE_SF
Name of the sub feature indicating the altitude of a position report. The feature is of typeTLcdISO19103Measure
.- See Also:
-
POSITION_REPORT_CF__POSITION_SF
Name of the sub feature indicating the track position of a position report. The feature is of typeILcdPoint
.- See Also:
-