sibartlett / Geo

A geospatial library for .NET
https://www.nuget.org/packages/Geo/
GNU Lesser General Public License v3.0
176 stars 39 forks source link

.Contains(Coordinate ) in a Polygon? #17

Closed asapostolov closed 8 years ago

asapostolov commented 8 years ago

I see you support .Contains(Coordinate ) in a Envelope which is not so hard to do but do you support .Contains(Coordinate ) for a complex Polygon? If no - how hard is it to implement? Can you point to some reference where I can see the logic and maybe implement it as a pull request?

asapostolov commented 8 years ago

Implemented a variation of Polygon.Contains in pull request