Revision 1591 branches/pilotoDWG/libraries/libFMap/src/com/iver/cit/gvsig/fmap/edition/ModifyGeometryCommand.java

View differences:

ModifyGeometryCommand.java
10 10
 * Modifica una geometr?a del EditableFeatureSource 
11 11
 */
12 12
public class ModifyGeometryCommand implements Command {
13
	private EditableFeatureSource efs;
13
	private DefaultEditableFeatureSource efs;
14 14
	private IGeometry geomAnt;
15 15
	private IGeometry geomNext;
16 16
	private int indexAnt;
17 17
	private int previousIndex;
18
	public ModifyGeometryCommand(EditableFeatureSource ef,int i,int p,IGeometry newg) throws IOException, DriverIOException{
18
	public ModifyGeometryCommand(DefaultEditableFeatureSource ef,int i,int p,IGeometry newg) throws IOException, DriverIOException{
19 19
		efs=ef;
20 20
		indexAnt=i;
21 21
		geomNext=newg;

Also available in: Unified diff