Package com.luciad.format.asdi
Class TLcdASDIDataTypes
java.lang.Object
com.luciad.format.asdi.TLcdASDIDataTypes
This class contains all common ASDI data types, models and properties that are shared by concrete
ASDI data models.
The data type for flight plan history model elements can be obtained using the
getFlightPlanHistoryType() method.
The data type for trajectory model elements can be obtained using the getTrajectoryType() method.
You can explore the structure of the data model with the datamodel viewer sample.
- Since:
- 10.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataTypeData type for AbstractAltitudeNASType.static final TLcdDataTypeData type for AbstractASDIType.static final TLcdDataTypeData type for AbstractTypedSpeedType.static final TLcdDataTypeData type for AltitudeNASType.static final TLcdDataTypeData type for ASDIMappedIntegerType.static final TLcdDataTypeData type for ASDIMappedStringType.static final TLcdDataTypeData type for BlockAltitudeNASType.static final TLcdDataTypeData type for ETMSRouteByteStringType.static final TLcdDataTypeData type for ETMSRouteFacilityTypeName.static final TLcdDataTypeData type for ETMSRouteLonLatListType.static final TLcdDataTypeData type for ETMSRouteTimeType.static final TLcdDataTypeData type for facilityType.static final TLcdDataTypeData type for FixAltitudeNASType.static final TLcdDataTypeData type for FlightIdentifierNASType.static final TLcdDataTypeData type for iso19103MeasureType.static final TLcdDataTypeData type for pointType.static final TLcdDataTypeData type for PositionReportType.static final TLcdDataTypeData type for TimeStampWithoutTypeNASType.static final TLcdDataTypeData type for TimeStampWithTypeNASType.static final TLcdDataTypeData type for TypedMachSpeedType.static final TLcdDataTypeData type for TypedTrueAirSpeedType. -
Method Summary
Modifier and TypeMethodDescriptionstatic TLcdDataModelReturns a data model that contains several data types shared by other ASDI data models, such as the ones found inTLcdASDIMessageDataTypes,TLcdASDIFlightPlanDataTypes,TLcdASDITrackTODataTypesandTLcdASDITrackTZDataTypesstatic TLcdDataTypeReturns the data type used by allTLcdASDIFlightPlanHistorymodel elements.static TLcdDataTypeReturns the data type that is used by allTLcdASDITrajectorymodel elements.
-
Field Details
-
ETMSRouteByteStringType
Data type for ETMSRouteByteStringType. Its instance class isString -
BlockAltitudeNASType
Data type for BlockAltitudeNASType. Its instance class isILcdDataObject -
facilityType
Data type for facilityType. Its instance class isTLcdASDIFacility -
ETMSRouteFacilityTypeName
Data type for ETMSRouteFacilityTypeName. Its instance class isTLcdASDIFacility -
TimeStampWithTypeNASType
Data type for TimeStampWithTypeNASType. Its instance class isILcdDataObject -
TypedTrueAirSpeedType
Data type for TypedTrueAirSpeedType. Its instance class isILcdDataObject -
ETMSRouteTimeType
Data type for ETMSRouteTimeType. Its instance class isILcdDataObject -
AbstractAltitudeNASType
Data type for AbstractAltitudeNASType. Its instance class isILcdDataObject -
AltitudeNASType
Data type for AltitudeNASType. Its instance class isILcdDataObject -
TimeStampWithoutTypeNASType
Data type for TimeStampWithoutTypeNASType. Its instance class isILcdDataObject -
iso19103MeasureType
Data type for iso19103MeasureType. Its instance class isTLcdISO19103Measure -
TypedMachSpeedType
Data type for TypedMachSpeedType. Its instance class isILcdDataObject -
ASDIMappedIntegerType
Data type for ASDIMappedIntegerType. Its instance class isTLcdASDIMappedInteger -
ETMSRouteLonLatListType
Data type for ETMSRouteLonLatListType. Its instance class isILcdPoint -
FixAltitudeNASType
Data type for FixAltitudeNASType. Its instance class isILcdDataObject -
PositionReportType
Data type for PositionReportType. Its instance class isILcdDataObject -
AbstractTypedSpeedType
Data type for AbstractTypedSpeedType. Its instance class isILcdDataObject -
ASDIMappedStringType
Data type for ASDIMappedStringType. Its instance class isTLcdASDIMappedString -
AbstractASDIType
Data type for AbstractASDIType. Its instance class isILcdDataObject -
FlightIdentifierNASType
Data type for FlightIdentifierNASType. Its instance class isILcdDataObject -
pointType
Data type for pointType. Its instance class isILcdPoint
-
-
Method Details
-
getDataModel
Returns a data model that contains several data types shared by other ASDI data models, such as the ones found inTLcdASDIMessageDataTypes,TLcdASDIFlightPlanDataTypes,TLcdASDITrackTODataTypesandTLcdASDITrackTZDataTypes- Returns:
- a
TLcdDataModel
-
getTrajectoryType
Returns the data type that is used by allTLcdASDITrajectorymodel elements.- Returns:
- A
TLcdDataType
-
getFlightPlanHistoryType
Returns the data type used by allTLcdASDIFlightPlanHistorymodel elements.- Returns:
- A
TLcdDataType
-