GeoDMS Engine - ObjectVision/GeoDMS GitHub Wiki
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.
software
The engine consists of a set of dll's written in C++.