AmpScm / SharpProj

.Net / C# wrapping of PROJ
Apache License 2.0
36 stars 8 forks source link

Use a filter class to apply reprojection to NTS geometries #1

Closed FObermaier closed 3 years ago

FObermaier commented 3 years ago

The current implemetation uses a specialized GeometryTransformer class for reprojection.

I propose to use a special filter class and apply that to the geometry in question. The code is leaner and has room for performance improvements.

rhuijben commented 3 years ago

Thanks for adding the use-case for creating the generic transform :-)