Package com.luciad.format.asdi
Class TLcdASDITrackTZDataTypes
java.lang.Object
com.luciad.format.asdi.TLcdASDITrackTZDataTypes
Models the data type, model and properties of a
TLcdASDITrack
model element that was
constructed using TZ 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
TrackTZType
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/TrackTZ
.
-
Field Details
-
TrackTZType
Data type for TrackTZType. Its instance class isTLcdASDITrack
-
-
Method Details
-
getDataModel
Returns the data model forhttp://www.luciad.com/datamodel/ASDI/TrackTZ
.- Returns:
- the data model
-