Package com.luciad.format.asdi
Class TLcdASDIMessageDataTypes
java.lang.Object
com.luciad.format.asdi.TLcdASDIMessageDataTypes
This class contains the data types for all ASDI messages. ASDI messages can be generated
using the
TLcdASDIMessageInputStream.readMessage()
method.
Another usage is the ILcdASDIMessageFilter
. All properties and
data types used by an ILcdASDIMessageFilter
can be found in this class.
You can explore the structure of the data model with the datamodel viewer sample.
- Since:
- 10.1
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataType
Data type for AbstractASDIMessageType.static final TLcdDataType
Data type for AFType.static final TLcdDataType
Data type for AZType.static final TLcdDataType
Data type for DZType.static final TLcdDataType
Data type for FZType.static final TLcdDataType
Data type for RTType.static final TLcdDataType
Data type for RZType.static final TLcdDataType
Data type for TOType.static final TLcdDataType
Data type for TZType.static final TLcdDataType
Data type for UZType. -
Method Summary
Modifier and TypeMethodDescriptionstatic TLcdDataModel
Returns the data model forhttp://www.luciad.com/datamodel/ASDI/Message
.
-
Field Details
-
AbstractASDIMessageType
Data type for AbstractASDIMessageType. Its instance class isILcdDataObject
-
DZType
Data type for DZType. Its instance class isILcdDataObject
-
RZType
Data type for RZType. Its instance class isILcdDataObject
-
UZType
Data type for UZType. Its instance class isILcdDataObject
-
AZType
Data type for AZType. Its instance class isILcdDataObject
-
FZType
Data type for FZType. Its instance class isILcdDataObject
-
AFType
Data type for AFType. Its instance class isILcdDataObject
-
TZType
Data type for TZType. Its instance class isILcdDataObject
-
TOType
Data type for TOType. Its instance class isILcdDataObject
-
RTType
Data type for RTType. Its instance class isILcdDataObject
-
-
Method Details
-
getDataModel
Returns the data model forhttp://www.luciad.com/datamodel/ASDI/Message
.- Returns:
- the data model
-