Class TLcdMS2525bDataTypes
java.lang.Object
com.luciad.symbology.milstd2525b.model.TLcdMS2525bDataTypes
This class contains the static data model, type and properties for the MIL-STD 2525 formats:
- The MIL-STD 2525
TLcdDataModel
can be retrieved using thegetDataModel()
method. - The MIL-STD 2525
TLcdDataType
used by all model elements can be found asMS2525bObjectType
- Since:
- 10.1
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataType
The data type used to describe an MIL-STD 2525b code.static final TLcdDataType
The main data type of every MIL-STD 2525b model element. -
Method Summary
Modifier and TypeMethodDescriptionstatic TLcdDataModel
Gets the data model used by all MIL-STD 2525b models.
-
Field Details
-
MS2525bObjectType
The main data type of every MIL-STD 2525b model element. -
MS2525bCodedType
The data type used to describe an MIL-STD 2525b code.
-
-
Method Details
-
getDataModel
Gets the data model used by all MIL-STD 2525b models.- Returns:
- The MIL-STD 2525b data model
-