Commands and operations are reusable units of functionality within VertiGIS Studio applications. They enable workflows to interact with the viewer, perform actions, retrieve information, and automate application behavior.
Although commands and operations are closely related, they serve different purposes:
•Commands execute actions that can affect the application, such as opening panels, zooming the map, or triggering UI behavior.
•Operations perform a unit of work and return a result that can be used elsewhere in the workflow.
In VertiGIS Studio Workflow, commands and operations are executed using dedicated activities:
Commands and operations are often combined into command chains, where the output of an operation is passed into a command to create more advanced workflow behavior.