Package com.luciad.symbology.app6a.model
Class TLcdAPP6ADataTypes
java.lang.Object
com.luciad.symbology.app6a.model.TLcdAPP6ADataTypes
This class contains the static data model, type and properties for the APP-6 formats:
- The APP-6
TLcdDataModel
can be retrieved using thegetDataModel()
method. - The APP-6
TLcdDataType
used by all model elements can be found asAPP6AObjectType
- Since:
- 10.1
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataType
The data type used to describe an APP-6A code.static final TLcdDataType
The main data type of every APP-6A model element. -
Method Summary
Modifier and TypeMethodDescriptionstatic TLcdDataModel
Gets the data model used by all APP-6A models.
-
Field Details
-
APP6AObjectType
The main data type of every APP-6A model element. -
APP6ACodedType
The data type used to describe an APP-6A code.
-
-
Method Details
-
getDataModel
Gets the data model used by all APP-6A models.- Returns:
- The APP-6A data model
-