Info
Version: | 0.0.1-alpha5 |
Author(s): | Brian Hare |
Last Update: | Thursday, June 7, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/BHare1985/ArcGISRuntimeWKT |
NuGet Url: | https://www.nuget.org/packages/ArcGISRuntimeWKT |
Install
Install-Package ArcGISRuntimeWKT
dotnet add package ArcGISRuntimeWKT
paket add ArcGISRuntimeWKT
ArcGISRuntimeWKT Download (Unzip the "nupkg" after downloading)
Dependencies
- Esri.ArcGISRuntime(>= 10.2.4.748)
Tags
The motivation for this library is a no-dependency and small footprint WKT/WKB parser.
It has some limited-functionality but is a alternative to more robust but bloated libraries such as SharpMap
The following WKT and WKB are not supported at this time: MultiPoint, GeometryCollection, CircularString, CompoundCurve, CurvePolygon, MultiCurve, MultiSurface, Curve, Surface, PolyhedralSurface, TIN, Triangle
This library is to be used in conjection with NuGet package Esri.ArcGISRuntime for .NET.