Changes between Version 3 and Version 4 of WikiStart
- Timestamp:
- 11/17/09 15:52:32 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v3 v4 3 3 Proj4J is a Java library to transform point coordinates from one coordinate system to another, including datum transformations. 4 4 5 The core of this library is a port of the popular[http://trac.osgeo.org/proj/ PROJ.4] C library. The basic algorithms, concepts and coordinate system definitions supplied by PROJ.4 have been exposed via a 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 have been exposed via a 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]. … … 9 9 == Download == 10 10 11 The current development source is available byanonymous SVN from http://svn.osgeo.org/metacrs/proj4j.11 The current development source is available via anonymous SVN from http://svn.osgeo.org/metacrs/proj4j. 12 12 13 13 14 15 == Resources == 16 17 * The PROJ.4 site has a comprehensive list of [http://trac.osgeo.org/proj/#RelatedResources resources] dealing with Coordinate Systems in general and the PROJ.4 library in particular.