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

IOgcGeometry interface is missing #12

Closed akhor closed 9 years ago

akhor commented 9 years ago

can't find IOgcGeometry interface in new release (10/31/2014). Any advice?

sibartlett commented 9 years ago

This was a deliberate change, as I am trying to simplify the interfaces and their usage.

Please change usages of IOgcGeometry to IGeometry.

If you wish me to reconsider the removal of IOgcGeometry, please let me know of the usage/why and include a code sample (if possible).

akhor commented 9 years ago

Thank you for the explanation! it's not necessary for me to use IOgcGeometry.

brunnurs commented 9 years ago

Thanks for the question @akhor and for your effort @sibartlett!