Code Gallery
ArcGIS Mobile Backup and Restore Utility
|
The ArcGIS Mobile Backup and Restore Utility provides a way to export and import changes from an ArcGIS Mobile map cache. The Backup and Restore Utility allows changes (adds, updates and deletes) to be exported from the cache to an XML changes file on the mobile device. The XML changes file can be restored to an existing cache. Additionally, since the XML changes file contains all of the information for the updated data, an import routine could be written to directly update the main geodatabase. One example where this could be used is in the case where QA needs to be done before changes are submitted to the GIS or when field data collectors (contractors) may not have access to the mobile update service. The contractors could email the changes file to a data collection supervisor who would then import the changes into a map cache for review.
The Editor_PPC05 Developer Kit sample is included and has been updated to include the Backup and Restore utility.
|
|
Report Inappropriate Content: This Code Gallery is intended for the free exchange of code related to ESRI software products. Let us know if this entry is inappropriate (e.g., a download for a commercial product).

serializableAttribute generates compiling error posted by hanane27 on May 22, 2009 7:03 PM
I get this error when building the application: The type or namespace name 'SerializableAttribute' does not exist in the namespace 'System' (are you missing an assembly reference?) I don't know what reference is missing, i tried adding many references but it still didn't work.
If you would like to post a comment, please login.