You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: