Closed FObermaier closed 3 years ago
The current implemetation uses a specialized GeometryTransformer class for reprojection.
GeometryTransformer
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.
Thanks for adding the use-case for creating the generic transform :-)
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.