Statistics
| Revision:

root / org.gvsig.proj / tags / org.gvsig.proj-1.0.1 / org.gvsig.proj.lib / org.gvsig.proj.lib.proj4j @ 1287

  • svn:ignore: .settings target .classpath .project
# Date Author Comment
134 08/26/2013 05:05 AM Joaquín del Cerro Murciano

[maven-release-plugin] copy for tag org.gvsig.proj-1.0.1

133 08/26/2013 05:05 AM Joaquín del Cerro Murciano

[maven-release-plugin] prepare release org.gvsig.proj-1.0.1

111 07/22/2013 03:06 PM Joaquín del Cerro Murciano

[maven-release-plugin] prepare for next development iteration

109 07/22/2013 03:05 PM Joaquín del Cerro Murciano

[maven-release-plugin] prepare release org.gvsig.proj-1.0.0

108 07/22/2013 03:04 PM Joaquín del Cerro Murciano
106 07/22/2013 02:36 PM Joaquín del Cerro Murciano
52 08/01/2012 12:42 PM Cesar Ordiñana

Add Datum and Ellipsoid elements to API and implement some pending methods in the integration with the old projection API.
Fixes #840 and #842.

49 07/06/2012 04:47 AM Cesar Ordiñana

Add implementation for the fromGeo and toGeo gvSIG cresques CRS API.
Add values of a fixed Ellipsoid in the getDatum method, until we find a way to get it from the Proj4J library.
Refs #840

27 05/11/2012 08:36 AM Cesar Ordiñana

Proj4j contains in its CRS definition files some unsupported CRS, so we will provide a property files with all codes for each authority which are working.
Provide also an utility to easily update the properties contents by trying to load all defined CRS.

26 05/10/2012 09:57 AM Cesar Ordiñana

To complete javadoc.

24 05/10/2012 08:18 AM Cesar Ordiñana

Some corrections and integration with the current gvSIG projection UI

23 05/10/2012 06:12 AM Cesar Ordiñana

Make independent of the projection implementation

22 04/27/2012 09:36 AM Cesar Ordiñana

SVN ignore maven and eclipse artifacts.

20 04/27/2012 09:34 AM Cesar Ordiñana

Replace the Java Map Projection library implementation with another based in the Proj4J project, which is the current version of the other one.