Class TLcdDWGDataTypes

java.lang.Object
com.luciad.format.dwg.TLcdDWGDataTypes

public class TLcdDWGDataTypes extends Object
Provides a data model for the DWG format.
Since:
10.1
  • Field Details

    • ExtendedEntitiesListType

      public static final TLcdDataType ExtendedEntitiesListType
      Identifier for the entire list of available extended entities of an object.
    • StringType

      public static final TLcdDataType StringType
      Identifier for STRING type.
    • RegisteredApplicationNameType

      public static final TLcdDataType RegisteredApplicationNameType
      Identifier for REGISTERED APPLICATION NAME type.
    • BraceType

      public static final TLcdDataType BraceType
      Identifier for BRACE type.
    • LayerTableType

      public static final TLcdDataType LayerTableType
      Identifier for LAYER_TABLE type.
    • BinaryChunkType

      public static final TLcdDataType BinaryChunkType
      Identifier for BINARY_CHUNK type.
    • EntityHandleType

      public static final TLcdDataType EntityHandleType
      Identifier for ENTITY_HANDLE type.
    • XYZPoint1Type

      public static final TLcdDataType XYZPoint1Type
      Identifier for XYZ_POINT1 type.
    • XYZPoint2Type

      public static final TLcdDataType XYZPoint2Type
      Identifier for XYZ_POINT2 type.
    • XYZPoint3Type

      public static final TLcdDataType XYZPoint3Type
      Identifier for XYZ_POINT3 type.
    • XYZPoint4Type

      public static final TLcdDataType XYZPoint4Type
      Identifier for XYZ_POINT4 type.
    • Real1Type

      public static final TLcdDataType Real1Type
      Identifier for REAL1 type.
    • Real2Type

      public static final TLcdDataType Real2Type
      Identifier for REAL2 type.
    • Real3Type

      public static final TLcdDataType Real3Type
      Identifier for REAL3 type.
    • ShortIntType

      public static final TLcdDataType ShortIntType
      Identifier for SHORT_INT type.
    • IntType

      public static final TLcdDataType IntType
      Identifier for INT type.
  • Method Details

    • getDataModel

      public static TLcdDataModel getDataModel()
      Returns:
      The data model that describes how extended entities are stored.