1. Preface
Data production and data presentation are two common professional-grade mobile GIS applications, where we make a basic introduction and grooming for ArcGIS's off-line integration technology for data production.
Using ArcGIS off-line technology first requires the following basic environments:
- ArcGIS for Desktop 10.2.1 or later
- ArcGIS for Server 10.2.1 or later
- set up Enterprise Geodatabase arcsde using PostgreSQL, Microsoft SQL Server, or Oracle.
Again, when using the Sync feature, you must add Globleid to the feature, enable data archiving on the layer data, or turn on versioning.
Please refer to the following documentation for specific procedures:
https://server.arcgis.com/zh-cn/server/latest/get-started/windows/ tutorial-set-up-feature-service-data-for-offline-use.htmhttps://server.arcgis.com/zh-cn/server/latest/ Get-started/windows/tutorial-create-offline-maps-with-versioned-data.htm
Reprint Please specify source: http://www.cnblogs.com/gis-luq/p/5858043.html
2, from the online integration of core technology basic process
Data is first stored in ARCSDE, features are added Globleid, layer data is enabled for data archiving, or versioning is turned on. The ARCSDE database is then hosted in ArcGIS for server as the data store.
Create the vector data to be synchronized in the ArcGIS for desktop software, configure the symbolic display, attribute domain information, publish the Featureserver service to ArcGIS for server, and turn on the Sync feature option.
Mobile Access to Featureserver services, download data, edit data, synchronize data.
Related Content List
"ArcGIS Runtime SDK for Android Development note"-off-line integration technology: overview
"ArcGIS Runtime SDK for Android Development note"-off-line integration technology: Offline vector data download
"ArcGIS Runtime SDK for Android Development note"-off-line integration technology: Offline vector data editing
"ArcGIS Runtime SDK for Android Development note"-off-line integration technology: Offline vector data synchronization
"ArcGIS Runtime SDK for Android Development note"-Data creation: Publishing Featureservice services with synchronization capabilities
"ArcGIS Runtime SDK for Android Development note"-off-line integration technology: overview