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

View differences:

RemoveGeometryCommand.java
51 51

  
52 52

  
53 53
public class RemoveGeometryCommand implements Command {
54
	private EditableFeatureSource efs;
54
	private DefaultEditableFeatureSource efs;
55 55
	private IGeometry geometry;
56 56
	private int index;
57
	public RemoveGeometryCommand(EditableFeatureSource ef,int i) throws IOException, DriverIOException{
57
	public RemoveGeometryCommand(DefaultEditableFeatureSource ef,int i) throws IOException, DriverIOException{
58 58
		efs=ef;
59 59
		index=i;
60 60
		geometry=efs.getGeometry(index);

Also available in: Unified diff