Changes between Version 10 and Version 11 of WikiStart

Show
Ignore:
Timestamp:
11/18/09 09:24:28 (4 years ago)
Author:
mdavis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v10 v11  
    33[[TOC]] 
    44 
    5 Proj4J is a Java library to transform point coordinates from one geographic coordinate system to another, including datum transformations.  
     5'''''Proj4J''''' is a Java library to transform point coordinates from one geographic coordinate system to another, including datum transformations.  
    66 
    77The 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.