Statistics
| Revision:

root / tags / v2_0_0_Build_2050 / libraries / libFMap_geometries / src / org / gvsig / fmap / geom / impl / DefaultGeometryLibrary.java @ 38677

History | View | Annotate | Download (9.77 KB)

  • svn:mime-type: text/plain
# Date Author Comment
38677 08/09/2012 02:24 PM Juan Lucas Domínguez

gvSIG 2.0.0 build 2050

38596 07/19/2012 03:20 PM Cesar Ordiñana

Allow to register GeometryType instances directly. Add also a PointGeometryType API and implementations for 2D and 3D points.

Refs 510.

38545 07/06/2012 01:16 PM Juan Lucas Domínguez

#813 Registered new Geometry2DZ (3D) dummy class to prevent "unsupported geometry type" message

37336 11/17/2011 10:50 AM fdiaz

Reintroducido el registro de la clase Geometry2D habiéndola hecho extender de DefaultNullGeometry.

37322 11/14/2011 03:21 PM Cesar Ordiñana

Add a persistence factory for GeometryType objects

36748 10/19/2011 10:57 AM Cesar Ordiñana

Remove unused classes.

36197 08/23/2011 08:27 AM Cesar Ordiñana

Java 1.4 compatibility update

35613 06/28/2011 11:31 AM Jorge Piera

Adding the MultiSurface3D [gvsig-desktop #15387]

35185 05/19/2011 01:24 PM Jorge Piera

Adding a method to the GeometryType to know if its type it inherits of other geometry type. Adding also other method to kwnow if the geometry subtype inherits of other geometry subtype [gvsig-desktoop #15350]

35142 05/13/2011 02:54 PM Cesar Ordiñana

Use the new doRegistration Library method instead of the constructor.

34899 04/06/2011 02:22 PM Jorge Piera

The Geometry.SUBTYPE.GEOM2DZ has been removed and has been replaced by GEOM3D. This problem has been detected fixing the bug [gvsig-desktop #15133]

34885 04/04/2011 01:36 PM Jorge Piera

fixing a bug with the DGNStoreProvider. The CRS has to be a IProjection object and it has been necessary to add a the Geometry2DZ type because the provider has this type of geometry and it has not been registered yet.
[gvsig-desktop #15149]

34883 04/04/2011 10:23 AM Jorge Piera

Just rewriting a label that was not well written

34708 03/10/2011 10:24 AM Joaquín del Cerro Murciano

Apply Coding conventions

34690 03/09/2011 12:53 PM Joaquín del Cerro Murciano

Move DataTypes CRS, Geometry and Envelope from libFMap_dal to projects libFMap_geometry and libProyection, and improve coercion for this types.

33650 10/05/2010 01:40 PM Jorge Piera

The persistence for geometries is implemented using a factory and the WKT operation

33388 09/20/2010 10:51 AM Jorge Piera

Adding persistence for the Envelope. The tests has been updated to initialize the libraries.

33032 07/06/2010 05:11 PM Joaquín del Cerro Murciano

Add to the libreries declaration of dependency with other libraries.

31221 10/08/2009 08:54 AM Juan Lucas Domínguez

avoid getting manager (possibly not initialized) in static section

30633 09/01/2009 02:00 PM Cesar Ordiñana

Small Library API refactoring

30580 08/26/2009 09:41 AM Cesar Ordiñana

New automatic Library initialization mechanism and Library API refactoring

29805 07/07/2009 01:38 PM Jorge Piera

Adding the method setVertex to the surface and to the curve

29051 05/28/2009 02:22 PM Jose Manuel Vivó Arnal

Added MultiCurve2DZ neded for DWG

28200 04/27/2009 12:00 PM Jorge Piera
28085 04/21/2009 05:26 PM Jorge Piera

Adding an exception when the geometry doesn't exist

27042 03/03/2009 03:17 PM Jorge Piera

The GeometryLibrary has to be in the interfaces package

27041 03/03/2009 02:39 PM Jorge Piera

The GeometryLibrary has to be in the interfaces package

27037 03/03/2009 02:09 PM Jorge Piera

GeometryLibrary has to be in the implementation package

27029 03/03/2009 12:44 PM Jorge Piera

The Geometries project has been separated in two jars: one with the interfaces and other with the implementation

27019 03/03/2009 09:29 AM Jorge Piera

Refactoring the Envelope

26866 02/23/2009 02:12 PM Jorge Piera

The geometry type is composed by TYPE + SUBTYPE

26788 02/16/2009 04:24 PM Jorge Piera

Using the GeometryManager to create geometries

26328 02/03/2009 11:52 AM Jorge Piera

The Locator pattern is used to get the GeometryManager