Changes between Version 21 and Version 22 of WikiStart


Ignore:
Timestamp:
Nov 20, 2009, 9:39:36 AM (14 years ago)
Author:
mdavis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v21 v22  
    55'''''Proj4J''''' is a Java library to transform point coordinates from one geographic coordinate system to another, including datum transformations.
    66
    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.
     7The core of this library is a port of the [http://trac.osgeo.org/proj/ PROJ.4] C library.
     8The 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.
    89
    910Proj4J is a part of the [http://wiki.osgeo.org/wiki/MetaCRS MetaCRS] group of projects, hosted by [http://osgeo.org OSGeo].