[GIS] Change coordinate system of a WMS service

arcgis-10.0arcgis-desktopcoordinate systemwms

I have a WMS service that is projected to UTM/SAD-69.

My workspace is in WGS-84 with no projection.

I want to change the coordinate system of my WMS service.

Is it possible in ArcMap 10.0?

The wms coordinate system is:

Layer Properties in ArcMap

More information from the Layer Properties (using ArcGIS 10.2) that show it to have a Map Service Type of Cached.

enter image description here

Best Answer

There's a topic on this in the help: Setting the Coordinate System of a WMS service. You should see a list of available coordinate reference systems on the source tab of the layer's property page. If you set the data frame's coordinate reference system to one that is supported by the service, ArcMap will request the appropriate version of the service. If the data frame is using an unsupported coordinate reference system, ArcMap will request a supported version of the service and then project it on-the-fly (client-side) to the data frame's coordinate system.

Related Question