Skip to content

Date Structure

Hyemi Jeong edited this page Jul 13, 2018 · 8 revisions

Data structure of InFactory

InFactory has own data structure for saving IndoorGML efficiently. "Feature Class" holds the data of the elements of IndoorGML. When InFactory creates a IndoorGML document, InFactory use JAXB. JAXB helps binding process between xml elements and Java instances. We used ogc-schemas(https://github.com/highsource/ogc-schemas).

Clone this wiki locally