Package com.luciad.format.dwg
Class TLcdDWGDataTypes
java.lang.Object
com.luciad.format.dwg.TLcdDWGDataTypes
Provides a data model for the DWG format.
- Since:
- 10.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataType
Identifier for BINARY_CHUNK type.static final TLcdDataType
Identifier for BRACE type.static final TLcdDataType
Identifier for ENTITY_HANDLE type.static final TLcdDataType
Identifier for the entire list of available extended entities of an object.static final TLcdDataType
Identifier for INT type.static final TLcdDataType
Identifier for LAYER_TABLE type.static final TLcdDataType
Identifier for REAL1 type.static final TLcdDataType
Identifier for REAL2 type.static final TLcdDataType
Identifier for REAL3 type.static final TLcdDataType
Identifier for REGISTERED APPLICATION NAME type.static final TLcdDataType
Identifier for SHORT_INT type.static final TLcdDataType
Identifier for STRING type.static final TLcdDataType
Identifier for XYZ_POINT1 type.static final TLcdDataType
Identifier for XYZ_POINT2 type.static final TLcdDataType
Identifier for XYZ_POINT3 type.static final TLcdDataType
Identifier for XYZ_POINT4 type. -
Method Summary
-
Field Details
-
ExtendedEntitiesListType
Identifier for the entire list of available extended entities of an object. -
StringType
Identifier for STRING type. -
RegisteredApplicationNameType
Identifier for REGISTERED APPLICATION NAME type. -
BraceType
Identifier for BRACE type. -
LayerTableType
Identifier for LAYER_TABLE type. -
BinaryChunkType
Identifier for BINARY_CHUNK type. -
EntityHandleType
Identifier for ENTITY_HANDLE type. -
XYZPoint1Type
Identifier for XYZ_POINT1 type. -
XYZPoint2Type
Identifier for XYZ_POINT2 type. -
XYZPoint3Type
Identifier for XYZ_POINT3 type. -
XYZPoint4Type
Identifier for XYZ_POINT4 type. -
Real1Type
Identifier for REAL1 type. -
Real2Type
Identifier for REAL2 type. -
Real3Type
Identifier for REAL3 type. -
ShortIntType
Identifier for SHORT_INT type. -
IntType
Identifier for INT type.
-
-
Method Details
-
getDataModel
- Returns:
- The data model that describes how extended entities are stored.
-