Class FeatureDeleteCommand

java.lang.Object
org.gvsig.tools.undo.command.impl.AbstractCommand
org.gvsig.fmap.dal.feature.impl.undo.command.AbstractFeatureCommand
org.gvsig.fmap.dal.feature.impl.undo.command.FeatureDeleteCommand
All Implemented Interfaces:
org.gvsig.tools.undo.command.Command, org.gvsig.tools.undo.UndoRedoInfo

public class FeatureDeleteCommand extends AbstractFeatureCommand
DOCUMENT ME!
Author:
Vicente Caballero Navarro
  • Constructor Details

    • FeatureDeleteCommand

      public FeatureDeleteCommand(DefaultFeatureStore featureStore, org.gvsig.fmap.dal.feature.Feature feature, String description)
  • Method Details

    • undo

      public void undo() throws org.gvsig.tools.undo.UndoException
      Throws:
      org.gvsig.tools.undo.UndoException
    • redo

      public void redo() throws org.gvsig.tools.undo.RedoException
      Specified by:
      redo in interface org.gvsig.tools.undo.command.Command
      Overrides:
      redo in class AbstractFeatureCommand
      Throws:
      org.gvsig.tools.undo.RedoException
    • getType

      public int getType()
      Specified by:
      getType in interface org.gvsig.tools.undo.UndoRedoInfo
      Overrides:
      getType in class AbstractFeatureCommand
    • execute

      public void execute() throws org.gvsig.fmap.dal.exception.DataException
      Specified by:
      execute in class AbstractFeatureCommand
      Throws:
      org.gvsig.fmap.dal.exception.DataException