-
Notifications
You must be signed in to change notification settings - Fork 12
Date Structure
Hyemi Jeong edited this page Jul 13, 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).