Hi,
I need to get the extent of a layer with a where clause.
Right now, I use a QueryTask with returnGeometries=true, then I get the extent of all the graphics. Do you think there is a solution to do the same thing without downloading all the geometries to the client ?
Thanks!