ArcGISRuntimeWKT 0.0.1-alpha5

This is a prerelease version of ArcGISRuntimeWKT.
dotnet add package ArcGISRuntimeWKT --version 0.0.1-alpha5
NuGet\Install-Package ArcGISRuntimeWKT -Version 0.0.1-alpha5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ArcGISRuntimeWKT" Version="0.0.1-alpha5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ArcGISRuntimeWKT --version 0.0.1-alpha5
#r "nuget: ArcGISRuntimeWKT, 0.0.1-alpha5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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,346 6/7/2018
0.0.1-alpha4 1,079 4/3/2016
0.0.1-alpha3 848 4/3/2016
0.0.1-alpha2 865 3/27/2016
0.0.1-alpha 866 3/27/2016

This is an alpha release. This release fixes issues with versioning at runtime