Package gistoolkit.application.command

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