Statistics
| Revision:

root / org.gvsig.proj / trunk / org.gvsig.proj / org.gvsig.proj.lib / org.gvsig.proj.lib.api @ 1009

  • svn:ignore: .settings target .classpath .project
# Date Author Comment
1009 02/10/2020 07:11 PM Joaquín del Cerro Murciano

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

998 01/29/2020 10:17 AM Joaquín del Cerro Murciano

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

996 01/29/2020 10:17 AM Joaquín del Cerro Murciano

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

994 01/29/2020 10:13 AM Joaquín del Cerro Murciano

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

992 01/29/2020 10:13 AM Joaquín del Cerro Murciano

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

975 01/15/2020 03:00 PM Joaquín del Cerro Murciano

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

973 01/15/2020 03:00 PM Joaquín del Cerro Murciano

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

630 02/18/2017 08:13 PM Joaquín del Cerro Murciano

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

628 02/18/2017 08:13 PM Joaquín del Cerro Murciano

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

627 02/18/2017 08:11 PM Joaquín del Cerro Murciano

Corregigo el metodo export para que devuelba null cuando no este soportado en lugar de lanzar una excepcion.
Corregido el error del interface de usuario al filtrar la lista de codigos.

539 05/23/2016 02:40 PM Joaquín del Cerro Murciano

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

537 05/23/2016 02:40 PM Joaquín del Cerro Murciano

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

519 02/15/2016 06:36 PM Francisco Díaz Carsí

refs #3951 return null when DefaultICRSFactory cant get a IProjection from format and string instead throws a exception.

475 12/31/2015 01:12 PM Joaquín del Cerro Murciano

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

473 12/31/2015 01:12 PM Joaquín del Cerro Murciano

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

472 12/31/2015 01:05 PM Joaquín del Cerro Murciano

Actualizados los poms y añadido metodos equal y hashCode a la clase DefaultProjection para que se encargue la implementacion de IProyection de proveer un metodo "seguro" para comparar dos IProyection.
Se ha añadido e metodo export a DefaultProjection que estaba en el interface IProjection, de momento lanzando un UnsuportedOperationException, asi como el metodo get(String, String) a la factoria de proyecciones lanzando la misma excepcion.

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

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

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

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

124 08/25/2013 07:31 AM Joaquín del Cerro Murciano

Sustituido el acceso directo a la variable que contiene la factoria de CRS por invocar el metodo registerCRSFactory.

123 08/25/2013 07:30 AM Joaquín del Cerro Murciano

Modificados los library para que no creen una instancia del manager simplemente para comprobar si hay un manager registrado.

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

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

28 05/11/2012 09:00 AM Cesar Ordiñana

Change to a lower priority than the JCRS library

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

19 04/27/2012 09:31 AM Cesar Ordiñana

Change references from projections to CRSs

18 04/27/2012 08:29 AM Cesar Ordiñana

Format source code

17 04/27/2012 08:27 AM Cesar Ordiñana

Replace Projection to CoordinateReferenceSystem, what the library API is representing in fact.

15 04/26/2012 06:57 AM Cesar Ordiñana

API implementation finished

13 04/25/2012 02:34 PM Cesar Ordiñana

JMapProjLib (http://sourceforge.net/projects/jmapprojlib/) projection implementation skeleton

12 04/25/2012 02:09 PM Cesar Ordiñana

Initial projection library API prepared

9 04/25/2012 06:16 AM Cesar Ordiñana

SVN ignore maven and eclipse artifacts.

8 04/25/2012 06:09 AM Cesar Ordiñana

SVN ignore maven and eclipse artifacts.

7 04/25/2012 06:02 AM Cesar Ordiñana

Initial import with the contents as generated from the template.