Changes between Version 35 and Version 36 of WikiStart
- Timestamp:
- 06/19/11 09:40:18 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v35 v36 67 67 [http://www.jhlabs.com/java/maps/proj/index.html JHLabs], 68 68 circa 2006. The JHLabs port provided a large number of the 69 PROJ.4 projections, via a fairlysimple API.69 PROJ.4 projections, via a simple API. 70 70 71 71 The Proj4J project was initiated with the following goals: 72 72 73 * move the JHLabs codebase into a more open, supported environment 73 * move the JHLabs codebase into an open, supported environment 74 * improve the error handling and reporting 75 * improve the parsing and modeling of projection parameters 76 * improve the API to make it more flexible, expressive and descriptive 77 * add some missing projections 74 78 * support further PROJ.4 features such as datum transformation 75 * improve the API to make it more flexible, expressive and descriptive76 79 * add a unit test framework (following the MetaCRS Unit Test design), with a comprehensive set of unit tests 80 * add further tools to support using the library (such as a GUI interface) 77 81