-
Notifications
You must be signed in to change notification settings - Fork 1
GeoDMS Engine
Jip Claassens edited this page Jul 6, 2026
·
7 revisions
The GeoDMS Engine is the core of the GeoDMS software.

The Engine parses GeoDMS configuration files and controls an efficient calculation process.
Results are calculated when requested by views in the GeoDMS GUI or by updates from the GeoDMSRun. Requested results are translated by the engine into a dependency tree of items that need to be calculated, see Update Mechanism.
In the configuration a large set of Operators and functions can be configured. Efficient algorithms to calculate with these operators and functions are part of the Engine.
The engine consists of a set of dll's written in C++.
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.