Info
Version: | 2.0.0-alpha68 |
Author(s): | davidraleigh |
Last Update: | Sunday, November 26, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://github.com/echoparklabs/geometry-api-cs |
NuGet Url: | https://www.nuget.org/packages/EchoParkLabs.Computational.Geometry |
Install
Install-Package EchoParkLabs.Computational.Geometry
dotnet add package EchoParkLabs.Computational.Geometry
paket add EchoParkLabs.Computational.Geometry
EchoParkLabs.Computational.Geometry Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
All relational operators from ESRI's computational geometry library are supported (Contains, Touches, Crosses, de-9im pattern matrix string). Most all topological operators (difference, simplify, intersection, buffer, convex hull, etc).
Documentation for the API almost perfect matches the Java API found here: http://esri.github.io/geometry-api-java/javadoc/.