Revision 10820 trunk/libraries/libDwg/src/com/iver/cit/jdwglib/dwg/IDwg2FMap.java

View differences:

IDwg2FMap.java
46 46
*
47 47
* $Id$
48 48
* $Log$
49
* Revision 1.2  2007-01-18 13:35:22  azabala
49
* Revision 1.3  2007-03-20 19:55:27  azabala
50
* source code cleaning
51
*
52
* Revision 1.2  2007/01/18 13:35:22  azabala
50 53
* Refactoring general para evitar dar tantas pasadas en la carga, y para incrementar
51 54
* la legibilidad del codigo (demasiados if-else-if en vez de usar polimorfismo)
52 55
*
......
57 60
*/
58 61
package com.iver.cit.jdwglib.dwg;
59 62

  
60
import com.iver.cit.gvsig.fmap.core.FShape;
63
import com.iver.cit.gvsig.fmap.core.IGeometry;
61 64

  
62 65
/**
63 66
 * All dwg objects that are drawing entities
......
75 78
 * 
76 79
 * */
77 80
public interface IDwg2FMap {
78
	public FShape toFMapGeometry(boolean is3DFile);
81
	public IGeometry toFMapGeometry(boolean is3DFile);
79 82
	public String toFMapString(boolean is3DFile);
80 83
	public String toString();
81 84
}

Also available in: Unified diff