Version 18 (modified by 15 years ago) ( diff ) | ,
---|
Welcome to Proj4J
Table of Contents
Proj4J is a Java library to transform point coordinates from one geographic coordinate system to another, including datum transformations.
The core of this library is a port of the 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.
Proj4J is a part of the MetaCRS group of projects, hosted by OSGeo.
Download
Status: Currently this library is still being created, and is not yet ready for download
- The current development source is available via anonymous SVN from http://svn.osgeo.org/metacrs/proj4j.
Documentation
- The PROJ.4 documentation is the best reference for details of the coordinate system specification language, projection algorithms and supported parameters.
- the Version History lists the evolution of features of the library
Development
- Design Goals
- SVN repository: http://svn.osgeo.org/metacrs/proj4j.
Related Resources
- The PROJ.4 site has a comprehensive list of resources dealing with Coordinate Systems in general and the PROJ.4 library in particular.
Note:
See TracWiki
for help on using the wiki.