Some other web software (not esri) would like to use the results of a visibility analysis (Viewshad).
They are sending the observation points with all other information (radius, offset etc.)
The problem is how to return the results. They would not like the results it to be saved on disk (for performance reason) but the image to be returned as an object in memory with some information on where it is in the world.
The client application should be responsible to draw it in the correct location.
How can this be done?
Thanks