Skip to content

Date Structure

Hyemi Jeong edited this page Apr 20, 2018 · 8 revisions

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