Select to view content in your preferred language

Transferring Data To/From GIS Server?

771
1
10-11-2010 03:12 PM
AaronJ
by
New Contributor
Hey there,

I am just about to get my feet wet with this cool API, however I am having trouble finding documentation on methods that would allow us to transfer data between the mobile device and the GIS server. Could anyone point me to some documentation or explain how I would go about this? Do I need to implement my own methods to handle this? If so, are there any guides or examples I could take a look at? Thanks in advance.
0 Kudos
1 Reply
krishnasankaran
Emerging Contributor
Please download the final V1.0 of our API here:
http://resources.arcgis.com/content/arcgis-iphone/api


Best way to transfer data between an iOS device and ArcGIS Server would be to use AGSFeatureLayer:

1. Following document talks about Feature layer:
http://help.arcgis.com/en/arcgismobile/10.0/apis/iPhone/concepts/index.html#/ArcGIS_Feature_Layer/00...

2. Following is a link to a sample that you could try it our at your end:
http://www.arcgis.com/home/item.html?id=2ddb261648074b9aabb22240b6975918
0 Kudos