Statistics
| Revision:

root / tags / v2_0_0_Build_2047 / extensions / extEditing / extEditing / src / org / gvsig / editing / gui / cad @ 38324

# Date Author Comment
38324 05/30/2012 11:15 AM Juan Lucas Domínguez

gvSIG 2.0.0 build 2047

38096 04/10/2012 12:22 PM Joaquín del Cerro Murciano

Se han eliminado las dependencias con la implementacion de la libreria de geometrias y corregido unos errores en las herramientas EditVertextCADTool y ExploitCADTool ya que estas estaban mezclando referencias a geometrias de jts con las de gvsig.

38032 02/21/2012 12:34 PM Jorge Piera

The SelectRowPanel has to use the feature type of the selected features

37855 02/06/2012 02:06 PM Jorge Piera

Error exporting shapefile with holes [gvsig-desktop #249]. I've also fixed a bug with the tool to create holes

37853 02/06/2012 10:15 AM Jorge Piera

Now is possible to create an internal polygon in a multisurface layer [gvsig-desktop #248]

37776 01/16/2012 08:33 AM Jorge Piera

Split doesn't work in multigeometries [gvsig-desktop #178]

37514 11/29/2011 06:46 PM Jorge Piera

fixing a bug with the complex selection by circle [gvsig-desktop #16028]. I've also fixed a small bug with the ToWKT operation that has to use the toJTS operation

37504 11/29/2011 03:51 PM Jorge Piera

Adding geometries in a reprojected layer [gvsig-desktop #16012]

37495 11/25/2011 01:51 PM Jorge Piera

If the layer is reprojected, before to add a geometry, it has to be reprojected to the original SRS [gvsig-desktop #16012]

37328 11/14/2011 05:39 PM Cesar Ordiñana

Change geometry type management from shape type id to GeometryType object.
Solves bug #15866: To edit a polygon shape layer by adding a polygon using points

37138 10/25/2011 06:18 PM Cesar Ordiñana

Format according to the gvSIG developer's coding guidelines

36750 10/19/2011 02:08 PM fdiaz

Arreglada la visualización en la herramienta de edición de vértices.

36749 10/19/2011 02:01 PM Cesar Ordiñana

Solve bug gvsig-desktop#15874: Selecting overlapped elements (editing)

36480 09/21/2011 09:25 AM Cesar Ordiñana

Remove unneeded manual table selection update and use its own logger into each cat tool which needs it.

36370 09/06/2011 02:34 PM Cesar Ordiñana

Format according to the gvSIG developer's coding guidelines

36220 08/25/2011 02:19 PM fdiaz
36005 08/08/2011 01:15 PM Jorge Piera

The edition preferences are not applied [gvsig-desktop #15641]

35954 07/26/2011 11:26 AM Jorge Piera

Now is possible to select a geometry and edit the handlers [gvsig-desktop #15453]

35952 07/26/2011 11:23 AM Jorge Piera

Formating the code before the commit [gvsig-desktop #15453]

35941 07/25/2011 02:53 PM Jorge Piera

Fixing several bugs in the complex selection tool [gvsig-desktop #15453]

35940 07/25/2011 02:51 PM Jorge Piera

Formating the code before the commit [gvsig-desktop #15453]

35761 07/15/2011 01:13 PM Jorge Piera

Selecttion tools in edition don't work fine because they select the geometries that are CONTAINED in an area. Now, they select the geometries that INTERSECT with this area [gvsig-desktop #15453].

35735 07/11/2011 11:31 AM Jorge Piera

Join geometries tool (editing) doesn't work [gvsig-desktop #15555]

35732 07/11/2011 10:05 AM Jorge Piera

Join geometries tool (editing) doesn't work [gvsig-desktop #15555]

35620 07/01/2011 09:29 AM Jorge Piera

Problem with the internal polygons [gvsig-desktop #15554]

35619 06/30/2011 01:44 PM Jorge Piera

Fixing several errors with the shape edition [gvsig-desktop #15414]

35615 06/29/2011 10:51 AM Jorge Piera

Fixing a bug when an Arc or a Spline are added to a edition layer [gvsig-desktop #15547]

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]

35173 05/18/2011 11:09 AM Jorge Piera

The "add spline tool" has to close the spline if the layer is a surface layer [gvsig-desktop #15332]

34978 05/04/2011 02:19 PM fdiaz

gvsig-desktop##12750
Arreglados problemas en:
- creación de nuevas capas DXF
- edición de capas DXF
- Leyenda de capas DXF
- Relacionado con lo anterior, arreglado también el panel de la leyenda de valores unicos.

34908 04/12/2011 10:27 AM fdiaz

Adaptación de addLayer al nuevo control de liberación de disposables
gvsig-desktop#15128

34696 03/10/2011 08:39 AM Cesar Ordiñana

Replace log4j usage with slf4j and organize imports

33205 07/23/2010 10:38 AM Cesar Ordiñana

Make Feature extend DynObject, FeatureSet extend DynObjectSet and FeaturePagingHelper extend DynObjectPagingHelper, so the main Feature related data interfaces may be used as DynObjects.

Remove the conflicting and empty DisposableIterator from DAL, as now it is available in tools.

32880 06/24/2010 02:34 PM Joaquín del Cerro Murciano

- Update to org.gvsig.tools 2.1.0
- separate metadata definition from provider parameters definition.
- Use of xml files to define metadata and persistence in DAL.

32730 05/27/2010 12:18 AM Francisco José Peñarrubia

The entered point should be the mapAdjustedPoint in mapControl

31496 11/04/2009 01:53 PM Joaquín del Cerro Murciano
  • Changes in project and documents model.
  • Add support to project persistence (in course).
  • Rename AppGvSigManager/Locator/Libray to ApplicationManager/Locator/Library.
  • Add new methods to ApplicationManager.
31284 10/14/2009 02:56 PM Cesar Ordiñana

Make sure all disposable objects are disposed, mainly DAL related ones, like FeatureSet and Iterators.
Create a new DisposableManager to manage a register of Disposable objects being bound and released.

31074 10/01/2009 06:24 PM Cesar Ordiñana

Make sure FeatureSet.dispose() and DisposableIterator.dispose() are called each time they aren't needed anymore, even when a cancel is performed or an exception is thrown

30892 09/21/2009 02:02 PM Cesar Ordiñana

Extract SymbolManager methods from the MapContextManager

30788 09/15/2009 12:26 PM Jorge Piera

Updating the edition tools to use the MapControlDrawer

30335 08/06/2009 08:58 AM Jorge Piera

Adding the MapControlDrawer

30203 07/30/2009 12:30 PM Vicente Caballero

#2431

30151 07/27/2009 02:59 PM Cesar Ordiñana

Update to the new ISymbol.draw method

30050 07/20/2009 06:50 PM Cesar Ordiñana

Exception not thrown anymore

30011 07/17/2009 01:07 PM Cesar Ordiñana

Separate the simbology, legend and labeling API from the implementation in MapContext and move the implementation to a new extension.
Create the api for the GraphicsLayer and a new implementation based on DAL.

29992 07/15/2009 02:49 PM Vicente Caballero

#1841

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

Changes to make it CDC-compatible. Replaced call to GeneralPathX constructor and append.

29756 07/06/2009 12:53 PM Jorge Piera

Refactoring of packages

29724 07/03/2009 08:35 AM Vicente Caballero

#1315

29685 06/29/2009 10:54 PM Jorge Piera

Refactoring of packages

29616 06/29/2009 06:40 PM Jorge Piera

Refactoring of packages