The ADE Manager is a plugin for the 3D City Database Importer/Exporter and allows to dynamically extend a 3D City Database (3DCityDB) instance for high-performance storage and management of CityGML Application Domain Extensions (ADE). It is implemented based on the open-source graph transformation engine (AGG) for realizing the automatic transformation of the object-oriented data model from a given ADE's application schema (XSD) to a compact relational database schema (including tables, indexes, and constrains etc.). In addition, an XML-based schema-mapping file can also be automatically generated which contains the relevant meta-information about the derived database schema as well as the explicit mapping relationships between the two schemas and allows developers to implement applications for managing and processing the ADE data contents stored in a 3DCityDB instance.
The ADE Manager Plugin is licensed under the Apache License, Version 2.0. See the LICENSE
file for more details.
The latest stable release of the ADE Manager Plugin is 1.0.0.
Download the software here. Previous releases are available from the releases section.
The ADE Manager Plugin is shipped with the universal installer of the Importer/Exporter tool. When running the setup wizard, you can choose to install the plugin. This is the recommended and easiest way to install the plugin.
Alternatively, you may download the software from the releases section (or build it from source) and unzip it into the plugins
folder within the installation folder of the Importer/Exporter. After a restart of the Importer/Exporter, the ADE Manager will be ready to be used.
Each version of the ADE Manager plugin is built against a specific version of the Importer/Exporter. Please check the release notes of the version you want to use for more information.
A complete and comprehensive documentation on the ADE Manager Plugin is installed with the 3D City Database Importer/Exporter and is available online.
- To file bugs found in the software create a GitHub issue.
- To contribute code for fixing filed issues create a pull request with the issue id.
- To propose a new feature create a GitHub issue and open a discussion.
The ADE Manager plugin uses Gradle as build system. To build the plugin from source, clone the repository to your local machine and run the following command from the root of the repository.
> gradlew installDist
The build process will produce the plugin software package under build/install
. Simply copy the contents of this folder into the plugins
folder of your Importer/Exporter installation to use the plugin.
The ADE Manager plugin has been developed by and with the support from the following cooperation partners:
- Chair of Geoinformatics, Technical University of Munich
- virtualcitySYSTEMS GmbH, Berlin
- M.O.S.S. Computer Grafik Systeme GmbH, Taufkirchen
OGC CityGML is an open data model and XML-based format for the storage and exchange of semantic 3D city models. It is an application schema for the Geography Markup Language version 3.1.1 (GML3), the extendible international standard for spatial data exchange issued by the Open Geospatial Consortium (OGC) and the ISO TC211. The aim of the development of CityGML is to reach a common definition of the basic entities, attributes, and relations of a 3D city model. Particularly, CityGML provides an extension mechanism called “Application Domain Extension (ADE)” which allows third parties to dynamically extend the existing CityGML data models with application specific extensions for facilitating the application fields e.g. energy demand calculations, utility network analysis, facility management, noise propagation simulations etc.
CityGML is an international OGC standard and can be used free of charge.