Info
Version: | 11.0.0-beta016 |
Author(s): | ThinkGeo |
Last Update: | Tuesday, March 23, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ThinkGeo/QuickstartSample-ForWebForms |
NuGet Url: | https://www.nuget.org/packages/ThinkGeo.MapSuite.Layers.ShapeFile |
Install
Install-Package ThinkGeo.MapSuite.Layers.ShapeFile
dotnet add package ThinkGeo.MapSuite.Layers.ShapeFile
paket add ThinkGeo.MapSuite.Layers.ShapeFile
ThinkGeo.MapSuite.Layers.ShapeFile Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- ThinkGeo.MapSuite(>= 11.0.0135)
- ThinkGeo.MapSuite(>= 11.0.0135)
- ThinkGeo.MapSuite(>= 11.0.0135)
Tags
Version 12 works with both .NET Framework and .NET Core, has much less dependencies and many other benifits over 10.0. ShapeFile Layer is included in the main package ThinkGeo.Core in Version 12.
ThinkGeo.MapSuite.Layers.ShapeFile is a layer extension to the Map Suite product line, see below for compatibility. This layer represents a FeatureSource backed by a ESRI Shape File.
The shapefile format is a popular geospatial vector data format for geographic information system (GIS) software.
It is developed and regulated by ESRI as a (mostly) open specification for data interoperability among ESRI and other GIS software products. The shapefile format can spatially describe vector features: points, lines, and polygons, representing, for example, water wells, rivers, and lakes. Each item usually has attributes that describe it, such as name or temperature.
** This is an extension for use in ThinkGeo's Map Suite product line, see below, as it cannot be used stand alone. **
Wiki Documentation: http://wiki.thinkgeo.com/wiki/map_suite_api
Supported Platforms: Windows, Linux, macOS, iOS, Android
- Compatible Products -
Map Suite Desktop for WPF
Map Suite Desktop for WinForms
Map Suite Mobile for Android
Map Suite Mobile for iOS
Map Suite Web for WebForms
Map Suite Web for MVC
Map Suite Web for WebAPI.