Select to view content in your preferred language

FindParameters:layerDefinitions

1920
3
12-17-2010 01:41 AM
TonyCollins
Regular Contributor
Could someone just confirm that the layerDefinitions property in FindParameters is for Server 10 only?


If so, it would be helpful if the documentation @ http://help.arcgis.com/en/webapi/flex/apiref/index.html coud be updated to reflect this.

Is there any way in 9.3.1 using a findtask to acheive the same functionality?
Tags (2)
0 Kudos
3 Replies
DasaPaddock
Esri Regular Contributor
Yes, this requires 10:
http://help.arcgis.com/en/arcgisserver/10.0/apis/rest/find.html

Thanks for letting us know that this is missing from the API docs.

Would it be possible for you to use the QueryTask instead even though this means a separate request per layer?
0 Kudos
TonyCollins
Regular Contributor
Yes, this requires 10:
http://help.arcgis.com/en/arcgisserver/10.0/apis/rest/find.html

Thanks for letting us know that this is missing from the API docs.

Would it be possible for you to use the QueryTask instead even though this means a separate request per layer?


Thanks for that, just wanted to be sure. Unfortunately there are about 10 layers to query which I would guess is much slower?

Just another reason to note down for moving to 10 :o|
0 Kudos
BjornSvensson
Esri Regular Contributor
Just FYI that the documentation have been updated with this information, as well as some similar places where the "ArcGIS Server 10 is required" info was missing.

FindParameters - layerDefinitions
FindParameters - maxAllowableOffset

IdentifyParameters - layerDefinitions
IdentifyParameters - layerTimeOptions
IdentifyParameters - maxAllowableOffset
IdentifyParameters.html - timeExtent

Query - maxAllowableOffset
Query - objectIds
Query - timeExtent

Thanks for helping us make the documentation better 🙂
0 Kudos