public interface ILcdASDITrackTOFeatures extends 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.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
AIRCRAFT_ID_SF
Name of the feature indicating the aircraft id.
|
static java.lang.String |
ARRIVAL_AIRPORT_SF
Name of the feature indicating the arrival airport.
|
static java.lang.String |
CALCULATED_SPEED_SF
Name of the feature indicating the calculated speed.
|
static java.lang.String |
DEPARTURE_AIRPORT_SF
Name of the feature indicating the departure airport.
|
static java.lang.String |
FIRST_PLANNED_POSITION_REPORT_CF
Name of the feature indicating the first planned position report.
|
static java.lang.String |
POSITION_REPORT_CF__ALTITUDE_SF
Name of the sub feature indicating the altitude of a position report.
|
static java.lang.String |
POSITION_REPORT_CF__DATE_SF
Name of the sub feature indicating the date of a position report.
|
static java.lang.String |
POSITION_REPORT_CF__POSITION_SF
Name of the sub feature indicating the track position of a position report.
|
static java.lang.String |
REPORTED_POSITION_REPORT_CF
Name of the feature indicating the reported position report.
|
static java.lang.String |
SECOND_PLANNED_POSITION_REPORT_CF
Name of the feature indicating the second planned position report.
|
MESSAGE_DATE_SF, MESSAGE_FACILITY_SF, MESSAGE_SEQUENCE_NUMBER_SF, MESSAGE_TYPE_SF
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
static final java.lang.String AIRCRAFT_ID_SF
String
.static final java.lang.String CALCULATED_SPEED_SF
TLcdISO19103Measure
.static final java.lang.String REPORTED_POSITION_REPORT_CF
ILcdFeatured
, sub features start with POSITION_REPORT_CF__.static final java.lang.String FIRST_PLANNED_POSITION_REPORT_CF
ILcdFeatured
, sub features start with POSITION_REPORT_CF__.static final java.lang.String SECOND_PLANNED_POSITION_REPORT_CF
ILcdFeatured
, sub features start with POSITION_REPORT_CF__.static final java.lang.String DEPARTURE_AIRPORT_SF
String
.static final java.lang.String ARRIVAL_AIRPORT_SF
String
.static final java.lang.String POSITION_REPORT_CF__DATE_SF
java.util.Date
.static final java.lang.String POSITION_REPORT_CF__ALTITUDE_SF
TLcdISO19103Measure
.static final java.lang.String POSITION_REPORT_CF__POSITION_SF
ILcdPoint
.