//

524
5
Jump to solution
09-06-2018 12:30 PM
_____
by
New Member
 
0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Ian,

   You execute the same queriy again but this time use the executeForExtent method

https://developers.arcgis.com/javascript/latest/api-reference/esri-tasks-QueryTask.html#executeForEx... 

and union the resulting extent of the first extent query with the second.

View solution in original post

0 Kudos
5 Replies
RobertScheitlin__GISP
MVP Emeritus

Is this question about 4.x or 3.x?

0 Kudos
_____
by
New Member

//

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Ian,

   You execute the same queriy again but this time use the executeForExtent method

https://developers.arcgis.com/javascript/latest/api-reference/esri-tasks-QueryTask.html#executeForEx... 

and union the resulting extent of the first extent query with the second.

0 Kudos
_____
by
New Member

//

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Ian,

   Nice. Don't forget to mark this question as answered by clicking on the "Mark Correct" link on the reply that answered your question.

0 Kudos