Interface | Description |
---|---|
IDwg2FMap |
All dwg objects that are drawing entities
and that can be converted to a fmap geometry
implements this interface.
|
IDwg3DTestable |
All dwg drawing entities that could have 3D data
must implement this interface, to test if they have
certainly a third dimension
|
IDwgBlock |
A block is a composite entity in autocad
(it is a drawing entity, and it contains drawing entities)
Currently we have found DwgBlock and DwgBlockHeaders as
start of a block.
|
IDwgBlockMember | |
IDwgExtrusionable |
All dwg drawing entities that need to compute
an extrussion before draw them must implement
this interface.
|
IDwgPolyline |
If a DwgObject (dwg drawing entity) is a kind of polyline
must implements this interface
TODO Ahora mismo pasamos dwgObjs.
|
IDwgVertex |
Base interface for all DWG vertices.
|
Class | Description |
---|---|
ByteUtils |
Clase que engloba m�todos para trabajar con bytes.
|
DwgClass |
Entry in the CLASSES section of a dwg file.
|
DwgClass2004 | |
DwgFile |
The DwgFile class provides a revision-neutral interface for reading and handling
DWG files
Reading methods are useful for reading DWG files, and handling methods like
calculateDwgPolylines() are useful for handling more complex
objects in the DWG file
|
DwgHandleReference | |
DwgHeader |
The DwgHeader class implements the Header of a DWG file
|
DwgObject |
The DwgObject class represents a DWG object
|
DwgObjectFactory |
Factory that creates dwg entities from its code (int value).
|
DwgObjectOffset |
The DwgObjectOffset class is useful to store the handle of an object with its
offset in the DWG file
|
DwgSectionOffset |
The DwgSectionOffset class is useful to store the key of a DWG section with its seek
(or offset) and with its size
|
DwgUtil |
The DwgUtil class contains the essential set of functions for reading bitstreams
in DWG files
|
Exception | Description |
---|---|
CorruptedDwgEntityException | |
DwgVersionNotSupportedException |