Class DxfVERTEX
- java.lang.Object
-
- org.hortonmachine.gears.io.dxfdwg.libs.dxf.DxfENTITY
-
- org.hortonmachine.gears.io.dxfdwg.libs.dxf.DxfVERTEX
-
public class DxfVERTEX extends DxfENTITY
A VERTEX and a static readEntity method to read a VERTEX in a DXF file.- Version:
- 0.5.0
- Author:
- Micha�l Michaud
-
-
Constructor Summary
Constructors Constructor Description DxfVERTEX()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DxfGroupreadEntity(RandomAccessFile raf, org.locationtech.jts.geom.CoordinateList coordList)-
Methods inherited from class org.hortonmachine.gears.io.dxfdwg.libs.dxf.DxfENTITY
getLayerName, setLayerName
-
-
-
-
Method Detail
-
readEntity
public static DxfGroup readEntity(RandomAccessFile raf, org.locationtech.jts.geom.CoordinateList coordList) throws IOException
- Throws:
IOException
-
-