Uses of Class
gistoolkit.application.command.SimpleCommand

Packages that use SimpleCommand
gistoolkit.application.command   
 

Uses of SimpleCommand in gistoolkit.application.command
 

Subclasses of SimpleCommand in gistoolkit.application.command
 class AboutCommand
          Exits the application.
 class CenterOnPointCommand
          Command to center the map where the user clicks.
 class CopyCommand
          Command to copy the selected items from their current data source and store them in the copy buffer for later insertion into another data source.
 class CutCommand
          Command to delete the selected items from their current data source and insert them into another data source.
 class DeleteCommand
          Command to delete items from the display, currently only works for polygons and multi polygons.
 class EditCommand
          Command to select objects on the display to edit, and then edit (move the nodes of the selected object) Creation date: (4/24/2001 2:17:21 PM)
 class ExitCommand
          Exits the application.
 class ImageChopperCommand
          Creates a RastoerCatalogCreatorApplication and displays it for the user.
 class LegendCommand
          Displays the legend.
 class NewLayerCommand
          Allows the user create a new layer and add it to the map.
 class NewShapeCommand
          Command to select objects on the display to edit, and then edit (move the nodes of the selected object) Creation date: (4/24/2001 2:17:21 PM)
 class OpenConfigurationCommand
          Reads the configuration information from disk, and sets up the user interface with the information found there.
 class OpenLayerCommand
          Allows the user to add an existing layer to the map.
 class PanCommand
          Command to pan the map to a new location.
 class PasteCommand
          Command to insert the records in the copy buffer into another data source.
 class PreviousZoomCommand
          Command to record the extents of the map, and recall those extents.
 class PrintCommand
          Command to print the contents of the map.
 class ProjectionCommand
          Command to display the Command dialog, and then set the command into the layers for reinterpretation.
 class RasterCatalogCreatorCommand
          Creates a RastoerCatalogCreatorApplication and displays it for the user.
 class ResetEnvelopeCommand
          Command to reset the Envelope of the map to a preset ammount.
 class SaveCommand
          Allows the user to save the displayed immage in several formats.
 class SaveConfigurationCommand
          Command to save the configuration information for this instance of the editor.
 class SaveImageCommand
          Allows the user to save the displayed immage in several formats.
 class SaveSelectionCommand
          Command to take the records that are current in the copy buffer, and save them to permanent storage.
 class SaveSVGCommand
          Allows the user to save the displayed immage in several formats.
 class ScaleBarCommand
          Edit the Scale Bar
 class SelectAllCommand
          Command to select all the visible records within the selected layer.
 class SelectCommand
          Command to enable the select draw model on the display Creation date: (4/24/2001 2:17:21 PM)
 class SelectMultiCommand
          Command to allow the selection of one or more objects on the display.
 class ShapeFileProjectorCommand
           
 class ShowAttributeCommand
          Command to select all the visible records within the selected layer.
 class ZoomInCommand
          Command to zoom the envelope of the map in to a new location.
 class ZoomOutCommand
          Command to zoom the extents of the map in to a new location.
 class ZoomToSelectedShapesCommand
          Command to select all the visible records within the selected layer.