Exchange with mobile application

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

Tady si zatím píšu úvahy, upřesním dále

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 somehow in GPS coordinates - dodělat
  • navrhnout datový soubor jako celek - ZIP s přílohami, zvlášť XML se šablonami a s daty


Data file for exchange with mobile application

  • Data file has ZIP format with extension .geozip
  • It must contain XML file with basic specification - Default.xml (Unit system, Language, etc.)
  • 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