Revision 29001 branches/v2_0_0_prep/libraries/libDwg/src/org/gvsig/dwg/lib/IDwg2FMap.java

View differences:

IDwg2FMap.java
64 64
package org.gvsig.dwg.lib;
65 65

  
66 66
import org.gvsig.fmap.geom.Geometry;
67
import org.gvsig.fmap.geom.exception.CreateGeometryException;
67 68

  
68 69
/**
69 70
 * All dwg objects that are drawing entities
......
81 82
 *
82 83
 * */
83 84
public interface IDwg2FMap {
84
	public Geometry toFMapGeometry(boolean is3DFile);
85
	public Geometry toFMapGeometry(boolean is3DFile) throws CreateGeometryException;
85 86
	public String toFMapString(boolean is3DFile);
87
	public int getGeometryType();
88
	public int getGeometrySubType(boolean is3DFile);
86 89
	public String toString();
87 90
}
88 91

  

Also available in: Unified diff