Statistics
| Revision:

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

# Date Author Comment
38677 08/09/2012 02:24 PM Juan Lucas Domínguez

gvSIG 2.0.0 build 2050

37336 11/17/2011 10:50 AM fdiaz

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

37331 11/15/2011 12:37 PM Cesar Ordiñana

Add new method to get a common geometry operation.
Part of the fix to solve bug gvsig-desktop#15812: Load table from Database

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.

36405 09/13/2011 09:38 AM fdiaz

gvsig-desktop#15655

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]

35472 06/14/2011 12:23 PM Jorge Piera

The GeneralPathX uses point's instead of array of doubles. [gvsig-desktop #15384]

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]

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.

34265 12/14/2010 04:54 PM Jorge Piera

Updating the WKB operation context to be compatible with CDC

34162 11/23/2010 04:13 PM Jorge Piera

The type of the dynfields was wrong and the persistence didn't work

34140 11/18/2010 12:05 PM Jorge Piera

Adding the Area and Perimeter operations

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.

33262 08/11/2010 12:02 PM Jorge Piera

Adding the centroid operation to the Geometry class

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

Add to the libreries declaration of dependency with other libraries.

32924 07/02/2010 06:27 PM Joaquín del Cerro Murciano

Add to "Geometry" and "GeometryManager" useful methods to invoke the most common operations..

32387 04/21/2010 11:28 AM Ignacio Brodín

New method invokeOperation

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

avoid getting manager (possibly not initialized) in static section

31020 09/29/2009 02:06 PM Cesar Ordiñana

Change and optimize geometry type retrieval with type and subtype values.

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

30564 08/24/2009 11:28 AM Cesar Ordiñana

Remove leading ;

30323 08/06/2009 08:50 AM Jorge Piera

Adding the getFlatness method to the manager

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.

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

Adding the method setVertex to the surface and to the curve

29798 07/06/2009 04:53 PM Jorge Piera

Adding the getOperationCode to the GeometryManager

29113 06/01/2009 02:20 PM Jose Manuel Vivó Arnal

Fixed createMulti* problems

29105 06/01/2009 12:57 PM Jose Manuel Vivó Arnal

Added createMultiCurve and createMultiSurface from a GeneralPathX

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...

28200 04/27/2009 12:00 PM Jorge Piera
28096 04/22/2009 09:14 AM Jorge Piera

Adding an exception to the DefaultGeometryManager.getGeometryType

28085 04/21/2009 05:26 PM Jorge Piera

Adding an exception when the geometry doesn't exist

27397 03/16/2009 03:59 PM Jorge Piera

Adding a new exception in the geometries creation

27229 03/09/2009 03:33 PM Jorge Piera

Updating the interface to execute operations

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