4
votes
3answers
653 views

Any .NET library to calculate polygon area?

Is there a .NET library to calculate area enclosed by polygon made up of geo coordinates (lat longs)?
3
votes
3answers
648 views

Open .NET implementation of the OGC Geometry Object Model from Simple Feature Access 1 specification?

I am looking for a .NET implementation of the geometry object model described in OGS's Simple Feature Access, Part 1 specification. Preferably lightweight. I don't need WKT support, just the ...