Message 1 of 3
DotNet Buffer & Overlay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I would like to mimic MAPFDOBUFFERCREATE & MAPGISOVERLAY but with native CAD objects (Point, Insert, Polyline, MPolygon...) with possibly copy of OD from source to target MPolygon.
I don't want to reinvent the wheel, so I've found 2 possible ways :
- SqlServer Spatial : https://learn.microsoft.com/en-us/dotnet/api/system.data.entity.sqlserver.sqlspatialservices.buffer?...
- Net Topolgy Suite : https://github.com/NetTopologySuite/NetTopologySuite/wiki/GettingStarted
Has anybody some experience in one of these solution, or a better solution perhaps? I'm looking for leads before taking the plunge.
Thanks
Olivier Eckmann