Changes between Version 7 and Version 8 of WikiStart
- Timestamp:
- 11/18/09 09:16:36 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v7 v8 1 1 = Welcome to Proj4J = 2 2 3 Proj4J is a Java library to transform point coordinates from one coordinate system to another, including datum transformations.3 Proj4J is a Java library to transform point coordinates from one geographic coordinate system to another, including datum transformations. 4 4 5 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 have been exposed viaa class model which follows standard Java conventions and OO best practices.5 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. 6 6 7 7 Proj4J is a part of the [http://wiki.osgeo.org/wiki/MetaCRS MetaCRS] group of projects, hosted by [http://osgeo.org OSGeo]. … … 18 18 * The current [http://trac.osgeo.org/proj/#Documentation PROJ.4 documentation]. 19 19 20 == Development == 21 22 * [wiki:DesignGoals Design Goals] 23 24 20 25 == Related Resources == 21 26