Is there a way to programmatically capture a 2x2 aerial image for polygons that we have stored in our database to display in a report (see image below). We need to determine if we can grab these images dynamically or if we need to run a process that stores an image in the database for each polygon that we have stored. Here are a few of the items we are working through???
1. Dynamic Generation:
Grab the images dynamically during report generation - Is it possible to obtain these images through a service and not use the map control?
2. Storing the Image:
New Polygons - If we need to use the map control to obtain the images do we need to capture an image programmatically right after the user is done selecting the polygon on the map?
Existing Polygons ??? Is there a way to run a batch process to get all the images for our existing polygons stored in the database?