TerraExplorer Add-Ons

TerraExplorer add-ons allow external developers to:

§   Expand TerraExplorer capabilities with new HTML tools

§   Customize the ribbon by adding new ribbon commands that activate the new tools or by removing ribbon commands)

§   Customize the user interface by changing the Start page and configuring Start settings

To add a tool to the TerraExplorer application, create an XML file named “tool.xml” and save it in a folder placed under the Tools folder (Skyline\TerraExplorer Pro\Tools). If you want to distribute a new tool, you should zip both the actual tool as well as the tool’s .xml (defining the tool and the location of the new tool on the ribbon) into a TEZ zip file for distribution to TerraExplorer users. See: “Distributing Add-ons” for more information.

The XML document must be contained within <Tool>…</Tool> opening and closing tags. Using the <Tool> tag’s attributes and child elements, you can configure the tool through definition of the following parameters:

§   Tool Path

§   Tool’s User Interface

§   Tool Settings

§   Ribbon Customization