Revision 22125 branches/Mobile_Compatible_Hito_1/libFMap_dataFile/src/org/gvsig/data/datastores/vectorial/file/dxf/DXFFeaturesWriter.java

View differences:

DXFFeaturesWriter.java
7 7
import java.util.Iterator;
8 8
import java.util.Vector;
9 9

  
10
import org.cresques.cts.IProjection;
11
import org.cresques.geo.Point3D;
10
import org.gvsig.projection.cts.IProjection;
12 11
import org.cresques.io.DxfFile;
13 12
import org.cresques.io.DxfGroup;
14 13
import org.cresques.io.DxfGroupVector;
......
361 360
			point = new Point2DZ(pointCoords[0], pointCoords[1], pointCoords[2]);
362 361
			pointIt.next();
363 362
		}
364
		Point3D pto = new Point3D(point.getX(), point.getY(), point.getZs()[0]);
363
		org.cresques.geo.Point2DZ pto = new org.cresques.geo.Point2DZ(point.getX(), point.getY(), point.getZs()[0]);
365 364
//		DxfGroup pointLayer = new DxfGroup(8, "default");
366 365
//		DxfGroup handleGroup = new DxfGroup();
367 366
//		handleGroup.setCode(5);

Also available in: Unified diff