Package com.luciad.format.asdi
Interface ILcdASDITrackTZFeatures
- 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 altitude.static final String
Name of the feature indicating the flight id.static final String
Name of the feature indicating the ground speed.static final String
Name of the feature indicating the track position.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
-
FLIGHT_ID_CF
Name of the feature indicating the flight id. The feature is of typeILcdFeatured
, sub features start with FLIGHT_ID_CF__.- See Also:
-
GROUND_SPEED_SF
Name of the feature indicating the ground speed. The feature is of typeTLcdISO19103Measure
.- See Also:
-
ALTITUDE_CF
Name of the feature indicating the altitude. The feature is of typeILcdFeatured
, sub features start with ALTITUDE_CF__.- See Also:
-
POSITION_SF
Name of the feature indicating the track position. The feature is of typeILcdPoint
.- See Also:
-