Take the 2-minute tour ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

I modify application (on c# .Net) based on arcobjects.

It is a desktop application. I use object AxMapControl Map1. I can load .mxd map in it.

Map1.LoadMxFile(mapName);
Map1.Refresh();

Now I need to load wms layer in this application. This wms layer is published and I know its url.

Tell me please can I use AxMapControl for this purpose? What classes and interfaces i need use to diplay wms layer?

UPDATE

I know it is possible, because I can do it in ArcMap 10.1 as user.

share|improve this question
    
I'm sorry. But can I display WMS Layer in ArcGis Desktop application? Is it real? Is any ideas how to display wms layer? Do I write a client server application or I can use my desktop application for this purpose? Is there any links or books or articles? –  novicegis Jul 4 '13 at 10:32

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.