Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 2.2.0 |
Author(s): | Sukru Alatas |
Last Update: | Tuesday, January 17, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://alatas.github.io/GeoJSON4EntityFramework/ |
NuGet Url: | https://www.nuget.org/packages/GeoJSON4EntityFramework |
Install
Install-Package GeoJSON4EntityFramework
dotnet add package GeoJSON4EntityFramework
paket add GeoJSON4EntityFramework
GeoJSON4EntityFramework Download (Unzip the "nupkg" after downloading)
Dependencies
- EntityFramework(>= 6.0.0)
- Newtonsoft.Json(>= 6.0.1)
Tags
In other words, It serializes different type of geometry objects to GeoJSON. It's not limited to only EF entities but It can serialize WKT inputs as well.
Features:
- Supports Entity Framework v6 (System.Data.Entity.Spatial namespace) objects
- Supports Well-known Text (WKT) inputs
- Supports DbGeometry (planar) and DbGeography (geodetic "round earth") objects
- Supports all types of features defined in geojson specs
- Supports boundingbox property defined in geojson specs
- Supports geometry transform.