Static
createCreates a building area measurement information window.
Static
createCreates a basic measurement information window with translation for title/content.
Unique window ID.
Static
createCreates an ErrorGeWindow with the given config.
Error window config (title, message, etc).
Static
createCreates a height measurement information window.
Static
createCreates an InformationGeWindow with the given config.
Window config (title, content, etc).
Static
createCreates a building length measurement information window.
Static
createCreates a viewshed information window.
WindowFactory – Static factory class to create various types of informational and error windows for the application UI.
Provides unified helpers for modal/information window creation, including measurement, area, and context-specific windows, using i18next translations for titles and content.
Static
Method
createInformationGeWindow(config) - Instantiates an InformationGeWindow with the given configuration.
Method
createErrorGeWindow(config) - Instantiates an ErrorGeWindow with the given configuration.
Method
createBasicMeasurementWindow({id}) - Returns a standard basic measurement InformationGeWindow.
Method
createHeightMeasurementWindow() - Returns a height measurement InformationGeWindow.
Method
createAreaWindow() - Returns an area measurement InformationGeWindow.
Method
createLengthWindow() - Returns a length measurement InformationGeWindow.
Method
createViewshedWindow() - Returns a viewshed InformationGeWindow.
Example