Class TLcdAPP6ADataTypes

java.lang.Object
com.luciad.symbology.app6a.model.TLcdAPP6ADataTypes

public final class TLcdAPP6ADataTypes extends Object

This class contains the static data model, type and properties for the APP-6 formats:

  • The APP-6 TLcdDataModel can be retrieved using the getDataModel() method.
  • The APP-6 TLcdDataType used by all model elements can be found as APP6AObjectType
Since:
10.1
  • Field Details

    • APP6AObjectType

      public static final TLcdDataType APP6AObjectType
      The main data type of every APP-6A model element.
    • APP6ACodedType

      public static final TLcdDataType APP6ACodedType
      The data type used to describe an APP-6A code.
  • Method Details

    • getDataModel

      public static TLcdDataModel getDataModel()
      Gets the data model used by all APP-6A models.
      Returns:
      The APP-6A data model