Mr Sid Sample for WinForms
Description
MrSID (pronounced Mister Sid) is an acronym that stands for multiresolution seamless image database. In order to run this sample, development build 10.0.0.0 or later is required.
This sample includes a map with MrSID as base overlay, the MrSID shows the image data of the world range.
Please refer to Wiki for the details.
Known issue: The screenshot is taken under Linux, but it not well tested, maybe sometimes runs to exception.
Requirements
This sample makes use of the following NuGet Packages
About the Code
LayerOverlay overlay = new LayerOverlay();
MrSidRasterLayer mrSidRasterLayer = new MrSidRasterLayer("../../App_Data/World.sid");
overlay.Layers.Add(mrSidRasterLayer);
winformsMap1.Overlays.Add(overlay);
mrSidRasterLayer.Open();
winformsMap1.CurrentExtent = mrSidRasterLayer.GetBoundingBox();
Getting Help
Map Suite Desktop for Winforms Wiki Resources
Map Suite Desktop for Winforms Product Description
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.