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
Modifier and TypeFieldDescriptionstatic final TLcdDataType
Data type for AbstractAltitudeNASType.static final TLcdDataType
Data type for AbstractASDIType.static final TLcdDataType
Data type for AbstractTypedSpeedType.static final TLcdDataType
Data type for AltitudeNASType.static final TLcdDataType
Data type for ASDIMappedIntegerType.static final TLcdDataType
Data type for ASDIMappedStringType.static final TLcdDataType
Data type for BlockAltitudeNASType.static final TLcdDataType
Data type for ETMSRouteByteStringType.static final TLcdDataType
Data type for ETMSRouteFacilityTypeName.static final TLcdDataType
Data type for ETMSRouteLonLatListType.static final TLcdDataType
Data type for ETMSRouteTimeType.static final TLcdDataType
Data type for facilityType.static final TLcdDataType
Data type for FixAltitudeNASType.static final TLcdDataType
Data type for FlightIdentifierNASType.static final TLcdDataType
Data type for iso19103MeasureType.static final TLcdDataType
Data type for pointType.static final TLcdDataType
Data type for PositionReportType.static final TLcdDataType
Data type for TimeStampWithoutTypeNASType.static final TLcdDataType
Data type for TimeStampWithTypeNASType.static final TLcdDataType
Data type for TypedMachSpeedType.static final TLcdDataType
Data type for TypedTrueAirSpeedType. -
Method Summary
Modifier and TypeMethodDescriptionstatic TLcdDataModel
Returns a data model that contains several data types shared by other ASDI data models, such as the ones found inTLcdASDIMessageDataTypes
,TLcdASDIFlightPlanDataTypes
,TLcdASDITrackTODataTypes
andTLcdASDITrackTZDataTypes
static TLcdDataType
Returns the data type used by allTLcdASDIFlightPlanHistory
model elements.static TLcdDataType
Returns the data type that is used by allTLcdASDITrajectory
model 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
,TLcdASDITrackTODataTypes
andTLcdASDITrackTZDataTypes
- Returns:
- a
TLcdDataModel
-
getTrajectoryType
Returns the data type that is used by allTLcdASDITrajectory
model elements.- Returns:
- A
TLcdDataType
-
getFlightPlanHistoryType
Returns the data type used by allTLcdASDIFlightPlanHistory
model elements.- Returns:
- A
TLcdDataType
-