Aspose.GIS
24.10.0
dotnet add package Aspose.GIS --version 24.10.0
NuGet\Install-Package Aspose.GIS -Version 24.10.0
<PackageReference Include="Aspose.GIS" Version="24.10.0" />
paket add Aspose.GIS --version 24.10.0
#r "nuget: Aspose.GIS, 24.10.0"
// Install Aspose.GIS as a Cake Addin #addin nuget:?package=Aspose.GIS&version=24.10.0 // Install Aspose.GIS as a Cake Tool #tool nuget:?package=Aspose.GIS&version=24.10.0
GIS Data Manipulation & Conversion APIs for .NET
Product Page | Docs | Demos | API Reference | Examples | Blog | Releases | Free Support | Temporary License
Aspose.GIS for .NET API helps developers render maps, read, write & convert geographic information fetched from vector-based geospatial data formats without needing any other GIS software. The GIS .NET API supports working with Shapefile, GeoJSON, ESRI File Geodatabase (FileGDB), Geography Markup Language (GML), Keyhole Markup Language (KML), Scalable Vector Graphics (SVG), and many others.
It allows you to read and write GIS data, convert GIS file formats, and render maps to SVG format. You can also create and analyze feature geometries as well as create basic geometries, such as Point, MultiPoint, Line, Multiline, and Polygon from scratch. The API supports to build non-linear (curve) geometries, linearize non-linear geometries, and control precision mode of calculations.
GIS API Features
- Render maps to PNG, JPEG, BMP, or SVG.
- Iterate through layer features.
- Read layer features by index.
- Fetch metadata about vector layers.
- Create new layers and datasets as well as work with a multi-layer dataset.
- Convert vector data to popular file formats.
- Perform re-projection during data conversion.
- Adjust feature attributes while converting.
- Customize the styling of each geometry type.
- Perform complex drawings by combining several symbolizers.
- Apply layer rendering rules to control feature visual representation.
- Use value attributes to calculate the styling parameters of a feature.
- Perform vector analysis & manipulate geometries.
- Support for Spatial Reference Systems.
Read & Write GIS Formats
ESRI Shapefile: SHP, SHX, DBF, QIX, CPG
GeoJSON: JSON, GeoJSON
ESRI File Geodatabase: GDB
Google Earth: KML
GPS Exchange Format: GPX
TopoJSON: JSON, TopoJSON
MapInfo Tab Format: TAB, DAT, DBF, MAP, ID
Read GIS Formats
Geography Markup Language: GML
MapInfo Interchange Format: MIF
OpenStreetMap: OSM
Raster: GeoTIFF, ESRI ASCII
Web Tiles: XYZ Tiles
Databases: Post GIS, MS SQL
Map Rendering Formats
Images: SVG, PNG, JPEG, JPG, BMP
Platform Independence
Aspose.GIS for .NET API's uniform model is based on a 100% managed code. This API can be used to develop several different types of .NET apps including ASP.NET, WinForms, and Windows Services. It is easy to use & deploy, and provides the ideal solution to work with geospatial information with .NET Framework 4.7, .NET Standard 2.0 & Xamarin platforms.
Get Started
Are you ready to give Aspose.GIS for .NET a try? Simply execute Install-Package Aspose.GIS
from Package Manager Console in Visual Studio to fetch the NuGet package. If you already have Aspose.GIS for .NET and want to upgrade the version, please execute Update-Package Aspose.GIS
to get the latest version.
Render a map from a shapefile
to SVG
format with C# Code
// For complete examples and data files, please go to https://github.com/aspose-gis/Aspose.GIS-for-.NET
using (var map = new Map(800, 400))
{
map.Add(VectorLayer.Open(dataDir + "land.shp", Drivers.Shapefile));
map.Render(dataDir + "land_out.svg", Renderers.Svg);
}
Product Page | Docs | Demos | API Reference | Examples | Blog | Releases | Free Support | Temporary License
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 is compatible. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.7
- Newtonsoft.Json (>= 10.0.3)
- System.Drawing.Common (>= 5.0.3)
-
.NETStandard 2.0
- Newtonsoft.Json (>= 10.0.3)
- System.Drawing.Common (>= 5.0.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Aspose.GIS:
Package | Downloads |
---|---|
Aspose.Total
Aspose.Total for .NET is the most complete package of all .NET file format APIs offered by Aspose. It empowers developers to create, edit, render, print and convert between a wide range of popular document formats within any .NET, C#, ASP.NET and VB.NET applications. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
24.10.0 | 738 | 10/25/2024 |
24.9.0 | 2,767 | 9/27/2024 |
24.8.0 | 2,354 | 8/30/2024 |
24.7.0 | 2,164 | 7/29/2024 |
24.6.0 | 3,221 | 6/27/2024 |
24.5.0 | 2,579 | 5/31/2024 |
24.4.1 | 5,421 | 4/23/2024 |
24.3.0 | 1,461 | 4/2/2024 |
24.2.0 | 169 | 4/1/2024 |
24.1.1 | 2,745 | 3/28/2024 |
23.12.0 | 12,914 | 12/17/2023 |
23.11.0 | 7,451 | 11/26/2023 |
23.9.0 | 21,075 | 9/26/2023 |
23.8.0 | 7,623 | 8/28/2023 |
23.7.0 | 13,118 | 7/23/2023 |
23.6.0 | 7,044 | 6/29/2023 |
23.5.0 | 1,231 | 6/4/2023 |
23.4.0 | 8,790 | 4/24/2023 |
23.3.0 | 7,727 | 3/26/2023 |
23.2.0 | 6,118 | 2/26/2023 |
23.1.0 | 11,542 | 1/30/2023 |
22.11.0 | 16,099 | 12/4/2022 |
22.10.0 | 8,581 | 10/29/2022 |
22.9.0 | 16,066 | 9/24/2022 |
22.8.0 | 20,842 | 8/26/2022 |
22.7.0 | 8,917 | 7/27/2022 |
22.6.0 | 11,433 | 6/21/2022 |
22.5.0 | 11,064 | 5/21/2022 |
22.3.0 | 23,405 | 3/28/2022 |
22.1.0 | 17,011 | 1/18/2022 |
21.12.0 | 6,758 | 12/18/2021 |
21.11.0 | 14,037 | 11/25/2021 |
21.10.0 | 21,491 | 10/13/2021 |
21.9.0 | 11,229 | 9/12/2021 |
21.8.0 | 11,344 | 8/9/2021 |
21.7.0 | 12,988 | 7/7/2021 |
21.6.0 | 3,537 | 6/16/2021 |
21.5.0 | 9,587 | 5/18/2021 |
21.4.0 | 23,397 | 4/1/2021 |
21.3.0 | 7,210 | 3/2/2021 |
21.2.0 | 8,247 | 2/3/2021 |
21.1.0 | 3,485 | 1/18/2021 |
20.12.0 | 2,629 | 12/8/2020 |
20.11.0 | 11,126 | 11/18/2020 |
20.10.0 | 3,124 | 10/15/2020 |
20.9.0 | 2,670 | 9/7/2020 |
20.8.0 | 3,342 | 8/4/2020 |
20.7.0 | 2,876 | 7/8/2020 |
20.6.0 | 8,107 | 6/9/2020 |
20.5.0 | 20,797 | 5/21/2020 |
20.4.0 | 10,262 | 4/6/2020 |
20.3.0 | 2,498 | 3/11/2020 |
20.2.0 | 2,897 | 2/18/2020 |
20.1.0 | 5,018 | 1/28/2020 |
19.12.0 | 2,800 | 12/24/2019 |
19.11.0 | 2,781 | 11/13/2019 |
19.10.0 | 3,992 | 10/23/2019 |
19.9.0 | 1,302 | 9/30/2019 |
19.8.2 | 1,027 | 9/4/2019 |
19.8.1 | 960 | 9/2/2019 |
19.8.0 | 2,022 | 8/22/2019 |
19.7.1 | 1,054 | 7/26/2019 |
19.7.0 | 1,063 | 7/16/2019 |
19.6.1 | 1,167 | 6/28/2019 |
19.6.0 | 1,165 | 6/7/2019 |
19.5.0 | 5,303 | 5/8/2019 |
19.4.0 | 4,322 | 4/12/2019 |
19.3.0 | 1,232 | 3/15/2019 |
19.2.0 | 1,223 | 2/7/2019 |
19.1.0 | 1,186 | 1/10/2019 |
18.12.1 | 1,165 | 12/13/2018 |
18.12.0 | 1,301 | 12/3/2018 |
18.11.1 | 1,144 | 11/16/2018 |
18.11.0 | 1,126 | 11/9/2018 |
18.10.0 | 1,241 | 10/8/2018 |
18.9.0 | 1,267 | 9/11/2018 |
18.8.0 | 1,504 | 8/6/2018 |
18.7.0 | 1,419 | 7/11/2018 |
18.6.0 | 1,405 | 6/15/2018 |
18.5.0 | 1,351 | 5/21/2018 |
18.4.0 | 1,507 | 4/25/2018 |
18.3.0 | 1,454 | 3/26/2018 |
18.2.0 | 1,585 | 2/13/2018 |