Exchange with mobile application

From wiki.fine.cz
Revision as of 13:06, 25 March 2022 by Petr.Bures (talk | contribs)
Jump to navigation Jump to search

There are some limitations to Data and template XML file used for exchange data with mobile application:

  • only GUIDs are used to identify items and enumerations
  • coordinates X and Y are specified in GPS coordinates

Data file for exchange with mobile application

  • Data file has ZIP format with extension .g5zip
  • It must contain XML file with basic specification - Index.xml
    • Unit System
    • Language
    • Structure of templates (mandatory Project, optional PointsOfInterest, optional FieldTestTemplates) - specify one data/table of data, every data type defined by template has attachments
  • It must contain templates for various items
    • ProjectTemplate.xml
    • PointsOfInterestTemplate.xml
    • FieldTestsTemplate.xml
  • It can contain data for various items - media files attachments are specified here (OriginalFilename, OriginalTimeStamp, FileType)
    • ProjectData.xml
    • PointsOfInterestData.xml
    • FieldTestsData.xml
  • It can contain media files in various formats, filename is GUID.EXT, where GUID is unique GUID and EXT specifies file type