Help needed getting PNG file onto layer

1970
0
07-21-2015 01:25 PM
GregCox
New Contributor

I have a C# application that needs to be able to take a local .png file and have it rendered on my map as a layer.  I have the info about the image file: height & width in pixels, latitude and longitude of the 4 corners, etc.  I'm sure that there is a very simple way of getting this on my map but I've been hitting Google for hours with no results.  (This is the first thing I've ever done with esri and ArcGIS so I'm pretty clueless...)

I have an environment where my map needs to access a couple of WMS servers to display png image data as layers but, because of security issues, the map code isn't allowed to directly access these WMS servers.  So I have created a web service to get the images from the WMS servers and a C#-based application that gets the image data from my service and then needs to load that onto the map.

I'm running ArcGIS 10.0 if that matters.

Any help would be greatly appreciated.

0 Kudos
0 Replies