SDK between ArcGIS 9.3.1 and 10.0

501
1
10-23-2011 06:29 PM
SherryHuang
New Contributor
Hi all,
We have a question about ArcGIS SDK(2.0) for iOS.
In ArcGIS version 9.3.1, it is normal when querying the geometry type from REST.
But in ArcGIS version 10, no matter what type of the geometry is, it all returns "point" type.
This situation doesn't happen when we use Flex to develop. Does anyone have any suggestion to solve this problem or encounter this problem too?
0 Kudos
1 Reply
JasonLee4
New Contributor
It's good question.

I think your Query no return Geometry.

So, try this.

Add this code in your query method,

//
areaQuery.returnGeometry = YES;
//
0 Kudos