Statistics
| Revision:

root / org.gvsig.proj / trunk / org.gvsig.proj / org.gvsig.proj.lib / org.gvsig.proj.lib.api / src / main / java / org / gvsig / proj / cts / DefaultICRSFactory.java @ 519

History | View | Annotate | Download (2.06 KB)

# Date Author Comment
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.

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.

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

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.