Summary - Latest

Spectrum Spatial Analyst Extensibility Guide

Product type
Software
Portfolio
Locate
Product family
Spectrumâ„¢ software
Product
Spectrumâ„¢ software > Spatial > Spectrum Spatial Analyst
Version
Latest
ft:locale
en-US
Product name
Spectrum Spatial Analyst
ft:title
Spectrum Spatial Analyst Extensibility Guide
Copyright
2025
First publish date
2007
ft:lastEdition
2025-10-28
ft:lastPublication
2025-10-28T15:15:05.535000
L1_Product_Gateway
L2_Product_Segment
L3_Product_Brand
L4_Investment_Segment
L5_Product_Group
L6_Product_Name

In the first few steps of the above Hello World example (for an Angular component and Angular module) included resources for the component, such as an image. We then created the configuration to inject that component into the Spectrum Spatial Analyst Extensibility Platform.

The parentContainer tag in the CustomAnalystModuleConfig.json file is responsible for injecting a component into the correct container. The Spectrum Spatial Analyst Extensibility Platform provides multiple containers for third-party components to position them in the screen layout correctly. For details about containers, refer to the following sections.

Note: The name of the class in the component file and the name of the component in the configuration file should be identical because this is the main link between the component and configuration. The Angular module should have a declaration of the component it embeds. There are no restrictions on the number of components that a single angular module can have.