1. Preface
The data source of the mobile side is very important, it determines the implementation of the mobile side function. Early in the ArcGIS Android API, mainly to access online data sources mainly, so the main implementation of online map browsing, query and path analysis, geoprocessing, etc. from the operation In the v1.0.1 release, ArcGIS Mobile products can load loose slices for the first time, gradually opening up support for local off-line data sources, and thus achieving increasingly popular offline functionality on the mobile side. Now the latest 10.2.7 API offline support data mainly includes compact tiles, TPK tile packages,. geodatabase,. shp files, place-name address libraries, and network datasets.
Reprint Please specify source: http://www.cnblogs.com/gis-luq/p/4941737.html
2. Spatial data types supported by the ArcGIS Runtime SDK
ArcGIS Runtime SDK for Android supports a variety of spatial data sources, mainly divided into 3 categories: ArcGIS Online data sources, ArcGIS offline data sources (since version 10.2), and third-party data sources, detailed category support see the following table:
Data Source Type |
Data Source Name |
ArcGIS Online data source (ArcGIS Online/portal for ArcGIS) |
Tiled map Service (Arcgistiledmapservicelayer) |
Dynamic Map Service (Arcgisdynamicmapservicelayer) |
Image Services (Arcgisimageservicelayer) |
Feature Service (Arcgisfeaturelayer) |
ArcGIS Offline data source |
Compact sectioning (Arcgislocaltiledlayer) |
TPK Tile Package (Arcgislocaltiledlayer) |
. Geodatabase data Files (geodatabasefeature) |
. shp file (shapefilefeaturetable) |
Place name Address library (Locator) |
Networking DataSet (Network dataset) |
Third-party data sources |
Bing Maps (Bingmapslayer) |
Open Street Map (openstreetmaplayer) |
OGC layers (Kmllayer, Wmslayer) |
Third-party custom extension layers |
ArcGIS Runtime SDK for Android development Note--(10), spatial data types supported by the ArcGIS Runtime SDK