Revision 11063 trunk/extensions/extDwg/src/com/iver/cit/gvsig/drivers/dwg/fmapconverters/FMapUtil.java

View differences:

FMapUtil.java
20 20
 */
21 21
public class FMapUtil {
22 22
	
23
	private static FMapUtil _instance = new FMapUtil();
24 23
	
25
	public static FMapUtil getInstance(){
26
		return _instance;
27
	}
28
	
29 24
	private FMapUtil(){};
30 25
	/**
31 26
	 * Method that changes a Point3D array to a FPolyline3D. Is useful to

Also available in: Unified diff