sibartlett / Geo

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

Project geometry objects #10

Open shaahink opened 10 years ago

shaahink commented 10 years ago

Hi,

Does Geo support projection in current version? It would be beneficial to have an ability to project features or geometry objects to other Projections .. As I checked the source codes, abstraction has been applied very well, so it would be possible to add a new Interface like IProjectable and implement that for all Geometry objects.

P S : As you might already know Proj4Net (https://proj4net.codeplex.com) is a mature library in order to transform point coordinates from one geographic coordinate system to another.

Best Regards, Shahin