Package com.iver.cit.jdwglib.dwg

Class Summary
DwgClass This class implements a DWG Class
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
DwgFileReader The DwgFileReader reads all the DWG format versions
DwgFileV14Reader The DwgFileV14Reader reads the DWG version 14 format
DwgFileV15Reader The DwgFileV15Reader reads the DWG version 15 format
DwgHeader The DwgHeader class implements the Header of a DWG file
DwgObject The DwgObject class represents a DWG object
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