Package com.luciad.format.asdi
Class TLcdASDIFlightPlanDataTypes
java.lang.Object
com.luciad.format.asdi.TLcdASDIFlightPlanDataTypes
Models the data type, model and properties of a
TLcdASDIFlightPlan
model
element. This file is structured as follows: - The data model can be obtained
using the
getDataModel()
method. - The data type can be obtained using the
FlightPlanType
field.
You can explore the structure of the data model with the datamodel viewer sample.
- Since:
- 10.1
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic TLcdDataModel
Returns the data model forhttp://www.luciad.com/datamodel/ASDI/FlightPlan
.
-
Field Details
-
FlightPlanType
Data type for FlightPlanType. Its instance class isTLcdASDIFlightPlan
-
-
Method Details
-
getDataModel
Returns the data model forhttp://www.luciad.com/datamodel/ASDI/FlightPlan
.- Returns:
- the data model
-