Changes between Version 7 and Version 8 of WikiStart

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

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v7 v8  
    11= Welcome to Proj4J = 
    22 
    3 Proj4J is a Java library to transform point coordinates from one coordinate system to another, including datum transformations.  
     3Proj4J is a Java library to transform point coordinates from one geographic coordinate system to another, including datum transformations.  
    44 
    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.  
     5The 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.  
    66 
    77Proj4J is a part of the [http://wiki.osgeo.org/wiki/MetaCRS MetaCRS] group of projects, hosted by [http://osgeo.org OSGeo].   
     
    1818 * The current [http://trac.osgeo.org/proj/#Documentation PROJ.4 documentation]. 
    1919 
     20== Development == 
     21 
     22 * [wiki:DesignGoals Design Goals] 
     23 
     24 
    2025== Related Resources == 
    2126