gistoolkit.display
Interface Command

All Known Implementing Classes:
SimpleCommand

public interface Command

Represents a command that can be executed.


Method Summary
 void execute()
          called to execute this command from a button
 void executeDraw(DrawModel inDrawModel)
          called from the trigger of the draw model
 void removeDraw(DrawModel inDrawModel)
          called when the draw model has been removed
 void setGISDisplay(GISDisplay inDisplay)
          Used to set the GISDisplay of the command.
 

Method Detail

execute

public void execute()
called to execute this command from a button


executeDraw

public void executeDraw(DrawModel inDrawModel)
called from the trigger of the draw model


setGISDisplay

public void setGISDisplay(GISDisplay inDisplay)
Used to set the GISDisplay of the command.


removeDraw

public void removeDraw(DrawModel inDrawModel)
called when the draw model has been removed