Package com.luciad.format.asdi
Interface ILcdASDIMessageFeatures
- All Superinterfaces:
ILcdASDIFeatures
- All Known Subinterfaces:
ILcdASDIFlightPlanMessageFeatures
,ILcdASDITrackTOFeatures
,ILcdASDITrackTZFeatures
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 message header date.static final String
Name of the feature indicating the message header facility.static final String
Name of the feature indicating the message header sequence number.static final String
Name of the feature indicating the message type.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
-
MESSAGE_SEQUENCE_NUMBER_SF
Name of the feature indicating the message header sequence number. The feature is of typeInteger
- See Also:
-
MESSAGE_FACILITY_SF
Name of the feature indicating the message header facility. The feature is of typeTLcdASDIFacility
- See Also:
-
MESSAGE_DATE_SF
Name of the feature indicating the message header date. The feature is of typejava.util.Date
- See Also:
-
MESSAGE_TYPE_SF
Name of the feature indicating the message type. The feature is of typeString
- See Also:
-