Hi,
I have a random image and I manually created a world file for it. So the world file contains the correct scales and UTM coordinates for the top-left corner of the image.
I am trying to add this as a raster data (Add raster data—ArcGIS Runtime SDK for Java | ArcGIS for Developers ) to the Bing map. The bing map's spatial reference is WGS_1984_Web_Mercator_Auxiliary_Sphere, but my UTM coordinates in the world file for the image are WGS_1984_UTM_Zone_12N. So I need to know how exactly I should assign the proper spatial reference in my java code to the image (imported as the raster data), so it gets displayed in the right location on the bing map.
I know how I can set a spatial reference for a raster data (that does not have one) inside the Arc Map, but I need to do this inside my Arc GIS Runtime java-based application.
Would you please help me on this?
Thanks!