Statistics
| Revision:

root / tags / v2_0_0_Build_2059 / libraries / libFMap_geometries / src / org / gvsig / fmap / geom / aggregate / impl @ 39313

# Date Author Comment
39313 11/21/2012 03:55 PM Juan Lucas Domínguez

gvSIG 2.0.0 build 2059 (beta2)

37493 11/25/2011 01:49 PM Jorge Piera

Bug getting the handlers for a multigeometry. I've seen this bug fixing [gvsig-desktop #16012]

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

Adding the MultiSurface3D [gvsig-desktop #15387]

35346 05/31/2011 04:34 PM Jorge Piera

The Geometry interface inherits of the awt.Shape interface and this inheritance is going to be deleted in a future. This commit adds a new method getShape that returns an awt.Shape and replace all the usage of the Shape interface by an invocation of the getShape method. The idea is to have a control of the usage of this method and remove it in a future [gvsig-desktop #15383]

29972 07/15/2009 09:07 AM Juan Lucas Domínguez

Changes to make it CDC-compatible. Replaced call to GeneralPathX constructor and append. Uses GeometryOperations for contains and intersects in various places.

29278 06/08/2009 07:33 PM Juan Lucas Domínguez

Se evita uso no permitido de aRectangle.add(int, int)

29097 05/29/2009 03:06 PM Jorge Piera

The geometry type uses the construtor with a Geometrytype to create a Geometry

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

Added MultiCurve2DZ neded for DWG

28996 05/26/2009 02:36 PM Jorge Piera

Adding javadocs...

27219 03/09/2009 09:13 AM Vicente Caballero
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