This PR adds an API to read and use the schema mapping information from a 3DCityDB instance. The schema mapping API gives access to the namespaces, data types and feature types defined in the 3DCityDB. Currently, it is only used to replace the previous DataTypeHelper, NamespaceHelper, and ObjectClassHelper classes. But it is also intended to be used as basis for implementing a rich Query API.
This PR adds an API to read and use the schema mapping information from a 3DCityDB instance. The schema mapping API gives access to the namespaces, data types and feature types defined in the 3DCityDB. Currently, it is only used to replace the previous
DataTypeHelper
,NamespaceHelper
, andObjectClassHelper
classes. But it is also intended to be used as basis for implementing a rich Query API.This PR depends on the 3DCityDB PR https://github.com/3dcitydb/3dcitydb/pull/222.