Class DxfPOLYLINE
- java.lang.Object
-
- org.hortonmachine.gears.io.dxfdwg.libs.dxf.DxfENTITY
-
- org.hortonmachine.gears.io.dxfdwg.libs.dxf.DxfPOLYLINE
-
public class DxfPOLYLINE extends DxfENTITY
POLYLINE DXF entity. This class has a static method reading a DXF POLYLINE and adding the new feature to a FeatureCollection- Version:
- 0.5.0
- Author:
- Micha�l Michaud
-
-
Constructor Summary
Constructors Constructor Description DxfPOLYLINE()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DxfGroupreadEntity(RandomAccessFile raf, org.geotools.feature.DefaultFeatureCollection entities)-
Methods inherited from class org.hortonmachine.gears.io.dxfdwg.libs.dxf.DxfENTITY
getLayerName, setLayerName
-
-
-
-
Method Detail
-
readEntity
public static DxfGroup readEntity(RandomAccessFile raf, org.geotools.feature.DefaultFeatureCollection entities) throws IOException
- Throws:
IOException
-
-