Skip to content

This sample demonstrates how you use WmsRasterLayer to display wms server in your Map Suite GIS applications. This WmsRasterLayer support would work in all of the Map Suite controls such as Wpf, Web, MVC and WebApi.

Notifications You must be signed in to change notification settings

sishui198/DisplayWmsRasterLayerSample-ForWinForms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Display Wms Raster Layer Sample for WinForms

Description

This sample demonstrates how you use WmsRasterLayer to render wms server in your Map Suite GIS applications. This WmsRasterLayer support would work in all of the Map Suite controls such as Wpf, Web, MVC and WebApi.

Please refer to Wiki for the details.

Screenshot

Requirements

This sample makes use of the following NuGet Packages

MapSuite 10.0.0

About the Code

WmsRasterLayer wmsLayer = new WmsRasterLayer(new Uri("http://howdoiwms.thinkgeo.com/WmsServer.aspx"));
wmsLayer.ActiveLayerNames.Add("COUNTRIES02");
wmsLayer.ActiveStyleNames.Add("Simple");
wmsLayer.Crs = "EPSG:4326";
wmsLayer.OutputFormat = "image/png";

Getting Help

Key APIs

This example makes use of the following APIs:

About Map Suite

Map Suite is a set of powerful development components and services for the .Net Framework.

About ThinkGeo

ThinkGeo is a GIS (Geographic Information Systems) company founded in 2004 and located in Frisco, TX. Our clients are in more than 40 industries including agriculture, energy, transportation, government, engineering, software development, and defense.

About

This sample demonstrates how you use WmsRasterLayer to display wms server in your Map Suite GIS applications. This WmsRasterLayer support would work in all of the Map Suite controls such as Wpf, Web, MVC and WebApi.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages