** The classes in this package have been replaced by those in ThinkGeo.Gdal. ** ThinkGeo.MrSid works with both .NET Core(3.0 and above) and .NET Framework(4.6.2 and above). It is a layer extension to the ThinkGeo product line that provides the ability to render a MrSid file on a map. MrSid is a image compression system developed by LizardTech. It allows you to combine and compress large sets of satellite images into a single file. The images can be accessed very quickly at a variety of scales. ** This is an extension for use in ThinkGeo's product line, and cannot be used standalone. See below for more details. ** Docs and Product Guides: https://docs.thinkgeo.com/ API Documentation: https://wiki.thinkgeo.com/wiki/12.0/thinkgeo.core ThinkGeo Cloud APIs: https://cloud.thinkgeo.com This is a commercial product with a free 30-day evaluation. Start your evaluation by signing up at https://helpdesk.thinkgeo.com/register and downloading the ProductCenter application. Supported Platforms: Windows, Linux - ThinkGeo UI Components based on .NET Core - ThinkGeo UI for Android. ThinkGeo UI for iOS. ThinkGeo UI for Blazor. ThinkGeo UI for WebApi. ThinkGeo UI for WPF.


Keywords
.NETCore, .NETStandard, GIS, Mapping, MrSid, Raster, Spatial, ThinkGeo, map-suite, mapsuite, winforms
Install
Install-Package ThinkGeo.MrSid -Version 14.1.0-beta023

Documentation

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.

Screenshot

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

MapSuite 10.0.0

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

ThinkGeo Community Site

ThinkGeo Web Site

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.