How to Connect to CPRM's WMS Geological Maps Using .NET C#

How to Connect to CPRM's WMS Geological Maps Using .NET C#

artillis_prado
Enthusiast Enthusiast
214 Views
1 Reply
Message 1 of 2

How to Connect to CPRM's WMS Geological Maps Using .NET C#

artillis_prado
Enthusiast
Enthusiast

I am working on a .NET C# project that needs to quickly connect to the CPRM's WMS geological maps located in the planning and analysis interface. I would like to know if anyone has made this connection using .NET C#

artillis_prado_0-1718913611540.png

 

0 Likes
215 Views
1 Reply
Reply (1)
Message 2 of 2

norman.yuan
Mentor
Mentor

What you are looking for is AutoCAD Map geospatial platform API (.NET API). If you have not done anything, you need to spend time to study some code samples that comes with AutoCAD Map ObjectARX SDK (not AutoCAD ObjectARX SDK). The same as with AutoCAD ObjectARX SDK, you do not really need the SDK for Acad Map .NET programming, you only need to documentation/sample code to study/get started.

 

You can download the Map .NET API documentation here:

https://aps.autodesk.com/developer/overview/autocad-map-3d 

Once downloaded ( as a zip file), you can find a folder "...\Map Samples\Platform\", you can explore the project/folder "BuildMap" for your needs.

 

HTH

 

Norman Yuan

Drive CAD With Code

EESignature

0 Likes