All Classes and Interfaces

Class
Description
 
 
 
This class allows to convert Autocad colors in Java colors
This class allows to apply the extrusion transformation of Autocad given by an array of doubles to a point given by an array of doubles too.
This class calculates an arc given by a start and end points and a bulge
Clase que engloba m�todos para trabajar con bytes.
Clase que engloba métodos para trabajar con bytes.
 
The DwgArc class represents a DWG Arc
 
 
 
The DwgAttdef class represents a DWG Attdef
 
 
 
The DwgAttrib class represents a DWG Attrib
 
 
 
The DwgBlock class represents a DWG Block
The DwgBlockControl class represents a DWG Block control
 
 
 
The DwgBlockHeader class represents a DWG Block header
 
 
 
 
 
 
The DwgCircle class represents a DWG Circle
 
 
 
Entry in the CLASSES section of a dwg file.
 
 
 
 
 
 
 
 
 
The DwgEllipse class represents a DWG Ellipse
 
 
 
The DwgEndblk class represents a DWG Endblk
 
 
 
 
 
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
Reads version 12 dwg files.
The DwgFileV14Reader reads the DWG version 14 format
The DwgFileV15Reader reads the DWG version 15 format
 
 
 
 
The DwgHeader class implements the Header of a DWG file
 
 
 
 
 
 
 
 
The DwgInsert class represents a DWG Insert
 
 
 
The DwgLayer class represents a DWG Layer
The DwgLayerControl class represents a DWG Layer control
 
 
 
 
 
 
 
 
The DwgLine class represents a DWG Line
The DwgLinearDimension class represents a DWG Linear dimension
 
 
 
 
 
 
The DwgLwPolyline class represents a DWG LwPolyline
 
 
 
 
This class is a Mesh (polyline mesh), what is different of a Polyface mesh (polyline pface).
 
 
 
 
 
The DwgMText class represents a DWG MText
 
 
 
The DwgObject class represents a DWG object
Factory that creates dwg entities from its code (int value).
The DwgObjectOffset class is useful to store the handle of an object with its offset in the DWG file
 
 
 
 
This DWG entity is a "Polyface Mesh".
 
 
 
The DwgPoint class represents a DWG Point
 
 
 
The DwgPolyline2D class represents a DWG Polyline2D
 
 
 
The DwgPolyline3D class represents a DWG Polyline3D
 
 
 
 
 
The DwgSectionOffset class is useful to store the key of a DWG section with its seek (or offset) and with its size
The DwgSeqend class represents a DWG Seqend
 
 
 
The DwgSolid class represents a DWG Solid
 
 
 
 
 
 
 
 
 
The DwgSpline class represents a DWG Spline
 
 
 
The DwgText class represents a DWG Text
It reads Text of dwg 13-14 version
 
 
The DwgUtil class contains the essential set of functions for reading bitstreams in DWG files
 
The DwgVertex2D class represents a DWG Vertex2D
 
 
 
The DwgVertex3D class represents a DWG Vertex3D
 
 
 
Dwg vertex whose super entity is a DwgMeshPolyline.
 
 
 
A vertex whose superentity is a DwgPFacePolyline (a polyface mesh vertex) This vertex is similar to Vertex3D.
A vertex whose superentity is a DwgPFacePolyline.
 
 
 
 
 
 
 
 
 
This class allows to obtain arcs and circles given by the most usual parameters, in a Gis geometry model.
Number in hexadecimal format are used throughout Freenet.
All dwg objects that are drawing entities and that can be converted to a fmap geometry implements this interface.
All dwg drawing entities that could have 3D data must implement this interface, to test if they have certainly a third dimension
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.
 
All dwg drawing entities that need to compute an extrussion before draw them must implement this interface.
The IDwgFileReader reads all the DWG format versions
Each dwg entity in the dwg section OBJECTS has a common part and an specific part.
If a DwgObject (dwg drawing entity) is a kind of polyline must implements this interface TODO Ahora mismo pasamos dwgObjs.
Base interface for all DWG vertices.
4x4dim double matrix used for perspective transformations.
3dim double point.
This class allows to convert an Autocad text in an Unicode text
3dim double vector.