orbisgis / cts

Projection library in Java
GNU Lesser General Public License v3.0
50 stars 16 forks source link

CoordinateOperationFactory Improvement #14

Closed jparty closed 11 years ago

jparty commented 11 years ago

CTS now recognize nadgrids parameter, and the coord op factory has been improved by using efficiently the attribute "datumsTransformation" of datums.

@mukoki @ebocher

mukoki commented 11 years ago

My first thought was to add these maps as static containers in the class itself. Objects could be added to the map at construction time. Don't know if there are drawbacks with this pattern. Maybe cleaner to create separate classes (Factories). I did not check all your changes in CoordinateOperationFactory yet. I'll try to have a look this week end.