This library imports polylines from DXF file, based on the kabeja library.
dependency: kabeja-0.4.jar
String file=“…/poly0.dxf”;
double[][][] polygons = DXFImport.polylines_layer(file, "poly");
String[] layerNames = { "poly", "vd", "bound" };
double[][][][] all = DXFImport.polylines_layers(file, layerNames);