Changes between Version 40 and Version 41 of WikiStart
- Timestamp:
- 04/23/13 20:03:01 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v40 v41 6 6 7 7 The core of this library is a port of the [http://trac.osgeo.org/proj/ PROJ.4] C library. 8 The projection algorithms, concepts and coordinate system definitions are all taken directly from PROJ.4. 9 These are wrapped in a Java class model which follows standard Java conventions and OO best practices. 8 The projection algorithms and coordinate system definitions are ported from PROJ.4. 9 These are wrapped in a Java class model which follows standard Java conventions and OO best practices, 10 and which provides a convenient domain model for working with coordinate systems. 10 11 11 12 Proj4J is a part of the [http://trac.osgeo.org/metacrs/wiki/WikiStart MetaCRS] group of projects, hosted by [http://osgeo.org OSGeo].