ArcGISRuntimeWKT 0.0.1-alpha5
dotnet add package ArcGISRuntimeWKT --version 0.0.1-alpha5
NuGet\Install-Package ArcGISRuntimeWKT -Version 0.0.1-alpha5
<PackageReference Include="ArcGISRuntimeWKT" Version="0.0.1-alpha5" />
paket add ArcGISRuntimeWKT --version 0.0.1-alpha5
#r "nuget: ArcGISRuntimeWKT, 0.0.1-alpha5"
// Install ArcGISRuntimeWKT as a Cake Addin #addin nuget:?package=ArcGISRuntimeWKT&version=0.0.1-alpha5&prerelease // Install ArcGISRuntimeWKT as a Cake Tool #tool nuget:?package=ArcGISRuntimeWKT&version=0.0.1-alpha5&prerelease
This is a unit-tested C# library that can convert Well Known Text (WKT) / Well Known Binary (WKB) to and from ESRI's ArcGIS Runtime Geometry.
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
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Esri.ArcGISRuntime (>= 10.2.4.748)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.0.1-alpha5 | 3,385 | 6/7/2018 |
0.0.1-alpha4 | 1,096 | 4/3/2016 |
0.0.1-alpha3 | 864 | 4/3/2016 |
0.0.1-alpha2 | 880 | 3/27/2016 |
0.0.1-alpha | 881 | 3/27/2016 |
This is an alpha release. This release fixes issues with versioning at runtime