Package com.luciad.format.asdi
Class TLcdASDITrackTODataTypes
java.lang.Object
com.luciad.format.asdi.TLcdASDITrackTODataTypes
Models the data type, model and properties of a
TLcdASDITrack
model element that was
constructed using TO messages.
This file is structured as follows:
- The data model can be obtained using the
getDataModel()
method. - The data type can be obtained using the
TrackTOType
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/TrackTO
.
-
Field Details
-
TrackTOType
Data type for TrackTOType. Its instance class isTLcdASDITrack
-
-
Method Details
-
getDataModel
Returns the data model forhttp://www.luciad.com/datamodel/ASDI/TrackTO
.- Returns:
- the data model
-