Class DxfBLOCKS
- java.lang.Object
-
- org.hortonmachine.gears.io.dxfdwg.libs.dxf.DxfBLOCKS
-
public class DxfBLOCKS extends Object
A DXF block contains a block of geometries. The dxf driver can read entities inside a block, but it will not remember that the entities are in a same block.- Version:
- 0.5.0
- Author:
- Micha�l Michaud
-
-
Constructor Summary
Constructors Constructor Description DxfBLOCKS()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DxfBLOCKSreadBlocks(RandomAccessFile raf)static DxfBLOCKSreadEntities(RandomAccessFile raf)
-
-
-
Method Detail
-
readBlocks
public static DxfBLOCKS readBlocks(RandomAccessFile raf) throws IOException
- Throws:
IOException
-
readEntities
public static DxfBLOCKS readEntities(RandomAccessFile raf) throws IOException
- Throws:
IOException
-
-