CadTableNames
The Cad table names.
Constructors
| Constructor | Description |
|---|---|
| CadTableNames() |
Fields
| Field | Description |
|---|---|
| APPLICATION_ID_TABLE | extended data application registry. |
| BEGIN_BLOCK | Cad name string. |
| BEGIN_CLASS | Cad name string. |
| BEGIN_SECTION | Cad name string. |
| BLOCK_RECORD_TABLE | block records. |
| BLOCKS_SECTION | blocks table name. |
| CLASSES_SECTION | clases table name. |
| DICTIONARY | dictionary |
| DIMENSION_STYLE_TABLE | dimension styles. |
| END_BLOCK | end table code. |
| END_OF_FILE | end of file |
| END_SECTION | end secction code. |
| END_SEQUENCE | end of an element sequence |
| END_TABLE | end table code. |
| ENTITIES_SECTION | entities section. |
| HEADER_SECTION | header section. |
| LAYER_TABLE | layers section. |
| LINE_TYPE_TABLE | line types. |
| OBJECTS_SECTION | objects section. |
| TABLE | Cad name string. |
| TABLES_SECTION | tables section name. |
| TEXT_STYLE_TABLE | text styles table. |
| UCS_TABLE | ucs table name. |
| UNKNOWN | not defined . |
| VIEW_PORT_TABLE | view ports table. |
| VIEW_TABLE | views table. |
CadTableNames()
public CadTableNames()
APPLICATION_ID_TABLE
public static final String APPLICATION_ID_TABLE
extended data application registry.
Returns: String
BEGIN_BLOCK
public static final String BEGIN_BLOCK
Cad name string.
Returns: String
BEGIN_CLASS
public static final String BEGIN_CLASS
Cad name string.
Returns: String
BEGIN_SECTION
public static final String BEGIN_SECTION
Cad name string.
Returns: String
BLOCK_RECORD_TABLE
public static final String BLOCK_RECORD_TABLE
block records.
Returns: String
BLOCKS_SECTION
public static final String BLOCKS_SECTION
blocks table name.
Returns: String
CLASSES_SECTION
public static final String CLASSES_SECTION
clases table name.
Returns: String
DICTIONARY
public static final String DICTIONARY
dictionary
Returns: String
DIMENSION_STYLE_TABLE
public static final String DIMENSION_STYLE_TABLE
dimension styles.
Returns: String
END_BLOCK
public static final String END_BLOCK
end table code.
Returns: String
END_OF_FILE
public static final String END_OF_FILE
end of file
Returns: String
END_SECTION
public static final String END_SECTION
end secction code.
Returns: String
END_SEQUENCE
public static final String END_SEQUENCE
end of an element sequence
Returns: String
END_TABLE
public static final String END_TABLE
end table code.
Returns: String
ENTITIES_SECTION
public static final String ENTITIES_SECTION
entities section.
Returns: String
HEADER_SECTION
public static final String HEADER_SECTION
header section.
Returns: String
LAYER_TABLE
public static final String LAYER_TABLE
layers section.
Returns: String
LINE_TYPE_TABLE
public static final String LINE_TYPE_TABLE
line types.
Returns: String
OBJECTS_SECTION
public static final String OBJECTS_SECTION
objects section.
Returns: String
TABLE
public static final String TABLE
Cad name string.
Returns: String
TABLES_SECTION
public static final String TABLES_SECTION
tables section name.
Returns: String
TEXT_STYLE_TABLE
public static final String TEXT_STYLE_TABLE
text styles table.
Returns: String
UCS_TABLE
public static final String UCS_TABLE
ucs table name.
Returns: String
UNKNOWN
public static final String UNKNOWN
not defined .
Returns: String
VIEW_PORT_TABLE
public static final String VIEW_PORT_TABLE
view ports table.
Returns: String
VIEW_TABLE
public static final String VIEW_TABLE
views table.
Returns: String