Statistics
| Revision:

root / trunk / libraries / libFMap / src / com / iver / cit / gvsig / fmap / write / DeleteExtendedCommand.java @ 213

History | View | Annotate | Download (554 Bytes)

1
/* Generated by Together */
2

    
3
package com.iver.cit.gvsig.fmap.write;
4

    
5
public class DeleteExtendedCommand implements EditingCommand {
6
    /**
7
     * Invoca el m?todo deleteGeometry del ExtensibleFile
8
     */
9
    public void execute() {
10
    }
11

    
12
    /**
13
     * Invoca el m?todo undoDeleteGeometry pasando como par?metro el ?ndice del registro que se quiere recuperar
14
     */
15
    public void executeUndo() {
16
    }
17

    
18
    /**
19
     * Construye un objeto del tipo DeleteCommand 
20
     */
21
    public DeleteExtendedCommand(int index) {
22
    }
23

    
24
    private int index;
25
}