Changes between Version 21 and Version 22 of WikiStart
- Timestamp:
- 11/20/09 09:39:36 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v21 v22 5 5 '''''Proj4J''''' is a Java library to transform point coordinates from one geographic coordinate system to another, including datum transformations. 6 6 7 The core of this library is a port of the [http://trac.osgeo.org/proj/ PROJ.4] C library. The basic algorithms, concepts and coordinate system definitions supplied by PROJ.4 are exposed via a Java class model which follows standard Java conventions and OO best practices. 7 The core of this library is a port of the [http://trac.osgeo.org/proj/ PROJ.4] C library. 8 The projection algorithms, concepts and coordinate system definitions are all taken directly from PROJ.4. They are exposed via a Java class model which follows standard Java conventions and OO best practices. 8 9 9 10 Proj4J is a part of the [http://wiki.osgeo.org/wiki/MetaCRS MetaCRS] group of projects, hosted by [http://osgeo.org OSGeo].