Help w/ geometry service intersect output

692
0
11-18-2016 03:17 PM
KevinBell
Occasional Contributor III

Hi all!  I need a little advise on improving performance on a working gp service.

Currently I pass a "ticket number" as a parameter to my gp rest endpoint and the ticket number is used to query some coordinates and build a polygon which is intersected with some "inspector zones" polygons, I do a select by location and return json of the "inspector zone id" of the zone it intersects.

I've looked over the geometry service "intersect" function and it looks like it won't do what I need, but that's why I'm asking!  Could the geometry service intersect function do the overlay and return one of the intersected polygon attributes rather than the intersected coordinates?

Tags (1)
0 Kudos
0 Replies