Skip to content

atlefren/GeomDiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeomDiff

Library for creating diffs of IGeometry objects

#usage

//Create a diff as a byte array
var diff = GeometryDifferBinary.Diff(oldGeom, newGeom);

//patch a geometry using a diff
var patched = GeometryDifferBinary.Patch(oldGeom, diff); 

//unpatch
var unpatched = GeometryDifferBinary.UnPatch(newGeom, diff);

About

.net core library for creating and applying diffs to GeoAPI geometries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages