69 | | PROJ.4 projections, but did not support some PROJ.4 features |
70 | | such as datum transformation. |
| 69 | PROJ.4 projections, via a fairly simple API. |
| 70 | |
| 71 | The Proj4J project was initiated with the following goals: |
| 72 | |
| 73 | * move the JHLabs codebase into a more open, supported environment |
| 74 | * support further PROJ.4 features such as datum transformation |
| 75 | * improve the API to make it more flexible, expressive and descriptive |
| 76 | * add a unit test framework (following the MetaCRS Unit Test design), with a comprehensive set of unit tests |
| 77 | |